What is the command line to silently install an MSI file?
feedback
|
|
Standard Installer Command-Line Options
Quiet display option. The installer runs an installation without displaying a user interface. Examples:
Note The equivalent Windows Installer Command-Line Option is
run this command to find more information about the installation options. | ||||
|
feedback
|
|
See the docs for "Unattended": http://unattended.sourceforge.net/installers.php In short, while there are ways to cause them to fail, these flags should work:
| |||
|
feedback
|
|
There's also these:
| |||
|
feedback
|
|
You got some good answers here already, but I just want to add the "quick and easy" way : use the "command line builder tool" from Altiris (direct download). I am very experienced with msiexec.exe, but the command lines are so long that it is easy to make mistakes. I prefer to generate the complex ones and eliminate that error source. N.B: hope posting download links to tools is ok! I am not affiliated with Altiris in any way. It's a free tool, it's easy to use and it works. Here is a screenshot:
| ||||
|
feedback
|
