a brief explanation on the section restriction

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5854 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-20 07:59:50 +00:00
parent 35eea140f5
commit d04cece9be

View file

@ -23,6 +23,7 @@ Notes
* This plugin requires NSIS 2.42 and above.
* Do not call SetBg (which creates the window) from a section or a function called by a section.
BgImge must be run from the GUI thread as the installation thread is not built to handle GUI.
Available functions
~~~~~~~~~~~~~~