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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Error installing apache with msiexec
Author
tfcardoso



Joined: 23 Aug 2013
Posts: 2
Location: Portugal

PostPosted: Fri 23 Aug '13 18:40    Post subject: Error installing apache with msiexec Reply with quote

Hi,

When installing httpd-2.2.25-win32-x86-openssl-0.9.8y.msi with command:

msiexec /i apache.msi INSTALLDIR=c:\apache
all works ok. With the command

msiexec /i apache.msi INSTALLDIR=c:\apache \qn
It breaks. It appears the apache monitor, but the service its not in there. Same with \qb and \quiet

Any idea?

Thx,
Telmo Cardoso
Back to top
tfcardoso



Joined: 23 Aug 2013
Posts: 2
Location: Portugal

PostPosted: Fri 23 Aug '13 19:02    Post subject: Reply with quote

finally got it to work with

msiexec /i apache.msi /passive ALLUSERS=1 SERVERADMIN=admin@localhost SERVERNAME=localhost SERVERDOMAIN=localhost SERVERPORT=80 INSTALLDIR=c:\apache
Back to top


Reply to topic   Topic: Error installing apache with msiexec View previous topic :: View next topic
Post new topic   Forum Index -> Apache