msiexec (1) Linux Manual Page
NAME msiexec – Wine MSI Installer SYNOPSIS msiexec command {required parameter} [optional parameter]… DESCRIPTION msiexec is the Wine MSI installer, which is command line compatible with its Microsoft Windows counterpart. INSTALL OPTIONS /i {package|productcode} [property=foobar] Install {package|productcode} with property=foobar. /a {package|productcode} [property=foobar] Install {package|productcode} in administrator (network) mode. /x {package|productcode} [property=foobar] Uninstall {package|productcode} with property=foobar. /uninstall {package|productcode} [property=foobar] Same as /x. REPAIR OPTIONS…
