Minor installer fix.
This commit is contained in:
parent
cf85dd8300
commit
ceb86346e0
@ -549,7 +549,7 @@ Section "-PreInit"
|
|||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "!Clean Up Old Cruft"
|
Section "-Clean Up Old Cruft"
|
||||||
!insertmacro PrintProgress "$(LAMEXP_LANG_STATUS_CLEANUP)"
|
!insertmacro PrintProgress "$(LAMEXP_LANG_STATUS_CLEANUP)"
|
||||||
!insertmacro CleanUpFiles ""
|
!insertmacro CleanUpFiles ""
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
#define VER_LAMEXP_MINOR_HI 1
|
#define VER_LAMEXP_MINOR_HI 1
|
||||||
#define VER_LAMEXP_MINOR_LO 2
|
#define VER_LAMEXP_MINOR_LO 2
|
||||||
#define VER_LAMEXP_TYPE RC
|
#define VER_LAMEXP_TYPE RC
|
||||||
#define VER_LAMEXP_PATCH 2
|
#define VER_LAMEXP_PATCH 3
|
||||||
#define VER_LAMEXP_BUILD 1808
|
#define VER_LAMEXP_BUILD 1810
|
||||||
#define VER_LAMEXP_CONFG 1700
|
#define VER_LAMEXP_CONFG 1700
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user