deprecate SetPluginUnload and /NOUNLOAD

plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-20 08:17:15 +00:00
parent d04cece9be
commit 5ac5b3f95b
24 changed files with 72 additions and 110 deletions

View file

@ -48,7 +48,7 @@ Var DIRSTATE1
Page Custom ShowCustom LeaveCustom
Function ShowCustom
InstallOptions::initDialog /NOUNLOAD "$INI"
InstallOptions::initDialog "$INI"
Pop $hwnd
GetDlgItem $1 $HWND 1201
ShowWindow $1 0

View file

@ -45,7 +45,7 @@ Var FILERECODE2
Page Custom ShowCustom LeaveCustom
Function ShowCustom
InstallOptions::initDialog /NOUNLOAD "$INI"
InstallOptions::initDialog "$INI"
Pop $hwnd
GetDlgItem $0 $HWND 1206
ShowWindow $0 0

View file

@ -21,7 +21,7 @@ Var STATE
Page Custom ShowCustom LeaveCustom
Function ShowCustom
InstallOptions::initDialog /NOUNLOAD "$INI"
InstallOptions::initDialog "$INI"
Pop $hwnd
InstallOptions::show
Pop $0

View file

@ -883,7 +883,7 @@ Function PageReinstall
Abort
${EndIf}
nsDialogs::Create /NOUNLOAD 1018
nsDialogs::Create 1018
Pop $R4
${NSD_CreateLabel} 0 0 100% 24u $R1