CreateProgramFolder

InstallShield 2016 ยป InstallScript Language Reference

The CreateProgramFolder function creates a new folder on the target system. The folder is created in the Start Programs menu.

Syntax

CreateProgramFolder ( szFolderName );

Parameters

CreateProgramFolder Parameters

Parameter

Description

szFolderName

Specifies the name of the folder to add to the target system.

Return Values

CreateProgramFolder Return Values

Return Value

Description

0

Indicates that the function successfully added the folder to the target system or that the folder already existed.

< 0

Indicates that the function was unable to add the specified program folder.

See Also