From d04cece9bec43f9c7d54e0a9a5d1b7e40c244c9b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 20 Dec 2008 07:59:50 +0000 Subject: [PATCH] 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 --- Contrib/BgImage/BgImage.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Contrib/BgImage/BgImage.txt b/Contrib/BgImage/BgImage.txt index 6650c422..70185700 100644 --- a/Contrib/BgImage/BgImage.txt +++ b/Contrib/BgImage/BgImage.txt @@ -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 ~~~~~~~~~~~~~~