Skip to main content
Version: v3

Custom Element

Description
Use to sequence a custom action.
Windows Installer references
None
Parents
AdminExecuteSequence, AdminUISequence, AdvertiseExecuteSequence, InstallExecuteSequence, InstallUISequence
Inner Text (xs:string)
Text node specifies the condition of the action.
Children
None
Attributes
NameTypeDescriptionRequired
ActionStringThe action to which the Custom element applies.Yes
AfterStringThe name of the standard or custom action after which this action should be performed. Mutually exclusive with Before, OnExit, and Sequence attributes 
BeforeStringThe name of the standard or custom action before which this action should be performed. Mutually exclusive with OnExit, After, and Sequence attributes 
OnExitExitTypeMutually exclusive with Before, After, and Sequence attributes 
OverridableYesNoType If "yes", the sequencing of this action may be overridden by sequencing elsewhere.  
SequenceIntegerThe sequence number for this action. Mutually exclusive with Before, After, and OnExit attributes 
See Also
Wix Schema, CustomAction