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\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}
|
||||
|
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user