InstallShield 2016 » InstallScript Language Reference
Shell functions create program folders, delete existing program folders, and add items to existing program folders. At the end of the setup, add the application to the appropriate program folder to allow the user to access your software immediately. The following functions also support various icon options.
Function |
Description |
Adds a shortcut or program folder to locations such as the Start menu, the Programs menu, or the desktop. CreateShortcut supersedes this function. |
|
Creates a program folder. CreateShortcutFolder supersedes this function. |
|
Adds a shortcut or program folder to locations such as the Start menu, the Programs menu, or the desktop. Optionally sets Windows Shell properties for the shortcut to configure behavior such as disabling the ability to pin the shortcut to the Start menu. |
|
Creates a program folder. |
|
Removes a shortcut from a folder. DeleteShortcut supersedes this function. |
|
Removes a shortcut folder (that is, a subfolder of the Start menu's Programs folder) and its contents, including all shortcuts and all of the shortcut folder’s subfolders and their contents. DeleteShortcutFolder supersedes this function. |
|
Removes a shortcut from a folder. |
|
Removes a shortcut folder (that is, a subfolder of the Start menu's Programs folder) and its contents, including all shortcuts and all of the shortcut folder’s subfolders and their contents. |
|
Retrieves all subfolder names and shortcuts in the specified folder. |
|
Returns information about a specified shortcut or subfolder. |
|
Sets the value of the ALLUSERS system variable. |
|
Returns information about a specified shortcut or subfolder. GetShortcutInfo supersedes this function. |
|
Returns the name of the current shell manager. |
|
Replaces a shortcut in a specified folder. ReplaceShortcut supersedes this function. |
|
Replaces a shortcut in a specified folder. |
|
Presents a dialog that enables end users to select a folder from a list of program folders. |
|
Sets one or more shortcut properties that you want the Windows Shell to set at installation run time. |
|
Displays the specified program folder. |
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |