Unattended Uninstall Command Line Settings
The Command Line Settings for MSI Installer table shows the unattended
uninstall command line settings available for unattended uninstallation.
Type the optional settings on the command line after msiexec.exe
/x <SysMgmt or SysMgmtx64>.msi
with a space between each
setting.
For example, running msiexec.exe /x SysMgmt.msi /qb
runs the unattended uninstallation, and displays the unattended
uninstallation status while it is running.
Running msiexec.exe /x <SysMgmt or SysMgmtx64>.msi /qn
runs the unattended uninstallation, but silently (without displaying
messages.)