From: Brian S. <xue...@us...> - 2006-01-11 14:50:20
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17843 Modified Files: pfi-library.nsh Log Message: Add the size of the SQLite database file to the status check report. Index: pfi-library.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** pfi-library.nsh 21 Dec 2005 20:34:01 -0000 1.66 --- pfi-library.nsh 11 Jan 2006 14:50:12 -0000 1.67 *************** *** 5,9 **** # to create (and test) the POPFile Windows installer. # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile --- 5,9 ---- # to create (and test) the POPFile Windows installer. # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile *************** *** 58,62 **** #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.11" #-------------------------------------------------------------------------- --- 58,62 ---- #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.12" #-------------------------------------------------------------------------- *************** *** 452,460 **** ; 4.01 4.72.2106.8 ; 4.01 SP1 4.72.3110.3 ! ; 5 5.00.2014.0216 ; 5.5 5.50.4134.0100 ; 6.0 Public Preview 6.0.2462.0000 ; 6.0 Public Preview Refresh 6.0.2479.0006 ! ; 6.0 RTM 6.0.2600.0000 StrCpy ${L_TEMP} ${L_REGDATA} 1 --- 452,460 ---- ; 4.01 4.72.2106.8 ; 4.01 SP1 4.72.3110.3 ! ; 5 5.00.2014.0216 ; 5.5 5.50.4134.0100 ; 6.0 Public Preview 6.0.2462.0000 ; 6.0 Public Preview Refresh 6.0.2479.0006 ! ; 6.0 RTM 6.0.2600.0000 StrCpy ${L_TEMP} ${L_REGDATA} 1 *************** *** 4144,4148 **** !macroend ! !ifndef DBSTATUS & PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrCheckDecimal --- 4144,4148 ---- !macroend ! !ifndef PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrCheckDecimal |