fixed little typos and updated variables section

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2140 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2003-02-09 19:40:18 +00:00
parent 7789543c62
commit b7a0bbabcc
4 changed files with 9 additions and 6 deletions

View file

@ -25,10 +25,11 @@ Creates (recursively if necessary) the specified directory. The error flag is \\
Creates a shortcut 'link.lnk' that links to 'target.file', with optional parameters 'parameters'.
The icon used for the shortcut is 'icon.file,icon_index_number'; for default icon settings use empty strings for both icon.file and icon_index_number.
start_options should be one of: \e{SW_SHOWNORMAL}, \e{SW_SHOWMAXIMIZED}, \e{SW_SHOWMINIMIZED}, or an empty string.
keyboard_shortcut should be in the form of 'flag|c' where flag can be a combination (using |) of: \e{ALT}, \e{CONTROL}, \e{EXT}, or \e{SHIFT}. c is the character to use (a-z, A-Z, 0-9, F1-F24, etc). Note that no spaces are allowed in this string. A good example is "ALT|CONTROL|F8". $OUTDIR is used for the working directory.
keyboard_shortcut should be in the form of 'flag|c' where flag can be a combination (using |) of: \e{ALT}, \e{CONTROL}, \e{EXT}, or \e{SHIFT}. c is the character to use (a-z, A-Z, 0-9, F1-F24, etc). Note that no spaces are allowed in this string. A good example is "ALT|CONTROL|F8". $OUTDIR is used for the working directory. You can change it by using SetOutPath (See \k{setoutpath}) before creating the Shortcut.
description should be the description of the shortcut, or comment as it is called under XP.
The error flag is set if the shortcut cannot be created (i.e. the path does not exist, or some other error).
\S2{getdllversion} GetDLLVersion
\c filename user_var(high dword output) user_var(low dword output)