Search This Blog

Jan 24, 2009

"Error code" "Value"


  1. ERROR_SUCCESS 0

The action completed successfully.

ERROR_INVALID_DATA 13

The data is invalid.

ERROR_INVALID_PARAMETER 87

One of the parameters was invalid.

ERROR_CALL_NOT_IMPLEMENTED 120

This value is returned when a custom action attempts to call a function that cannot be called from custom actions. The function returns the value ERROR_CALL_NOT_IMPLEMENTED. Available beginning with Windows Installer version 3.0.

ERROR_APPHELP_BLOCK 1259

If Windows Installer determines a product may be incompatible with the current operating system, it displays a dialog box 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_INSTALL_SERVICE_FAILURE 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_USEREXIT 1602

The user cancels installation.

ERROR_INSTALL_FAILURE 1603

A fatal error occurred during installation.

ERROR_INSTALL_SUSPEND 1604

Installation suspended, incomplete.

ERROR_UNKNOWN_PRODUCT 1605

This action is only valid for products that are currently installed.

ERROR_UNKNOWN_FEATURE 1606

The feature identifier is not registered.

ERROR_UNKNOWN_COMPONENT 1607

The component identifier is not registered.

ERROR_UNKNOWN_PROPERTY 1608

This is an unknown property.

ERROR_INVALID_HANDLE_STATE 1609

The handle is in an invalid state.

ERROR_BAD_CONFIGURATION 1610

The configuration data for this product is corrupt. Contact your support personnel.

ERROR_INDEX_ABSENT 1611

The component qualifier not present.

ERROR_INSTALL_SOURCE_ABSENT 1612

The installation source for this product is not available. Verify that the source exists and that you can access it.

ERROR_INSTALL_PACKAGE_VERSION 1613

This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

ERROR_PRODUCT_UNINSTALLED 1614

The product is uninstalled.

ERROR_BAD_QUERY_SYNTAX 1615

The SQL query syntax is invalid or unsupported.

ERROR_INVALID_FIELD 1616

The record field does not exist.

ERROR_INSTALL_ALREADY_RUNNING 1618

Another installation is already in progress. Complete that installation before proceeding with this install.

No comments:

Post a Comment