From 9ad9d1f01f87d2bee077cce3d495aae8b5fb6204 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 28 Oct 2015 21:35:03 +0100 Subject: [PATCH] Installer: More complete "clean up" code. --- etc/NSIS/setup.nsi | 5 ++++- src/Config.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index da968500..e4c9b78a 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -531,6 +531,8 @@ FunctionEnd Delete ${options} "$INSTDIR\concrt*.dll" Delete ${options} "$INSTDIR\vcruntime*.dll" Delete ${options} "$INSTDIR\vccorlib*.dll" + Delete ${options} "$INSTDIR\api-ms-*.dll" + Delete ${options} "$INSTDIR\ucrtbase.dll" RMDir /r ${options} "$INSTDIR\cache" RMDir /r ${options} "$INSTDIR\img" @@ -643,7 +645,7 @@ SectionEnd Section "-Finished" !insertmacro PrintProgress "$(MUI_TEXT_FINISH_TITLE)." - + !ifdef LAMEXP_IS_PRERELEASE ${If} ${FileExists} "$INSTDIR\PRE_RELEASE_INFO.txt" ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\PRE_RELEASE_INFO.txt" "open" "" @@ -821,6 +823,7 @@ FunctionEnd Function .onInstSuccess ${If} ${UnattendedMode} + Sleep 1500 !insertmacro GetExecutableName $R0 ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\$R0" "open" "--first-run" ${EndIf} diff --git a/src/Config.h b/src/Config.h index 2bc11bb0..18147cf3 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 3 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1825 +#define VER_LAMEXP_BUILD 1826 #define VER_LAMEXP_CONFG 1818 /////////////////////////////////////////////////////////////////////////////// -- 2.11.4.GIT