that made sense...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2928 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
19da4bb2b1
commit
5d2b496c8d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Notes
|
||||||
|
|
||||||
* Do not call SetBg (which creates the window) from a section unless you're going to destroy it from a section.
|
* Do not call SetBg (which creates the window) from a section unless you're going to destroy it from a section.
|
||||||
|
|
||||||
* Always use /NOUNLOAD in .onInstSuccess and .onInstFailed. Failing to do so will cause the installer to crash.
|
* Never use /NOUNLOAD in .onInstSuccess and .onInstFailed. Failing to do so will cause the installer to crash.
|
||||||
This means you should not call Destroy from .onInstSuccess or .onInstFailed.
|
This means you should not call Destroy from .onInstSuccess or .onInstFailed.
|
||||||
|
|
||||||
Available functions
|
Available functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue