Posts

Showing posts from 2011

Windows Installer Error Codes (Exit Codes)

Value Description Error Code 0 Action completed successfully. ERROR_SUCCESS 13 The data is invalid. ERROR_INVALID_DATA 87 One of the parameters was invalid. ERROR_INVALID_PARAMETER 120 This function is not available for this platform. It is only available on Windows 2000 and Windows XP with Window Installer version 2.0. ERROR_CALL_NOT_IMPLEMENTED 1259 This error code only occurs when using Windows Installer version 2.0 and Windows XP or later. If Windows Installer determines a product may be incompatible with the current operating system, it displays a dialog informing the user and asking whether to try to install anyway. This error code is returned if the user chooses not to try the installation. ERROR_APPHELP_BLOCK 1601 The Windows Installer service could not be accessed. Contact your support personnel to verify that the Windows Installer service is properly registered. ERROR_INSTALL_SERVICE_FAILURE 1602 User cancel installation. ERROR_INSTALL_USEREXIT 1603 Fatal error d