Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Install Script |
|
Author |
|
jlparise
Joined: 29 Feb 2008 Posts: 1
|
Posted: Fri 29 Feb '08 16:31 Post subject: Install Script |
|
|
Hello everyone,
I am trying to write a python script to install a system I have built that uses Apache 2.2.4. This installation is on Windows XP.
The issue I am having is that I need Apache to install in a non default folder it must go in C:\Program Files\SomeApp\Apache and it's document root must be C:\Program Files\SomeApp\Web
I can't seem to figure out the command line arguments to get this to work on installation. Here is what I have so far, could someone tell me whats wrong?
apache_2.2.4-win32.msi /quiet /norestart SERVERROOT="C:\Program Files\SomeApp\Apache" ALLUSERS=1 SERVERNAME="192.168.1.1:80" SERVERPORT=80 SERVERADMIN="service@email.com" DOCUMNETROOT="C:\Program Files\SomeApp\Web" LISTEN=80
So how far off am I with this command string? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
|
|
|
|
|