我目前正在使用:
msiexec /i httpd.msi /passive ALLUSERS=1 SERVERADMIN=admin@localhost SERVERNAME=localhost SERVERDOMAIN=localhost SERVERPORT=80 INSTALLDIR=%SYSTEMDRIVE%\apache
要安裝 apache 不需要太多輸入,但我不想安裝 .msi 隨附的 Apache Monitor。我怎樣才能做到這一點?
謝謝!
答案1
使用 ADDLOCAL= 選擇這樣的功能(ApacheMonitoring 功能已從清單中刪除):
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 檔案的功能