Screen.SetStartScreen

Screen.SetStartScreen ( 

string ScreenName )

Description

Sets the first screen that will be displayed in the next screen list that is displayed. This action can be called to affect either the Before Installing or After Installing screens.

Note: The start screen value will be automatically reset back to "" after the next set of screens is displayed.

Parameters

ScreenName

(string) The name of the screen you want to show first in the next screen list that is displayed.

Returns

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

See also:  Related Actions