Specifies the installation state that this condition is to check for. Allowable values are:
- Installation Failed - Checks if a failure occured during the installation of the product. A failure occurs when a product action throws an exception of type
com.installshield.product.ProductException
when the action attempts to install. This event triggers a rollback of the installation.
- Installation Canceled - Checks if the user has canceled the installation. The installation is canceled when the user selects the Cancel button during the execution of the Install action.
- Uninstallation Failed - Checks if a failure occured during the uninstallation of the product. A failure occurs when a product action throws an exception of type
com.installshield.product.ProductException
when the action attempts to uninstall.
propertyEditorClass EnumerationPropertyEditor.class
enumerationValues Integer, Installation Failed, ProductFailWizardCondition.INSTALL_FAILED
Integer, Installation Canceled, ProductFailWizardCondition.CANCELED
Integer, Uninstallation Failed, ProductFailWizardCondition.UNINSTALL_FAILED