re[2]: [EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-12 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Oct 2005, Robert Desbois wrote: > I don't believe it is - I've foudn out all of the syntax from the MSDN > site, as far as I can tell, because it is an MSI file, any configuration > must be passed as PARAMETER=VALUE pairs on the command line

Re: [EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-11 Thread William A. Rowe, Jr.
You need to review the source, take a look at http://svn.apache.org/viewcvs.cgi/*checkout*/httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism You should be able to find everything you were looking for :) If you would like to contribute documentation/summary, send it on to the docs@httpd.apache.or

re[2]: [EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-11 Thread Robert Desbois
I am right in thinking this, then the parameters are part of the installer, hence it is an httpd question. If not, apologies :) Rob Subject : RE: [EMAIL PROTECTED] Configure silent windows [MSI] installation Date : Tue, 11 Oct 2005 15:34:00 +0100 From : "Guenther, Christian" <

RE: [EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-11 Thread Guenther, Christian
ECTED] Configure silent windows [MSI] installation Hi, I wish to bundle Apache 2 into an installer. I would prefer to have the Apache installation proceed silently (msiexec /qn apache-blah.msi) but cannot find how to configure what options are chosen during the installation (e.g. network d

[EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-11 Thread Robert Desbois
Hi, I wish to bundle Apache 2 into an installer. I would prefer to have the Apache installation proceed silently (msiexec /qn apache-blah.msi) but cannot find how to configure what options are chosen during the installation (e.g. network domain, server name, admin email, service vs. program, et