Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29519
Modified Files:
Tag: b0_22_2
installer-SecMinPerl-body.nsh
Log Message:
For the 0.22.5 release POPFile is switching from an old version of
DBD::SQLite to the latest version of DBD::SQLite 2. When upgrading
an existing installation disable the existing DBD::SQLite package
(if it exists).
Index: installer-SecMinPerl-body.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/installer-SecMinPerl-body.nsh,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -C2 -d -r1.2.2.6 -r1.2.2.7
*** installer-SecMinPerl-body.nsh 5 Dec 2006 23:13:20 -0000 1.2.2.6
--- installer-SecMinPerl-body.nsh 28 Jan 2007 21:22:04 -0000 1.2.2.7
***************
*** 10,14 ****
# optional POPFile component.
#
! # Copyright (c) 2005-2006 John Graham-Cumming
#
# This file is part of POPFile
--- 10,14 ----
# optional POPFile component.
#
! # Copyright (c) 2005-2007 John Graham-Cumming
#
# This file is part of POPFile
***************
*** 197,200 ****
--- 197,205 ----
; of POPFile ia expected to use SQLite 3.x.
+ ; If DBD::SQLite is currently installed, disable it (because we are installing
+ ; DBD::SQLite2 which uses a more up-to-date version of the SQLite 2.x library)
+
+ !insertmacro PFI_BACKUP_123_DP "$G_MPLIBDIR\DBD" "SQLite.pm"
+
SetOutPath "$G_MPLIBDIR\DBD"
File "${C_PERL_DIR}\site\lib\DBD\SQLite2.pm"
|