The Windows Installer technology uses Msiexec.exe for installing MSI and MSP packages. This tool gives you full control over the installation process, allowing you to set:. install options (install, uninstall, administrative install, advertise a product).
display options (full, basic or no UI during the installation). restart options (if the machine will be restarted after the installation). update options (apply or remove updates).
repair options (only for an installed package). which are used by the installationThe usual form of the msiexec command line is this. Msiexec.exe /p/update/uninstall/package Copy. /p - install an MSP patch. When installing a patch silently, you need to set REINSTALLMODE property to 'ecmus' and REINSTALL to 'ALL'.
Otherwise the patch will simply update the MSI cached on the target machine. /update - apply updates (if there are multiple updates, you can separate them through the ';' character). /uninstall - remove an update for a product (if there are multiple updates, you can separate them through the ';' character). /package - specifies the package for which the update is removed.Sample command lines.
You should be able to use the /quiet or /qn options with msiexec to perform a silent install.MSI packages export public properties, which you can set with the PROPERTY=value syntax on the end of the msiexec parameters.For example, this command installs a package with no UI and no reboot, with a log and two properties: msiexec /i c:pathtopackage.msi /quiet /qn /norestart /log c:pathtoinstall.log PROPERTY1=value1 PROPERTY2=value2You can read the options for msiexec by just running it with no options from Start - Run. The proper way to install an MSI silently is via the msiexec.exe command line as follows: msiexec.exe /i c:setup.msi /QN /L.V 'C:Tempmsilog.log'Quick explanation: /L.V 'C:Tempmsilog.log'= verbose logging/QN = run completely silently/i = run install sequenceThere is a much more comprehensive answer here:. This answer provides details on the msiexec.exe command line options and a description of how to find the 'public properties' that you can set on the command line at install time. These properties are generally different for each MSI.
Guide X- Tended - Terran Conflict Compatibility List Version 1. Featuring a completely new ship & weapon balance, numerous gameplay enhancements, streamlined ways to. X3 terran conflict.