ExitCode Element

WiX

ExitCode Element

Description
Describes map of exit code returned from executable package to a bootstrapper behavior.
Windows Installer references
None
Parents
ExePackage
Inner Text
None
Children
None
Attributes
Name Type Description Required
Behavior Enumeration Choose one of the supported behaviors error codes: success, error, scheduleReboot, forceReboot. This attribute's value must be one of the following:
success
error
scheduleReboot
forceReboot
Yes
Value Integer Exit code returned from executable package. If no value is provided it means all values not explicitly set default to this behavior.  
See Also
Wix Schema