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
|
@ -78,7 +78,7 @@ Variables start with $. User variables should be declared.
|
|||
|
||||
To extend a command over multiple lines, use a backslash (\\) at the end of the line. The next line will effectively be concatenated to the end of it. For example:
|
||||
|
||||
\c CreateShortCut "$SMPROGRAMS\NSIS\ZIP2EXE project workspace.lnk" \
|
||||
\c CreateShortcut "$SMPROGRAMS\NSIS\ZIP2EXE project workspace.lnk" \
|
||||
\c "$INSTDIR\source\zip2exe\zip2exe.dsw"
|
||||
\c
|
||||
\c MessageBox MB_YESNO|MB_ICONQUESTION \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue