You can use the unattended installation feature of the Microsoft Windows Installer (MSI) to install Workstation Pro on Windows host systems without having to respond to wizard prompts. This feature is convenient in a large enterprise.

Prerequisites

Procedure

  1. Log in to the host system as the Administrator user or as a user who is a member of the local Administrators group.
    If you log in to the domain, the domain account must also be a local administrator.
  2. Open a command-line console as Administrator.
  3. Enter the installation command on one line.
    The following example installs Workstation Pro:
    VMware-workstation-full-x.x.x-xxxxxx.exe /s /v"/qn EULAS_AGREED=1 SERIALNUMBER="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" AUTOSOFTWAREUPDATE=1"
    You can use the optional INSTALLDIR property to specify a file path for the installation that is different from the default location.
    VMware-workstation-full-x.x.x-xxxxxx.exe /s /v"/qn EULAS_AGREED=1 INSTALLDIR=C:\tests\test_install SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx AUTOSOFTWAREUPDATE=1"
    Note: The double quotes around the file path are important. All the MSI arguments are passed with the /v option. The outer quotes group the MSI arguments and the double quotes put a quote in that argument.
    You can also run an unattended uninstallation of Workstation Pro on a Windows host. The following example uninstalls Workstation Pro and removes the license from the host.
    VMware-workstation-full-x.x.x-xxxxxx.exe /s /v"/qn REMOVE=ALL"