ISWiSuiteActionRef Object (Advanced UI and Suite/Advanced UI)

InstallShield 2023 » Automation Interface » Advanced UI and Suite/Advanced UI

Project:This information applies to the following project type:

Suite/Advanced UI

Edition:The Advanced UI project type is available in the 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

ISWiSuiteActionRef Object 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.

MoveTo

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