CreateShortcutFolder

InstallShield 2016 ยป InstallScript Language Reference

The CreateShortcutFolder function creates a new folder on the target system. The folder is created on the Start Programs menu. If the folder already exists, it is highlighted.

Syntax

CreateShortcutFolder (szShortcutFolder);

Parameters

CreateShortcutFolder Parameters

Parameter

Description

szShortcutFolder

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

Return Values

CreateShortcutFolder 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