Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv6313
Modified Files:
installer.nsi
Log Message:
Move the insertion of the MUI_SYSTEM macro to the before other MUI macros are inserted because this makes the Uninstall button appear correctly when uninstalling; remove the RC2 in the version number
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** installer.nsi 27 Feb 2003 00:20:05 -0000 1.32
--- installer.nsi 27 Feb 2003 17:58:11 -0000 1.33
***************
*** 4,8 ****
; Modified to work with NSIS v2.0b1
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.18.1 RC2"
!include "MUI.nsh"
;--------------------------------
--- 4,8 ----
; Modified to work with NSIS v2.0b1
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.18.1"
!include "MUI.nsh"
;--------------------------------
***************
*** 33,36 ****
--- 33,38 ----
!define OEIDENT $8
!define ACCTID $9
+
+ !insertmacro MUI_SYSTEM
;Language
***************
*** 117,125 ****
FunctionEnd
-
- ;--------------------------------
- ;Modern UI System
-
- !insertmacro MUI_SYSTEM
;--------------------------------
--- 119,122 ----
|