From e9dcc4f78b881b0d237dae270a816e640b25b178 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Nov 2003 14:30:43 +0000 Subject: [PATCH] Do not call SetBg from a section git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3159 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/BgImage/BgImage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/BgImage/BgImage.txt b/Contrib/BgImage/BgImage.txt index 14666227..305ca6fc 100644 --- a/Contrib/BgImage/BgImage.txt +++ b/Contrib/BgImage/BgImage.txt @@ -24,7 +24,7 @@ Notes * This plugin requires NSIS 2.0b4 and above. -* 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 or a function called by a section. * 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.