Changes

VMWare workstation

542 bytes added, 14:43, 10 October 2008
silent installer for VMWare workstation
This is a silent installer for VMWare workstation.


<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>

<packages>

<package
id="vmware"
name="VMWare workstation"
revision="650"
reboot="true"
priority="10">

<check type="uninstall" condition="exists" path="VMWare Workstation"/>

<install cmd='"%SOFTWARE%\vmware\VMware-workstation-6.5.0-118166.exe" /s /v /qn' />
<upgrade cmd='"%SOFTWARE%\wmware\VMware-workstation-6.5.0-118166.exe" /s /v /qn'/>

</package>

</packages>
</source>


[[category:Silent Installers]]
43
edits