ISWiSuiteActionRef Object (Advanced UI and Suite/Advanced UI)
InstallShield 2025 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:
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 ISWiSuiteActionRef object represents a reference to the scheduling of an action during a Suite/Advanced UI event. You can schedule an action multiple times—even in a single event.
To schedule actions, call ISWiSuiteEvent.AddSuiteActionRef. To remove the references to the scheduling of actions, call ISWiSuiteEvent.DeleteSuiteActionRef.
Members
|
Name |
Type |
Description |
|
DisplayText |
Read-Write String Property |
Note:This property applies to .exe, DLL, PowerShell, InstallScript, and managed-code actions. Gets or sets the text that describes the selected action. For example, if the action is running a script that configures the target system, you could enter the following string: Configuring the system If the installation launches the action when the InstallationProgress wizard page is displayed, the text that you enter is displayed on the wizard page. |
|
Method |
Reschedules a Suite/Advanced UI action to occur directly after the specified other action. |
|
|
Name |
Read-only String Property |
Gets the name of the action that is scheduled. |
Applies To
| • | ISWiProject |
See Also
Using Actions to Extend the Behavior of a Suite/Advanced UI Installation