VMware Tools
From WPKG | Open Source Software Deployment and Distribution
(Redirected from Vmware tools)
Silent installer for VMware Tools. More infos from here.
<package
id="vmwaretools"
name="vmwaretools"
revision="0"
reboot="true"
priority="9999">
<check type="uninstall" condition="exists" path="VMware Tools" />
<install cmd='msiexec /i "%SOFTWARE%\vmware\VMware Tools.msi" /qn /norestart' >
<exit code="0" />
<exit code="3010" />
</install>
</package>