Screen.Jump

Screen.Jump ( 

string ScreenName )

Description

Jumps to a specific screen in your install given a screen name.

Note: This action can be used to jump forward or backward in the install, however the target screen must be located in the current screen list. For example, if your current screen is located in the Before Installing list, the target screen must also be located in that list. You cannot just from a Before Installing screen to an After Installing screen.

Note: When this action is called, it will exit the current block of script.

Parameters

ScreenName

(string) The name of the screen you want to jump to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions