[Zope-CVS] CVS: Packages/WinBuilders/etc - zeo.iss.in:1.4.2.2
Tim Peters
tim.one at comcast.net
Mon Feb 2 23:23:34 EST 2004
Update of /cvs-repository/Packages/WinBuilders/etc
In directory cvs.zope.org:/tmp/cvs-serv4577/etc
Modified Files:
Tag: tim-zrs-branch
zeo.iss.in
Log Message:
Fudge. If we skip the code offering to install a Windows Service on
boxes that don't support it, the installer code to build a ZEO-instance
anyway, and the code that offers to launch ZEO at the end, doesn't work.
I think that's because it leaves the Pascal vrbl DataDir as an empty
string then, but I don't have time for this now.
=== Packages/WinBuilders/etc/zeo.iss.in 1.4.2.1 => 1.4.2.2 ===
--- Packages/WinBuilders/etc/zeo.iss.in:1.4.2.1 Mon Feb 2 19:08:57 2004
+++ Packages/WinBuilders/etc/zeo.iss.in Mon Feb 2 23:23:33 2004
@@ -19,7 +19,7 @@
Name: instance; Description: "ZEO 'instance home' files (required to run ZEO immediately)"; Types: full compact custom; ExtraDiskSpaceRequired: 1453056
[Tasks]
-Name: service; Description: "Run your ZEO instance as a Windows service (start ZEO automatically at system startup)"; MinVersion: 0,4.0; Components: instance; Check: IsAdministrator
+Name: service; Description: "Run your ZEO instance as a Windows service (start ZEO automatically at system startup)"; MinVersion: 4.0,4.0; Components: instance; Check: IsAdministrator
[Files]
; Main ZEO files
More information about the Zope-CVS
mailing list