CreateShortCut > CreateShortcut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6453 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1e17d02ff7
commit
da7d67e69d
13 changed files with 24 additions and 24 deletions
|
@ -33,7 +33,7 @@ You should always specify an absolute path.
|
|||
|
||||
\c CreateDirectory $INSTDIR\some\directory
|
||||
|
||||
\S2{createshortcut} CreateShortCut
|
||||
\S2{createshortcut} CreateShortcut
|
||||
|
||||
\c [/NoWorkingDir] link.lnk target.file [parameters [icon.file [icon_index_number [start_options [keyboard_shortcut [description]]]]]]
|
||||
|
||||
|
@ -45,7 +45,7 @@ description should be the description of the shortcut, or comment as it is calle
|
|||
The error flag is set if the shortcut cannot be created (i.e. either of the paths (link or target) does not exist, or some other error).
|
||||
|
||||
\c CreateDirectory "$SMPROGRAMS\My Company"
|
||||
\c CreateShortCut "$SMPROGRAMS\My Company\My Program.lnk" "$INSTDIR\My Program.exe" \
|
||||
\c CreateShortcut "$SMPROGRAMS\My Company\My Program.lnk" "$INSTDIR\My Program.exe" \
|
||||
\c "some command line parameters" "$INSTDIR\My Program.exe" 2 SW_SHOWNORMAL \
|
||||
\c ALT|CONTROL|SHIFT|F5 "a description"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue