Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23494
Modified Files:
Tag: b0_22_2
adduser-Version.nsh adduser.nsi
Log Message:
Updated to work with current NSIS compiler (v2.36). Ensure the full
list of supported languages appears in the Language Selection list.
Index: adduser-Version.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v
retrieving revision 1.6.2.21
retrieving revision 1.6.2.22
diff -C2 -d -r1.6.2.21 -r1.6.2.22
*** adduser-Version.nsh 8 Feb 2008 14:48:48 -0000 1.6.2.21
--- adduser-Version.nsh 2 Apr 2008 20:10:41 -0000 1.6.2.22
***************
*** 7,11 ****
#--------------------------------------------------------------------------
! !define C_PFI_VERSION "0.4.0"
#--------------------------------------------------------------------------
--- 7,11 ----
#--------------------------------------------------------------------------
! !define C_PFI_VERSION "0.4.1"
#--------------------------------------------------------------------------
Index: adduser.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/adduser.nsi,v
retrieving revision 1.59.4.23
retrieving revision 1.59.4.24
diff -C2 -d -r1.59.4.23 -r1.59.4.24
*** adduser.nsi 8 Feb 2008 14:48:48 -0000 1.59.4.23
--- adduser.nsi 2 Apr 2008 20:10:41 -0000 1.59.4.24
***************
*** 34,49 ****
#--------------------------------------------------------------------------
! ; This version of the script has been tested with the "NSIS v2.22" compiler,
! ; released 27 November 2006. This particular compiler can be downloaded from
! ; http://prdownloads.sourceforge.net/nsis/nsis-2.22-setup.exe?download
!define ${NSIS_VERSION}_found
! !ifndef v2.22_found
!warning \
"$\r$\n\
$\r$\n*** NSIS COMPILER WARNING:\
$\r$\n***\
! $\r$\n*** This script has only been tested using the NSIS v2.22 compiler\
$\r$\n*** and may not work properly with this NSIS ${NSIS_VERSION} compiler\
$\r$\n***\
--- 34,51 ----
#--------------------------------------------------------------------------
! ; This version of the script has been tested with the "NSIS v2.36" compiler,
! ; released 29 March 2008. This particular compiler can be downloaded from
! ; http://prdownloads.sourceforge.net/nsis/nsis-2.36-setup.exe?download
!
! !define C_EXPECTED_VERSION "v2.36"
!define ${NSIS_VERSION}_found
! !ifndef ${C_EXPECTED_VERSION}_found
!warning \
"$\r$\n\
$\r$\n*** NSIS COMPILER WARNING:\
$\r$\n***\
! $\r$\n*** This script has only been tested using the NSIS ${C_EXPECTED_VERSION} compiler\
$\r$\n*** and may not work properly with this NSIS ${NSIS_VERSION} compiler\
$\r$\n***\
***************
*** 53,56 ****
--- 55,59 ----
!undef ${NSIS_VERSION}_found
+ !undef C_EXPECTED_VERSION
; NOTE: The language selection menu order used in this script assumes that "Nihongo" is
***************
*** 491,494 ****
--- 494,498 ----
!define MUI_LANGDLL_ALWAYSSHOW
+ !define MUI_LANGDLL_ALLLANGUAGES
; Remember user's language selection and offer this as the default when re-installing
|