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:
kichik 2003-09-19 12:08:51 +00:00
parent 19da4bb2b1
commit 5d2b496c8d

View file

@ -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.
* 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.
Available functions