Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 25227 invoked by uid 6000); 21 Feb 1998 21:24:24 -0000 Received: (qmail 25220 invoked from network); 21 Feb 1998 21:24:23 -0000 Received: from ns1.zyzzyva.com (HELO zuul.covalent.net) (208.214.56.2) by taz.hyperreal.org with SMTP; 21 Feb 1998 21:24:23 -0000 Received: from sierra.covalent.net (sierra [208.214.58.10]) by zuul.covalent.net (8.8.8/8.8.7) with ESMTP id PAA04094 for ; Sat, 21 Feb 1998 15:24:05 -0600 (CST) (envelope-from randy@Covalent.NET) Received: (from randy@localhost) by sierra.covalent.net (8.8.8/8.8.7) id PAA06580; Sat, 21 Feb 1998 15:24:21 -0600 (CST) (envelope-from randy) To: new-httpd@apache.org Subject: Re: Windows installer (was Re: 1.3b5) References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Randy Terbush Date: 21 Feb 1998 15:24:20 -0600 In-Reply-To: Paul Sutton's message of "Sat, 21 Feb 1998 16:49:47 +0000 (GMT)" Message-ID: Lines: 45 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This all makes sense Paul. What do we need to do to get IS2? Paul Sutton writes: > On Sat, 21 Feb 1998, Ben Laurie wrote: > > Randy Terbush wrote: > > > Ben Laurie writes: > > > > Marc Slemko wrote: > > > > > > Which brings up the question. Where are the InstallShield files? > > > > > > > > > > I think there is something (perhaps old?) on dev.apache.org somewhere, but > > > > > I don't think they are necessarily in a form that can be built as is and > > > > > you need to know what is going on to try to make a better build. > > > > > > > > They are still up-to-date as far as I am concerned. I can probably build > > > > an installer over the w/e, if I have to. > > > > > > Can someone get to me what needs to be done to create this? I'm getting > > > nailed with "where is the win32 binary" messages. > > > > Urg. You just build a release, in the usual way, with IS5, then package > > it up with PackageForTheWeb. Of course, you need IS5 and PFTW to do > > this! > > ... but first you need to change all the paths to the files to the ones on > your local system. Or put the files where IS5 expects them (some on C:, > D: and E:, I think when I tried to do this). > > I think the binary for Win32 is vital, and keep going back to IS5 to > figure out how to do it properly and keep getting totally frustrated with > the program. The US should drop free IS5 packages onto Baghdad if they > want to frighten Saddam. > > Anyway, I still think we should move to IS2. It is still an evil program, > but it is less evil because it costs less and stores its configuration in > a single file which we can process through sed to update the paths to > local systems. Also it doesn't use an install script, so is much simpler > to use and doesn't tie our build into the proprietary IS5 script system. > Note the only thing we want the script in IS5 to do is to post-process the > dist config files to expand the @@ServerRoot@@ stuff, which we can do in a > DLL launched from any installer, and I've got a DLL for this which I can > contribute. Finally IS2 builds a proper single-file install program that > behaves just like a disk-based install, without the "Package for the Web" > weird wrapper that IS5 uses. > > //pcs