Installer: More complete "clean up" code.
This commit is contained in:
parent
ed0d7a486d
commit
9ad9d1f01f
@ -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}
|
||||||
|
@ -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
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user