Installer: More complete "clean up" code.

This commit is contained in:
LoRd_MuldeR 2015-10-28 21:35:03 +01:00
parent ed0d7a486d
commit 9ad9d1f01f
2 changed files with 5 additions and 2 deletions

View File

@ -531,6 +531,8 @@ FunctionEnd
Delete ${options} "$INSTDIR\concrt*.dll" Delete ${options} "$INSTDIR\concrt*.dll"
Delete ${options} "$INSTDIR\vcruntime*.dll" Delete ${options} "$INSTDIR\vcruntime*.dll"
Delete ${options} "$INSTDIR\vccorlib*.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\cache"
RMDir /r ${options} "$INSTDIR\img" RMDir /r ${options} "$INSTDIR\img"
@ -821,6 +823,7 @@ FunctionEnd
Function .onInstSuccess Function .onInstSuccess
${If} ${UnattendedMode} ${If} ${UnattendedMode}
Sleep 1500
!insertmacro GetExecutableName $R0 !insertmacro GetExecutableName $R0
${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\$R0" "open" "--first-run" ${StdUtils.ExecShellAsUser} $R1 "$INSTDIR\$R0" "open" "--first-run"
${EndIf} ${EndIf}

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 3 #define VER_LAMEXP_MINOR_LO 3
#define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 1 #define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1825 #define VER_LAMEXP_BUILD 1826
#define VER_LAMEXP_CONFG 1818 #define VER_LAMEXP_CONFG 1818
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////