From: Brian S. <xue...@us...> - 2008-05-10 12:52:20
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31106 Modified Files: Tag: b0_22_2 adduser-Version.nsh adduser.nsi dbicapture.nsi installer.nsi MonitorCC.nsi msgcapture.nsi runpopfile.nsi runsqlite.nsi stop_popfile.nsi Log Message: Updated to use latest compiler (2.37) which fixes the fuzzy icons seen for the NSIS-based executables on Win9x and Win2K systems. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.29 retrieving revision 1.242.4.30 diff -C2 -d -r1.242.4.29 -r1.242.4.30 *** installer.nsi 26 Apr 2008 13:33:19 -0000 1.242.4.29 --- installer.nsi 10 May 2008 12:52:25 -0000 1.242.4.30 *************** *** 50,58 **** #-------------------------------------------------------------------------- ! ; 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 --- 50,58 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found Index: stop_popfile.nsi =================================================================== RCS file: /cvsroot/popfile/windows/stop_popfile.nsi,v retrieving revision 1.14.4.9 retrieving revision 1.14.4.10 diff -C2 -d -r1.14.4.9 -r1.14.4.10 *** stop_popfile.nsi 2 Apr 2008 20:17:33 -0000 1.14.4.9 --- stop_popfile.nsi 10 May 2008 12:52:26 -0000 1.14.4.10 *************** *** 82,90 **** #------------------------------------------------------------------------------------------- ! ; 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 --- 82,90 ---- #------------------------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 126,130 **** Caption "POPFile Silent Shutdown Utility" ! !define C_VERSION "0.6.7" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "stop_pf.exe" --- 126,130 ---- Caption "POPFile Silent Shutdown Utility" ! !define C_VERSION "0.6.8" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "stop_pf.exe" Index: MonitorCC.nsi =================================================================== RCS file: /cvsroot/popfile/windows/MonitorCC.nsi,v retrieving revision 1.19.4.9 retrieving revision 1.19.4.10 diff -C2 -d -r1.19.4.9 -r1.19.4.10 *** MonitorCC.nsi 2 Apr 2008 20:17:33 -0000 1.19.4.9 --- MonitorCC.nsi 10 May 2008 12:52:26 -0000 1.19.4.10 *************** *** 24,32 **** #-------------------------------------------------------------------------- ! ; 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 --- 24,32 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 114,118 **** Name "${C_PFI_PRODUCT}" ! !define C_PFI_VERSION "0.2.8" !define C_OUTFILE "monitorcc.exe" --- 114,118 ---- Name "${C_PFI_PRODUCT}" ! !define C_PFI_VERSION "0.2.9" !define C_OUTFILE "monitorcc.exe" Index: dbicapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/Attic/dbicapture.nsi,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** dbicapture.nsi 2 Apr 2008 20:12:36 -0000 1.1.2.6 --- dbicapture.nsi 10 May 2008 12:52:25 -0000 1.1.2.7 *************** *** 25,33 **** #-------------------------------------------------------------------------- ! ; 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 --- 25,33 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 89,93 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.6" !define C_OUTFILE "dbicapture.exe" --- 89,93 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.0.7" !define C_OUTFILE "dbicapture.exe" Index: runpopfile.nsi =================================================================== RCS file: /cvsroot/popfile/windows/runpopfile.nsi,v retrieving revision 1.11.4.9 retrieving revision 1.11.4.10 diff -C2 -d -r1.11.4.9 -r1.11.4.10 *** runpopfile.nsi 2 Apr 2008 20:17:33 -0000 1.11.4.9 --- runpopfile.nsi 10 May 2008 12:52:26 -0000 1.11.4.10 *************** *** 29,37 **** #------------------------------------------------------------------------------------------- ! ; 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 --- 29,37 ---- #------------------------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 120,124 **** ;-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.2.8" !define C_OUTFILE "runpopfile.exe" --- 120,124 ---- ;-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.2.9" !define C_OUTFILE "runpopfile.exe" Index: msgcapture.nsi =================================================================== RCS file: /cvsroot/popfile/windows/msgcapture.nsi,v retrieving revision 1.7.4.8 retrieving revision 1.7.4.9 diff -C2 -d -r1.7.4.8 -r1.7.4.9 *** msgcapture.nsi 2 Apr 2008 20:12:36 -0000 1.7.4.8 --- msgcapture.nsi 10 May 2008 12:52:26 -0000 1.7.4.9 *************** *** 26,34 **** #-------------------------------------------------------------------------- ! ; 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 --- 26,34 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 118,122 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.7" !define C_OUTFILE "msgcapture.exe" --- 118,122 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.8" !define C_OUTFILE "msgcapture.exe" Index: adduser-Version.nsh =================================================================== RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v retrieving revision 1.6.2.22 retrieving revision 1.6.2.23 diff -C2 -d -r1.6.2.22 -r1.6.2.23 *** adduser-Version.nsh 2 Apr 2008 20:10:41 -0000 1.6.2.22 --- adduser-Version.nsh 10 May 2008 12:52:25 -0000 1.6.2.23 *************** *** 7,11 **** #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.4.1" #-------------------------------------------------------------------------- --- 7,11 ---- #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.4.2" #-------------------------------------------------------------------------- Index: runsqlite.nsi =================================================================== RCS file: /cvsroot/popfile/windows/runsqlite.nsi,v retrieving revision 1.1.4.8 retrieving revision 1.1.4.9 diff -C2 -d -r1.1.4.8 -r1.1.4.9 *** runsqlite.nsi 2 Apr 2008 20:17:33 -0000 1.1.4.8 --- runsqlite.nsi 10 May 2008 12:52:26 -0000 1.1.4.9 *************** *** 39,47 **** #------------------------------------------------------------------------------------------- ! ; 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 --- 39,47 ---- #------------------------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 78,82 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.6" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "runsqlite.exe" --- 78,82 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.7" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "runsqlite.exe" Index: adduser.nsi =================================================================== RCS file: /cvsroot/popfile/windows/adduser.nsi,v retrieving revision 1.59.4.24 retrieving revision 1.59.4.25 diff -C2 -d -r1.59.4.24 -r1.59.4.25 *** adduser.nsi 2 Apr 2008 20:10:41 -0000 1.59.4.24 --- adduser.nsi 10 May 2008 12:52:25 -0000 1.59.4.25 *************** *** 34,42 **** #-------------------------------------------------------------------------- ! ; 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 --- 34,42 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found |