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

Prerequisites

  • Verify that the host system meets the host system requirements.
  • Obtain the Workstation Player software and license key.
  • Verify that the host computer has version 2.0 or later of the MSI runtime engine. This version of the installer is available in versions of Windows beginning with Windows XP and is available from Microsoft. For more information, see the Microsoft Web site.
  • Familiarize yourself with the installation properties. See Installation Properties.

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 host system as the Administrator user or as a user who is a member of the local Administrators group.
  2. Extract the administrative installation image from the setup file.
    The setup filename is similar to VMware=player-xxxx-xxxx.exe where xxxx-xxxx is the version and build number.

    For example, if you enter setup.exe/?, the flag displays a windows message box with the command line usage for the installer.

  3. Enter the installation command on one line.
    The following example installs Workstation Player:
    VMware-player-x.x.x-xxxxxx.exe /s /v/qn EULAS_AGREED=1 SERIALNUMBER="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" 
    You can use the optional INSTALLDIR property to specify a file path for the installation that is different from the default location.
    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 Workstation Player uninstallation on a Windows host. The following example uninstalls Workstation Player and removes the license from the host.
    VMware-player-x.x.x-xxxxxx.exe /s /v"/qn REMOVE=ALL"