ShowProgramFolder

InstallShield 2016 » InstallScript Language Reference

The ShowProgramFolder function displays a program folder.

Syntax

ShowProgramFolder ( szFolder, nCommand );

Parameters

ShowProgramFolder Parameters

Parameter

Description

szFolder

Specifies the name of the folder to display.

nCommand

Specifies the state of the folder. Pass one of the following predefined constants in this parameter:

SW_SHOW—Show folder in normal state.
SW_MAXIMIZE—Maximize the folder.
SW_MINIMIZE—Minimize the folder.
SW_RESTORE—Restore the folder to original size.

Return Values

This function does not return a value.

See Also