|
From: <xue...@us...> - 2003-07-09 18:48:12
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv8162
Modified Files:
installer.nsi
Log Message:
Updated the NSIS dependency data.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** installer.nsi 9 Jul 2003 13:01:58 -0000 1.84
--- installer.nsi 9 Jul 2003 18:48:09 -0000 1.85
***************
*** 15,28 ****
; This script uses the new (simplified) page configuration system and other improvements.
;
! ; (2) '{NSIS}\makensis.exe' dated 8 July 2003 @ 18:44 (NSIS CVS version 1.203) or later
; This is required to ensure that out-of-date NLF files do not result in blank messages
; and to ensure that language strings can be combined with other strings.
;
! ; (3) '{NSIS}\NSIS\Contrib\UIs\modern.exe' dated xx July @ xx:xx (NSIS CVS v1.xxx) or later
; This is required to ensure the installer works properly when 'Japanese' is selected.
!
! ; NSIS CVS snapshot 09 July 2003 @ 07:44 has a partial fix for the 'Japanese' bug - but wordwrap
! ; has not been enabled for the enlarged "Space required" field on the components page
! ; (applies to all three "Modern UI" EXE files)
#--------------------------------------------------------------------------
--- 15,27 ----
; This script uses the new (simplified) page configuration system and other improvements.
;
! ; (2) '{NSIS}\makensis.exe' dated 08 July 2003 (NSIS CVS version 1.203) or later
; This is required to ensure that out-of-date NLF files do not result in blank messages
; and to ensure that language strings can be combined with other strings.
;
! ; (3) '{NSIS}\NSIS\Contrib\UIs\modern.exe' dated 09 July 2003 (NSIS CVS v1.31) or later
; This is required to ensure the installer works properly when 'Japanese' is selected.
! ;
! ; NSIS CVS snapshot dated 09 July 2003 @ 13:44 contains suitable versions of these NSIS files
! ; (the 09 July 2003 @ 07:44 snapshot is NOT suitable).
#--------------------------------------------------------------------------
|