Small installer tweak.

This commit is contained in:
LoRd_MuldeR 2017-12-14 12:51:47 +01:00
parent b6516a1b9b
commit 8340d3fc8a
2 changed files with 5 additions and 5 deletions

View File

@ -516,9 +516,10 @@ FunctionEnd
Delete ${options} "$INSTDIR\FAQ.html"
Delete ${options} "$INSTDIR\Howto.html"
Delete ${options} "$INSTDIR\LameEnc.sys"
Delete ${options} "$INSTDIR\LameXP.exe"
Delete ${options} "$INSTDIR\LameXP.exe.sig"
Delete ${options} "$INSTDIR\LameXP-Portable.exe"
Delete ${options} "$INSTDIR\LameXP*.exe"
Delete ${options} "$INSTDIR\LameXP*.exe.sig"
Delete ${options} "$INSTDIR\LameXP*.rcc"
Delete ${options} "$INSTDIR\LameXP*.VisualElementsManifest.xml"
Delete ${options} "$INSTDIR\License.txt"
Delete ${options} "$INSTDIR\Manual.html"
Delete ${options} "$INSTDIR\Readme.htm"
@ -536,7 +537,6 @@ FunctionEnd
Delete ${options} "$INSTDIR\vccorlib*.dll"
Delete ${options} "$INSTDIR\api-ms-*.dll"
Delete ${options} "$INSTDIR\ucrtbase.dll"
Delete ${options} "$INSTDIR\*.VisualElementsManifest.xml"
RMDir /r ${options} "$INSTDIR\cache"
RMDir /r ${options} "$INSTDIR\img"

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 2074
#define VER_LAMEXP_BUILD 2075
#define VER_LAMEXP_CONFG 2002
///////////////////////////////////////////////////////////////////////////////