LaunchConditions Element
- Description
- Queries the LaunchCondition table and evaluates each conditional statement recorded there. If any of these conditional statements fail, an error message is displayed to the user and the installation is terminated. The LaunchConditions action is optional. This action is normally the first in the sequence, but the AppSearch Action may be sequenced before the LaunchConditions action. If there are launch conditions that do not apply to all installation modes, the appropriate installation mode property should be used in a conditional expression in the appropriate sequence table. The condition for this action may be specified in the element's inner text.
- Windows Installer references
- LaunchConditions Action
- Parents
- AdminExecuteSequence, AdminUISequence, InstallExecuteSequence, InstallUISequence
- 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, Condition