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: Error installing apache with msiexec |
|
Author |
|
tfcardoso
Joined: 23 Aug 2013 Posts: 2 Location: Portugal
|
Posted: Fri 23 Aug '13 18:40 Post subject: Error installing apache with msiexec |
|
|
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
|
Posted: Fri 23 Aug '13 19:02 Post subject: |
|
|
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 |
|
|
|
|
|
|