From 49c2c1e1399507fa6c4c77cc1e11054ea7b3692c Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 19 Jun 2004 09:36:45 +0000 Subject: [PATCH] bug #961027 - clarification that CreateShortCut requires the path of link exists git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3568 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/generalpurpose.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/generalpurpose.but b/Docs/src/generalpurpose.but index c7c2739c..a569d2cf 100644 --- a/Docs/src/generalpurpose.but +++ b/Docs/src/generalpurpose.but @@ -31,7 +31,7 @@ The icon used for the shortcut is 'icon.file,icon_index_number'; for default ico 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. You can change it by using \R{setoutpath}{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). +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). \S2{getdllversion} GetDLLVersion