InstallExecuteAgain Element

WiX Help

InstallExecuteAgain Element

Description

Runs a script containing all operations spooled since either the start of the installation or the last InstallExecute action, or InstallExecuteAgain action. Should only be used after InstallExecute. 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
None
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.  
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