From: Brian S. <xue...@us...> - 2007-05-05 12:28:08
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16988/test Modified Files: Tag: b0_22_2 pfidbstatus.nsi pfidiag.nsi Log Message: Remove redundant code (it seems this was a misguided attempt to fix a problem which did not really exist) Index: pfidbstatus.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidbstatus.nsi,v retrieving revision 1.3.2.6 retrieving revision 1.3.2.7 diff -C2 -d -r1.3.2.6 -r1.3.2.7 *** pfidbstatus.nsi 8 Feb 2007 19:26:22 -0000 1.3.2.6 --- pfidbstatus.nsi 5 May 2007 12:28:07 -0000 1.3.2.7 *************** *** 157,161 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.4" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "pfidbstatus.exe" --- 157,161 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.5" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "pfidbstatus.exe" *************** *** 182,192 **** RequestExecutionLevel user - !tempfile EXE_HDR - !packhdr "${EXE_HDR}" \ - '"..\toolkit\pfi-manifest.exe" \ - /FILE="${EXE_HDR}" \ - /NAME="POPFile.utility" \ - /DESCRIPTION="Check POPFile SQLite database integrity"' - #-------------------------------------------------------------------------- # Use the "Modern User Interface" --- 182,185 ---- Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.8.4.6 retrieving revision 1.8.4.7 diff -C2 -d -r1.8.4.6 -r1.8.4.7 *** pfidiag.nsi 8 Feb 2007 19:26:22 -0000 1.8.4.6 --- pfidiag.nsi 5 May 2007 12:28:07 -0000 1.8.4.7 *************** *** 104,108 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.4" !define C_OUTFILE "pfidiag.exe" --- 104,108 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.5" !define C_OUTFILE "pfidiag.exe" *************** *** 126,136 **** RequestExecutionLevel user - !tempfile EXE_HDR - !packhdr "${EXE_HDR}" \ - '"..\toolkit\pfi-manifest.exe" \ - /FILE="${EXE_HDR}" \ - /NAME="POPFile.utility" \ - /DESCRIPTION="PFI Diagnostic Utility for POPFile"' - #-------------------------------------------------------------------------- # Use the "Modern User Interface" --- 126,129 ---- |