From: <jgr...@us...> - 2003-02-27 00:05:22
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv13286 Modified Files: installer.nsi ioB.ini Log Message: Remove references to Microsoft Outlook since we only currently support Outlook Express configuration modification: Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** installer.nsi 26 Feb 2003 20:54:10 -0000 1.30 --- installer.nsi 27 Feb 2003 00:05:17 -0000 1.31 *************** *** 52,56 **** Page custom SetOptionsPage ": Options" !insertmacro MUI_PAGECOMMAND_INSTFILES ! Page custom SetOutlookOrOutlookExpressPage ": Configure Outlook or Outlook Express" !insertmacro MUI_PAGECOMMAND_FINISH --- 52,56 ---- Page custom SetOptionsPage ": Options" !insertmacro MUI_PAGECOMMAND_INSTFILES ! Page custom SetOutlookOrOutlookExpressPage ": Configure Outlook Express" !insertmacro MUI_PAGECOMMAND_FINISH *************** *** 327,331 **** FunctionEnd ! ; This function is used to reconfigure Outlook or Outlook Express accounts Function SetOutlookOrOutlookExpressPage --- 327,331 ---- FunctionEnd ! ; This function is used to reconfigure Outlook Express accounts Function SetOutlookOrOutlookExpressPage *************** *** 396,400 **** StrCmp $R6 "127.0.0.1" next_acct_increment ! !insertmacro MUI_HEADER_TEXT "Reconfigure Outlook or Outlook Express" "POPFile can reconfigure Outlook or Outlook Express for you" !insertmacro MUI_INSTALLOPTIONS_WRITE "ioB.ini" "Field 2" "State" "0" !insertmacro MUI_INSTALLOPTIONS_WRITE "ioB.ini" "Field 8" "Text" $R6 --- 396,400 ---- StrCmp $R6 "127.0.0.1" next_acct_increment ! !insertmacro MUI_HEADER_TEXT "Reconfigure Outlook Express" "POPFile can reconfigure Outlook Express for you" !insertmacro MUI_INSTALLOPTIONS_WRITE "ioB.ini" "Field 2" "State" "0" !insertmacro MUI_INSTALLOPTIONS_WRITE "ioB.ini" "Field 8" "Text" $R6 Index: ioB.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioB.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ioB.ini 26 Feb 2003 04:08:41 -0000 1.3 --- ioB.ini 27 Feb 2003 00:05:18 -0000 1.4 *************** *** 5,9 **** [Field 1] Type=label ! Text=POPFile has detected the following Outlook or Outlook Express email account and can automatically configure it to work with POPFile Left=0 Right=-1 --- 5,9 ---- [Field 1] Type=label ! Text=POPFile has detected the following Outlook Express email account and can automatically configure it to work with POPFile Left=0 Right=-1 |