LaunchCondition Table
The LaunchCondition table is used by the LaunchConditions action. It contains a list of conditions that all must be satisfied for the installation to begin.
The LaunchCondition table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Condition | Condition | Y | N |
Description | Formatted | N | N |
Columns
-
Condition
-
Expression that must evaluate to True for installation to begin.
-
Description
-
Localizable text to display when the condition fails and the installation must be terminated.
Remarks
You cannot guarantee the order in which the launch conditions are evaluated by authoring this table. If it is necessary to control the order in which conditions are evaluated, you should do this by using Custom Action Type 19 custom actions in your installation.
Validation