我目前正在使用:
msiexec / i httpd.msi / passive ALLUSERS = 1 SERVERADMIN = admin @ localhost SERVERNAME = localhost SERVERDOMAIN = localhost SERVERPORT = 80 INSTALLDIR =%SYSTEMDRIVE%\ apache
要安装Apache没有太多的input,但是我不想安装.msi附带的Apache监视器。 我怎样才能做到这一点?
谢谢!
使用ADDLOCAL =select这样的function(ApacheMonitoringfunction已从列表中删除):
msiexec /i httpd-2.2.17-win32-x86-openssl-0.9.8o.msi /passive ALLUSERS=1 SERVERADMIN=admin@localhost SERVERNAME=localhost SERVERDOMAIN=localhost SERVERPORT=80 INSTALLDIR=%SYSTEMDRIVE%\apache ADDLOCAL=ApacheDocs,ApacheRuntime,Apache,BuildFiles,Iconv,OpensslBin,SslBin
您可以使用例如SuperOrca来查看.msi文件的function