AddSuiteActionRef Method (Advanced UI and Suite/Advanced UI)

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

Project:This information applies to the following project types:

Advanced UI
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 AddSuiteActionRef method schedules a Suite/Advanced UI action during a run-time event. You can schedule an action to run multiple times during an event if necessary.

Syntax

AddSuiteActionRef (Action As ISWiSuiteAction)

Parameters

AddSuiteActionRef Method Parameters

Parameter

Description

Action

Specify the action to schedule in this event.

Applies To

ISWiSuiteEvent 

See Also