no more /UNLOAD with new plug-in api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5844 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-12 19:31:52 +00:00
parent 06ab0c6314
commit 3db2839a3c
9 changed files with 65 additions and 36 deletions

View file

@ -9,9 +9,9 @@ OutFile "Banner Test.exe"
ShowInstDetails show
Function .onInit
Banner::show /NOUNLOAD "Calculating important stuff..."
Banner::show "Calculating important stuff..."
Banner::getWindow /NOUNLOAD
Banner::getWindow
Pop $1
again: