Difference between revisions of "VMware Tools"
From WPKG | Open Source Software Deployment and Distribution
(New page: <source lang="xml"> <package id="vmwaretools" name="vmwaretools" revision="0" reboot="true" priority="9999"> <check type="uninstall" condition="exists" path="VMware Tools" /> <insta...) |
(No difference)
|
Revision as of 23:08, 31 October 2008
<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>