7.0

Table Of Contents
Uninstalling View Components Silently by Using MSI Command-Line
Options
You can uninstall View components by using Microsoft Windows Installer (MSI) command-line options.
Syntax
msiexec.exe
/qb
/x
product_code
Options
The /qb option displays the uninstall progress bar. To suppress displaying the uninstall progress bar,
replace the /qb option with the /qn option.
The /x option uninstalls the View component.
The product_code string identifies the View component product files to the MSI uninstaller. You can find the
product_code string by searching for ProductCode in the %TEMP%\vmmsi.log file that is created during the
installation.
For information about MSI command-line options, see “Microsoft Windows Installer Command-Line
Options,” on page 76.
Examples
Uninstall a View Connection Server instance.
msiexec.exe /qb /x {D6184123-57B7-26E2-809B-090435A8C16A}
Add a verbose log to the command.
/l*v "%TEMP%\vmmsi_uninstall.log"
If you do not explicitly pass the /l option, the default verbose log file is %TEMP%\MSInnnn.log, where nnnn is
a four-character GUID.
View Installation
78 VMware, Inc.