Silent installation of a MSI package
问题 I have a MSI package that I need to install if the package is not already installed. Also I need to install it silently. The package prompts user for: Installation location (C:\\Program Files\\Foobar) Install type: minimal and full (minimal) I need to override these two parameters using command line parameters or some other method. So how do I go about these two issues. I\'ll use VBScript for scripting. 回答1: You should be able to use the /quiet or /qn options with msiexec to perform a silent