ISWiProperty Object (Advanced UI and Suite/Advanced UI)
InstallShield 2025 » 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 ISWiProperty object represents an Advanced UI or Suite/Advanced UI property. You can retrieve a property by specifying an item in the ISWiProperties collection.
Members
|
Name |
Type |
Description |
|
Comments |
Read-Write String Property |
Gets or sets an internal note about the string entry. The comments are not displayed at run time. |
|
FormatPropertyValue |
Read-Write Boolean Property |
Gets or sets the check box in the Formatted column in the Property Manager view. The check box that lets you indicate whether the value is a formatted expression that contains property names, environment variable references, or other special strings that you want to be resolved at run time. The run-time resolution occurs early at run time, before the installation executes the actions in the OnBegin event. To leave the property value as is at run time, set this property equal to False. Square brackets and other characters have no special meaning. To replace the formatted expressions at run time, set this property equal to True. To learn about the syntax that is available for formatted expressions, see Using Formatted Expressions that Advanced UI and Suite/Advanced UI Installations Resolve at Run Time. |
|
Name |
Read-Write String Property |
Gets or sets the name of the Advanced UI or Suite/Advanced UI property. |
|
Value |
Read-Write String Property |
Gets or sets the value of the Advanced UI or Suite/Advanced UI property. |
Applies To
| • | ISWiProject |