logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Install Script
Author
jlparise



Joined: 29 Feb 2008
Posts: 1

PostPosted: Fri 29 Feb '08 16:31    Post subject: Install Script Reply with quote

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: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 12 Mar '08 21:40    Post subject: Reply with quote

Better to ask it on the dev list at http://httpd.apache.org/lists.html
Back to top


Reply to topic   Topic: Install Script View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner