From: Brian S. <xue...@us...> - 2007-05-05 12:28:07
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16988/add-ons Modified Files: Tag: b0_22_2 addssl.nsi Log Message: Remove redundant code (it seems this was a misguided attempt to fix a problem which did not really exist) Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.3.4.9 retrieving revision 1.3.4.10 diff -C2 -d -r1.3.4.9 -r1.3.4.10 *** addssl.nsi 8 Feb 2007 19:26:21 -0000 1.3.4.9 --- addssl.nsi 5 May 2007 12:28:07 -0000 1.3.4.10 *************** *** 265,269 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.8" ; Mention the wizard's version number in the window title --- 265,269 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.2.9" ; Mention the wizard's version number in the window title *************** *** 281,291 **** RequestExecutionLevel admin - !tempfile EXE_HDR - !packhdr "${EXE_HDR}" \ - '"..\toolkit\pfi-manifest.exe" \ - /FILE="${EXE_HDR}" \ - /NAME="POPFile.wizard" \ - /DESCRIPTION="Add SSL Support to POPFile"' - #-------------------------------------------------------------------------- # User Registers (Global) --- 281,284 ---- |