WiX Database XML Schema

Element: Custom

Description

Use to sequence a custom action.

Derived By

Extending string

Attributes

Name  Type  Description 
Action  string  The action to which the Custom element applies.
OnExit  NMTOKEN (restriction)  Mutually exclusive with Before, After, and Sequence attributes
Before  string  The name of the standard or custom action before which this action should be performed. Mutually exclusive with OnExit, After, and Sequence attributes
After  string  The name of the standard or custom action after which this action should be performed.
Overridable  YesNoType  If "yes", the sequencing of this action may be overridden by sequencing elsewhere.
Sequence  integer  The sequence number for this action.

Content Model

Contains text only.