Difference between revisions of "VMware Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(get the exploded folder)
Line 1: Line 1:
This is a silent installer for VMware Player. You can get it from [http://www.vmware.com/ VMware Homepage]. Run it like "vmware-player.exe /a" to get the exploded folder containing the msi file.
+
This is a silent installer for VMware Player. You can get it from [http://www.vmware.com/ VMware Homepage]. Run it like "vmware-player.exe /e <Foldername>" to get the exploded folder containing the msi file.
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 10:39, 18 August 2010

This is a silent installer for VMware Player. You can get it from VMware Homepage. Run it like "vmware-player.exe /e <Foldername>" to get the exploded folder containing the msi file.

<package id="VMwarePlayer" name="VMwarePlayer 2.0" revision="1" reboot="true" priority="10">
        <check type="uninstall" condition="exists" path="VMware Player" />
        <install cmd='msiexec /q /i "%SOFTWARE%\VMwarePlayer\VMware Player.msi"'/>
        <remove cmd='MsiExec.exe /q /x{AC76BA86-7AD7-1031-7B44-A80000000002}' />
        <upgrade cmd='msiexec /q /i "%SOFTWARE%\VMwarePlayer\VMware Player.msi"'/>	
</package>