DisableRollback Element

WiX

DisableRollback Element

Description
Disables rollback for the remainder of the installation. Special actions don't have a built-in sequence number and thus must appear relative to another action. The suggested way to do this is by using the Before or After attribute. InstallExecute and InstallExecuteAgain can optionally appear anywhere between InstallInitialize and InstallFinalize.
Windows Installer references
DisableRollback Action
Parents
InstallExecuteSequence
Inner Text (xs:string)
Text node specifies the condition of the action.
Children
None
Attributes
Name Type Description Required
After String The name of an action that this action should come after.  
Before String The name of an action that this action should come before.  
Overridable YesNoType If "yes", the sequencing of this action may be overridden by sequencing elsewhere.  
Sequence Integer A value used to indicate the position of this action in a sequence.  
Suppress YesNoType If yes, this action will not occur.  
See Also
Wix Schema