/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:
parent
5782f9f453
commit
ac4ef5df5c
1 changed files with 3 additions and 1 deletions
|
@ -262,7 +262,9 @@ To finally show the tweaked dialog use the show function.
|
||||||
|
|
||||||
Here is a little example:
|
Here is a little example:
|
||||||
<PRE>
|
<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
|
Pop $0
|
||||||
IntCmp $0 0 error
|
IntCmp $0 0 error
|
||||||
; $0 is now the IO dialog HWND
|
; $0 is now the IO dialog HWND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue