Screen.End

Screen.End ( 

 )

Description

Jumps to the end of the current screen list and starts the next stage in the install.

For example, if you created this action on one of the Before Installing screens, the install would skip any Before Installing screens that follow it and start executing the actions on the On Pre Install actions tab, which is the next install stage.

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