Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28174
Modified Files:
Tag: b0_22_2
installer.nsi
Log Message:
Minor adjustments to suit the latest version of the 'getssl.nsh' INCLUDE
file (it now downloads any necessary SSL patches from the POPFile website)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.242.4.7
retrieving revision 1.242.4.8
diff -C2 -d -r1.242.4.7 -r1.242.4.8
*** installer.nsi 5 Dec 2006 20:33:50 -0000 1.242.4.7
--- installer.nsi 28 Jan 2007 21:18:46 -0000 1.242.4.8
***************
*** 21,25 ****
# (2) pfidiag.exe (NSIS script: test\pfidiag.nsi)
#
! # Copyright (c) 2002-2006 John Graham-Cumming
#
# This file is part of POPFile
--- 21,25 ----
# (2) pfidiag.exe (NSIS script: test\pfidiag.nsi)
#
! # Copyright (c) 2002-2007 John Graham-Cumming
#
# This file is part of POPFile
***************
*** 672,675 ****
--- 672,676 ----
ReserveFile "${NSISDIR}\Plugins\DumpLog.dll"
ReserveFile "${NSISDIR}\Plugins\inetc.dll"
+ ReserveFile "${NSISDIR}\Plugins\md5dll.dll"
ReserveFile "${NSISDIR}\Plugins\NSISdl.dll"
ReserveFile "${NSISDIR}\Plugins\System.dll"
***************
*** 679,682 ****
--- 680,684 ----
ReserveFile "ioG.ini"
ReserveFile "${C_RELEASE_NOTES}"
+ ReserveFile "SSL_pm.pat"
#--------------------------------------------------------------------------
|