InstallShield 2015 ยป 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
| Parameter | Description | 
| szFolderName | Specifies the name of the folder to add to the target system. | 
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
| InstallShield 2015 Help LibraryJune 2015 | Copyright Information | Contact Us |