[Spambayes-checkins] spambayes/Outlook2000/installer spambayes_addin.iss, 1.6, 1.7

Mark Hammond mhammond at users.sourceforge.net
Thu Aug 7 23:13:10 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/installer
In directory sc8-pr-cvs1:/tmp/cvs-serv15021

Modified Files:
	spambayes_addin.iss 
Log Message:
Display some installation notes, and tell the user trying to shutdown
Outlook that Outlook can be a pig (well, in not those words!)


Index: spambayes_addin.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/installer/spambayes_addin.iss,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** spambayes_addin.iss	28 Jul 2003 14:05:59 -0000	1.6
--- spambayes_addin.iss	8 Aug 2003 05:13:08 -0000	1.7
***************
*** 11,15 ****
  OutputDir=.
  OutputBaseFilename=SpamBayes-Outlook-Setup
! 
  [Files]
  Source: "dist\spambayes_addin.dll"; DestDir: "{app}"; Flags: ignoreversion regserver
--- 11,18 ----
  OutputDir=.
  OutputBaseFilename=SpamBayes-Outlook-Setup
! ; Note the check for Outlook running has already been done, so no point
! ; having this file tell them to shutdown outlook!
! ; Edit file using Windows 'wordpad'
! InfoBeforeFile=installation_notes.rtf
  [Files]
  Source: "dist\spambayes_addin.dll"; DestDir: "{app}"; Flags: ignoreversion regserver
***************
*** 39,44 ****
            Result := MsgBox(
                'You must close Outlook before SpamBayes can be installed.' + #13 + #13 +
!               'Please close all Outlook Windows and click Retry' + #13 +
!               'or click Cancel to exit the installation.',
                mbConfirmation, MB_RETRYCANCEL) = idRetry;
      end;
--- 42,49 ----
            Result := MsgBox(
                'You must close Outlook before SpamBayes can be installed.' + #13 + #13 +
!               'Please close all Outlook Windows (using "File->Exit and Log off"' + #13 +
!               'if available) and click Retry, or click Cancel to exit the installation.'+ #13 + #13 +
!               'If this message persists after closing all Outlook windows, you may' + #13 +
!               'need to log off from Windows, and try again.',
                mbConfirmation, MB_RETRYCANCEL) = idRetry;
      end;





More information about the Spambayes-checkins mailing list