From b0d4888c3ae27ad4a244d3c5bd82cff083daae48 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 16 Nov 2003 19:37:07 +0000 Subject: [PATCH] - PROMPT_CREATE doesn't work with REQ_SAVE - Example INI file had old flag names git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3149 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 3 ++- Contrib/InstallOptions/test.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index e196976a..f74ca0f6 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -390,7 +390,8 @@ numbers from 1 to NumFields. Each Field section can contain the following values to display a warning if the selected file does not exist. However, it still allows the user to select the file.
This only displays the - warning for files selected with the browse button. + warning for files selected with the browse button.
+ Doesn't work along with REQ_SAVE. RIGHT Used by "Checkbox" diff --git a/Contrib/InstallOptions/test.ini b/Contrib/InstallOptions/test.ini index 3fd22124..7b94875f 100644 --- a/Contrib/InstallOptions/test.ini +++ b/Contrib/InstallOptions/test.ini @@ -47,7 +47,7 @@ Right=-10 Top=56 Bottom=68 Filter=Poop Files|*.poop|All files|*.* -Flags=GROUP|FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY +Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY [Field 6] Type=DirRequest