OSDN Git Service

Got rid of the need to explicitly unload the StdUtils plug-in.
authorlordmulder <mulder2@gmx.de>
Sun, 9 Oct 2011 15:37:10 +0000 (17:37 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 9 Oct 2011 15:37:10 +0000 (17:37 +0200)
etc/NSIS/setup.nsi
etc/NSIS/wrapper.nsi
src/Config.h

index 31d06fd..b8d2ad7 100644 (file)
@@ -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
index 1e5f4a8..fe87ce5 100644 (file)
@@ -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
index 236aae5..32f0ff3 100644 (file)
@@ -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