Screen.Next

Screen.Next ( 

 )

Description

Proceeds to the next screen in the screen list according to the order in the screen manager at design time.

If the current screen is the last screen in the current screen list, the install will move on to the next install stage. For example, if the current screen is the last screen listed in the Before Installing list and this action is called, the next install stage will begin, which are the actions on the On Pre Install actions tab.

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

Parameters

None.

Returns

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

See also:  Related Actions