| InstallerContactSite Map |
Advanced Installer User Guide | |||
New Shortcut Command Option |
| Command Syntax
/NewShortcut -name <shortcut_name>
-dir <folder_path>
-target <file_path>
[-advertised]
[-wkdir <folder_path>]
[-arg <arguments>]
[-desc <description>]
[-icon <file_path>]
[-index <icon_index>]
[-mode {normal|minimized|maximized}]
[-configs <configurations_list>]Creates a new file shortcut. Parameters:
Internal Shortcut example:
AdvancedInstaller.com /edit MyProject.aip
/NewShortcut -name MyShortcut
-dir DesktopFolder
-target APPDIR\MyApplication.exe
-arg /AppArg -icon C:\ShIcon.icoExternal Shortcut example:
AdvancedInstaller.com /edit MyProject.aip
/NewShortcut -name MyShortcut
-dir DesktopFolder
-target [WindowsVolume]MyApplication.exe
-arg /AppArg -icon C:\ShIcon.ico
For WinCE projects:
AdvancedInstaller.com /edit MyProject.aip
/NewShortcut -name MyShortcut
-dir %CE3%
-target %InstallDir%\MyApplication.exe
-configs Default;Configuration1 |
