MSI Return Code
An application event log entry is recorded in the SysMgmt.log file. The following table shows some of the error codes returned by the msiexec.exe Windows Installer Engine.
Error Code | Value | Description |
ERROR_SUCCESS | 0 | The action is completed successfully. |
ERROR_INVALID_PARAMETER | 87 | One of the parameters was invalid. |
ERROR_INSTALL_USEREXIT | 1602 | The user canceled the installation. |
ERROR_SUCCESS_REBOOT_REQUIRED | 3010 | A restart is required to complete the installation. This message is indicative of a successful installation. |
NOTE: For more information
on all the error codes returned by the msiexec.exe and InstMsi.exe Windows Installer functions,
see support.microsoft.com.