MoveTo Method (Advanced UI and Suite/Advanced UI)

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

Project: This information applies to the Suite/Advanced UI projects.

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 MoveTo method reschedules a Suite/Advanced UI action to occur directly after the specified other action.

Syntax

MoveTo (PrecedingActionRef As ISWiSuiteActionRef)

Parameters

MoveTo Method Parameters

Parameter

Description

PrecedingActionRef

Specifies the action that precedes the action that you want to reschedule. The default value of Nothing indicates the top position.

Applies To

ISWiSuiteActionRef 

See Also