MSI Factory
The following return codes may be returned by MSI Factory's default bootstrapper scripts when generated through its interface:
0 - Success
50 - Failed to create bootstrapper extraction folder.
51 - Failed to extract setup file.
52 - Invalid EXTRACTMSI command line path.
53 - User aborted the setup. Newer version installed.
54 - Failed to find setup file.
55 - Failed to download setup file.
56 - Failed to run global functions script.
57 - Failed to run setup.
58 - Failed to run setup, invalid MSIExec command line.
59 - Invalid setup file download URL.
Errors will also be shown by the bootstrapper with an error dialog. Some of the errors above may be accompanied by a bootstrapper action error code. You can enable logging in the bootstrapper at runtime using the command line option:
/LOG:<full path and filename of log file>
If you are using one of the default boostrapper scripts, you can enable logging in the MSI file by passing the following command line option:
/LOGMSI:<full path and filename of log file>
For further information, see the Indigo Rose MSI Bootstrapper help file located in the "Bootstrap" folder of the "MSI Factory" program folder.