Apache Install Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlparise
    New Member
    • Jan 2008
    • 9

    Apache Install Script

    Hey everyone,

    I am attempting to create a script to install Apache(and a number of other things)

    The installer is running ok and accepting most of my arguments. The only problem is that I cannot figure out how to tell Apache to install in a different folder.

    I want to install apache in C:\Program Files\SomeApp\A pache I also want to set the document root to C:\Program Files\SomeApp\W eb

    If anyone could help me out with this I would appreciate it. I tried setting ServerRoot as an argument, but that doesn't seem to do it.

    Here is my command:

    apache_2.2.4-win32.msi /quiet /norestart SERVERROOT="C:\ Program Files\SomeApp\A pache" ALLUSERS=1 SERVERNAME="129 .0.0.1:80" SERVERPORT=80 SERVERADMIN="se [email protected] " DOCUMNETROOT="C :\Program Files\SomeApp\W eb" LISTEN=80

    Thanks for the help.
Working...