Page 1 of 1

Fatal error during installation

Posted: Wed Feb 08, 2017 11:22 am
by SebSpiers
For some reason my MSI has decided to have a "Fatal error during installation".

Through debugging I can see the issue occurs at "Apply Install" and the log from the MSI contains the following:

Code: Select all

MSI (c) (A0:90) [17:15:51:573]: Note: 1: 2205 2:  3: Error
MSI (c) (A0:90) [17:15:51:573]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1707
MSI (c) (A0:90) [17:15:51:573]: Note: 1: 2205 2:  3: Error
MSI (c) (A0:90) [17:15:51:573]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709


I have seen other threads suggesting the fix is to generate a new Product Code / Revision Code, which I have tried but it doesn't seem to have worked.

Any ideas?

Re: Fatal error during installation

Posted: Wed Feb 08, 2017 2:39 pm
by FrancescoT
Dear SebSpiers,

you should attach the entire log file.

Regards

Re: Fatal error during installation

Posted: Thu Feb 09, 2017 3:34 am
by SebSpiers
MSI log attacked.
msi.log
(356.34 KiB) Downloaded 382 times

Re: Fatal error during installation

Posted: Thu Feb 09, 2017 2:55 pm
by FrancescoT
Dear SebSpiers,

the log doesn't report any error ... this terminates with;

Code: Select all

MSI (c) (40:C0) [17:18:39:984]: Windows Installer installed the product. Product Name: Smart Instant Issuance Front End Server. Product Version: 2.7. Product Language: 1033. Manufacturer: Oberthur Technologies. Installation success or error status: 0.

...and this appears to be totally correct.

Regards

Re: Fatal error during installation

Posted: Fri Feb 10, 2017 5:50 am
by SebSpiers
I receive the error from the MSI "Fatal error during installation" and the application is not installed.

Re: Fatal error during installation

Posted: Fri Feb 10, 2017 12:51 pm
by FrancescoT
Dear SebSpiers,

if you have any chance to post a very "VERY MINIMAL" project that replicates the issue, I'll have a look.

For sure, the log you posted doesn't expose any error.

Regards