From c13939aa1237b0cf43d955a63f5046a262b03b08 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 9 Oct 2011 17:37:10 +0200 Subject: [PATCH] Got rid of the need to explicitly unload the StdUtils plug-in. --- etc/NSIS/setup.nsi | 3 --- etc/NSIS/wrapper.nsi | 2 -- src/Config.h | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 31d06fd7..b8d2ad70 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -471,7 +471,6 @@ SectionEnd Section "-Finished" !insertmacro PrintProgress "$(MUI_TEXT_FINISH_TITLE)." - ${StdUtils.Unload} ; ---- POLL ---- ; !insertmacro UAC_AsUser_ExecShell "" "http://mulder.brhack.net/temp/style_poll/" "" "" SW_SHOWNORMAL @@ -602,11 +601,9 @@ Function RunAppFunction !insertmacro GetExecutableName $R0 ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR" "explore" "" ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\$R0" "open" "--first-run" - ${StdUtils.Unload} FunctionEnd Function ShowReadmeFunction !insertmacro DisableNextButton $R0 ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\FAQ.html" "open" "" - ${StdUtils.Unload} FunctionEnd diff --git a/etc/NSIS/wrapper.nsi b/etc/NSIS/wrapper.nsi index 1e5f4a83..fe87ce56 100644 --- a/etc/NSIS/wrapper.nsi +++ b/etc/NSIS/wrapper.nsi @@ -189,7 +189,6 @@ Section "-LaunchTheInstaller" DetailPrint "Failed to launch installer :-(" SetDetailsPrint listonly - ${StdUtils.Unload} Abort "Aborted." ; -------- @@ -197,5 +196,4 @@ Section "-LaunchTheInstaller" RunSuccess: Delete /REBOOTOK "$PLUGINSDIR\LameXP-Install.exe" - ${StdUtils.Unload} SectionEnd diff --git a/src/Config.h b/src/Config.h index 236aae51..32f0ff37 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 3 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 723 +#define VER_LAMEXP_BUILD 724 /////////////////////////////////////////////////////////////////////////////// // Tools versions