From 5d2b496c8dfbf1a8b62a3bc2a1710422d99ef67d Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 19 Sep 2003 12:08:51 +0000 Subject: [PATCH] that made sense... git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2928 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 1862a9c3..14666227 100644 --- a/Contrib/BgImage/BgImage.txt +++ b/Contrib/BgImage/BgImage.txt @@ -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