/NOUNLOAD added

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1842 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-28 13:08:15 +00:00
parent 5782f9f453
commit ac4ef5df5c

View file

@ -262,7 +262,9 @@ To finally show the tweaked dialog use the show function.
Here is a little example:
<PRE>
InstallOptions::initDialog file.ini
# we don't want the DLL to unload so it will remember
# our ini file when we are trying to show it
InstallOptions::initDialog /NOUNLOAD file.ini
Pop $0
IntCmp $0 0 error
; $0 is now the IO dialog HWND