WiX Database XML Schema

Element: ResolveSource

Description

Determines the location of the source and sets the SourceDir property if the source has not been resolved yet.

Derived By

Type ActionModuleSequenceType

Attributes

Name  Type  Description 
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.

Content Model

Contains text only.

Remarks

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.