[Spambayes-checkins] spambayes/windows spambayes.iss,1.5,1.6

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Dec 29 20:57:21 EST 2003


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv31129/windows

Modified Files:
	spambayes.iss 
Log Message:
Build the little auto-setup application (and install it), too.

If we can convince people to test this and be more sure that it works nicely, then it
could be optionally run at the end of the install process.


Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** spambayes.iss	23 Dec 2003 06:04:28 -0000	1.5
--- spambayes.iss	30 Dec 2003 01:57:18 -0000	1.6
***************
*** 31,34 ****
--- 31,35 ----
  Source: "py2exe\dist\bin\sb_tray.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
  Source: "py2exe\dist\bin\sb_upload.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
+ Source: "py2exe\dist\bin\setup_server.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
  Source: "py2exe\dist\docs\sb_server\readme_proxy.html"; DestDir: "{app}\docs\sb_server"; Check: InstallingProxy; Flags: isreadme
  Source: "py2exe\dist\docs\sb_server\*.*"; DestDir: "{app}\docs\sb_server"; Check: InstallingProxy; Flags: recursesubdirs





More information about the Spambayes-checkins mailing list