windows - Error installing apache with msiexec -
when installing httpd-2.2.25-win32-x86-openssl-0.9.8y.msi command:
msiexec /i apache.msi installdir=c:\apache
all works ok. command
msiexec /i apache.msi installdir=c:\apache \qn
it breaks. appears apache monitor, service not in there. same \qb , \quiet
any idea?
finally got work
msiexec /i apache.msi /passive allusers=1 serveradmin=admin@localhost servername=localhost serverdomain=localhost serverport=80 installdir=c:\apache
Comments
Post a Comment