ISWiSuiteConditionParameter Object (Advanced UI and Suite/Advanced UI)
InstallShield 2026 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:
| • | Advanced UI |
| • | Suite/Advanced UI |
Edition:The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.
The ISWiSuiteConditionParameter object represents a parameter for a condition check. It is the equivalent of the value that is configured in a condition subsetting for a conditional statement. You can retrieve a parameter value by specifying an item in the ISWiSuiteConditionParameters collection.
The ISWiSuiteConditionParameters collection contains all of the available parameters for built-in conditions. To add or remove parameters for an extension condition, call ISWiSuiteCondition.AddParameter or ISWiSuiteCondition.DeleteParameter.
Members
|
Name |
Type |
Description |
|
Content |
Read-Write String Property |
Gets or sets the value of the parameter. |
|
Name |
Read-Write String Property |
Gets or sets the name of the parameter. The only time that it is appropriate to customize the Name property is when you are configuring an extension condition in your project. |
Applies To
| • | ISWiSuiteCondition |
See Also
Building Conditional Statements in Advanced UI and Suite/Advanced UI Projects
Types of Condition Checks in Advanced UI and Suite/Advanced UI Projects
Creating a Custom Condition for an Advanced UI or Suite/Advanced UI Installation