MSIEXEC Silent Mode Installation

2019-01-20 11:00发布

问题:

How do I install to a non default web site with a silent MSIEXEC installation?

回答1:

Given the lack of information in your question, all I can say is something like this:

msiexec /i YOURPACKAGE.msi /qn

If you need to pass parameters, you can define them on the commandline:

msiexec /i YOURPACKAGE.msi /qn THISWEBSITE=http://example.com