Got rid of the need to explicitly unload the StdUtils plug-in.

This commit is contained in:
LoRd_MuldeR 2011-10-09 17:37:10 +02:00
parent 68fd91c6f8
commit c13939aa12
3 changed files with 1 additions and 6 deletions

View 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

View 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

View 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