From: Brian S. <xue...@us...> - 2006-06-16 09:39:04
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28282 Modified Files: pfi-library.nsh Log Message: Updated to support the new POPFile SQLite Database Analyser utility. Index: pfi-library.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** pfi-library.nsh 11 Jan 2006 14:50:12 -0000 1.67 --- pfi-library.nsh 16 Jun 2006 09:38:56 -0000 1.68 *************** *** 34,48 **** # (2) ADDUSER defined in adduser.nsi ('Add POPFile User' wizard) # (3) BACKUP defined in backup.nsi (POPFile 'User Data' Backup utility) ! # (4) DBSTATUS defined in test\pfidbstatus.nsi (POPFile SQLite Database Status Check) ! # (5) IMAPUPDATER defined in add-ons\updateimap.nsi (POPFile 'IMAP Updater' wizard) ! # (6) INSTALLER defined in installer.nsi (the main installer program, setup.exe) ! # (7) MSGCAPTURE defined in msgcapture.nsi (used to capture POPFile's console messages) ! # (8) PFIDIAG defined in test\pfidiag.nsi (helps diagnose installer-related problems) ! # (9) RESTORE defined in restore.nsi (POPFile 'User Data' Restore utility) ! # (10) RUNPOPFILE defined in runpopfile.nsi (simple front-end for popfile.exe) ! # (11) RUNSQLITE defined in runsqlite.nsi (simple front-end for sqlite.exe/sqlite3.exe) ! # (12) STOP_POPFILE defined in stop_popfile.nsi (the 'POPFile Silent Shutdown' utility) ! # (13) TRANSLATOR defined in test\translator.nsi (main installer translations testbed) ! # (14) TRANSLATOR_AUW defined in test\transAUW.nsi ('Add POPFile User' translations testbed) #-------------------------------------------------------------------------- --- 34,49 ---- # (2) ADDUSER defined in adduser.nsi ('Add POPFile User' wizard) # (3) BACKUP defined in backup.nsi (POPFile 'User Data' Backup utility) ! # (4) DBANALYSER defined in test\pfidbanalyser.nsi ('POPFile SQLite Database Analyser') ! # (5) DBSTATUS defined in test\pfidbstatus.nsi (POPFile SQLite Database Status Check) ! # (6) IMAPUPDATER defined in add-ons\updateimap.nsi (POPFile 'IMAP Updater' wizard) ! # (7) INSTALLER defined in installer.nsi (the main installer program, setup.exe) ! # (8) MSGCAPTURE defined in msgcapture.nsi (used to capture POPFile's console messages) ! # (9) PFIDIAG defined in test\pfidiag.nsi (helps diagnose installer-related problems) ! # (10) RESTORE defined in restore.nsi (POPFile 'User Data' Restore utility) ! # (11) RUNPOPFILE defined in runpopfile.nsi (simple front-end for popfile.exe) ! # (12) RUNSQLITE defined in runsqlite.nsi (simple front-end for sqlite.exe/sqlite3.exe) ! # (13) STOP_POPFILE defined in stop_popfile.nsi (the 'POPFile Silent Shutdown' utility) ! # (14) TRANSLATOR defined in test\translator.nsi (main installer translations testbed) ! # (15) TRANSLATOR_AUW defined in test\transAUW.nsi ('Add POPFile User' translations testbed) #-------------------------------------------------------------------------- *************** *** 58,62 **** #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.12" #-------------------------------------------------------------------------- --- 59,63 ---- #-------------------------------------------------------------------------- ! !define C_PFI_LIBRARY_VERSION "0.1.13" #-------------------------------------------------------------------------- *************** *** 1528,1532 **** !macroend ! !ifdef ADDUSER | DBSTATUS | INSTALLER | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetCompleteFPN --- 1529,1533 ---- !macroend ! !ifdef ADDUSER | DBANALYSER | DBSTATUS | INSTALLER | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetCompleteFPN *************** *** 1970,1974 **** !macroend ! !ifdef ADDUSER | BACKUP | DBSTATUS | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_GetDataPath --- 1971,1975 ---- !macroend ! !ifdef ADDUSER | BACKUP | DBANALYSER | DBSTATUS | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_GetDataPath *************** *** 2686,2690 **** !macroend ! !ifdef ADDSSL | ADDUSER | BACKUP | DBSTATUS | INSTALLER | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_GetParent --- 2687,2691 ---- !macroend ! !ifdef ADDSSL | ADDUSER | BACKUP | DBANALYSER | DBSTATUS | INSTALLER | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_GetParent *************** *** 2988,2992 **** !macroend ! !ifdef ADDUSER | DBSTATUS #-------------------------------------------------------------------------- # Installer Function: PFI_GetSQLdbPathName --- 2989,2993 ---- !macroend ! !ifdef ADDUSER | DBANALYSER | DBSTATUS #-------------------------------------------------------------------------- # Installer Function: PFI_GetSQLdbPathName *************** *** 3110,3114 **** !macroend ! !ifdef ADDUSER | BACKUP | DBSTATUS | RUNSQLITE | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetSQLiteFormat --- 3111,3115 ---- !macroend ! !ifdef ADDUSER | BACKUP | DBANALYSER | DBSTATUS | RUNSQLITE | RESTORE #-------------------------------------------------------------------------- # Installer Function: PFI_GetSQLiteFormat *************** *** 4047,4051 **** !macroend ! !ifdef ADDSSL | ADDUSER | BACKUP | DBSTATUS | INSTALLER | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_StrBackSlash --- 4048,4052 ---- !macroend ! !ifdef ADDSSL | ADDUSER | BACKUP | DBANALYSER | DBSTATUS | INSTALLER | RESTORE | RUNPOPFILE #-------------------------------------------------------------------------- # Installer Function: PFI_StrBackSlash *************** *** 4144,4148 **** !macroend ! !ifndef PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrCheckDecimal --- 4145,4149 ---- !macroend ! !ifndef DBANALYSER & PFIDIAG & RUNPOPFILE & RUNSQLITE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrCheckDecimal *************** *** 4227,4231 **** !macroend ! !ifndef ADDSSL & DBSTATUS & IMAPUPDATER & MSGCAPTURE & RUNSQLITE & STOP_POPFILE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrStr --- 4228,4232 ---- !macroend ! !ifndef ADDSSL & DBANALYSER & DBSTATUS & IMAPUPDATER & MSGCAPTURE & RUNSQLITE & STOP_POPFILE & TRANSLATOR #-------------------------------------------------------------------------- # Installer Function: PFI_StrStr |