I am trying to script the installation of the web deployment service (WebDeploy_x64_en-US). There is a quiet flag (/quiet), however it does not install the remote management service by default. I did a "WebDeploy_x64_en-US /?" but I can't see any command line argument for selecting features.

Does any one know how make to WebDeploy_x64_en-US.msi install all the features quietly?

Oscar

link|improve this question

25% accept rate
feedback

1 Answer

Silent install command line, with all features:

msiexec /i c:\path\to\WebDeploy_x64_en-US.msi ADDLOCAL=ALL /qn /norestart
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.