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