Difference between revisions of "VMWare workstation"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(silent installer for VMWare workstation)
 
m (typos fixed)
 
Line 14: Line 14:
 
   priority="10">
 
   priority="10">
 
   
 
   
   <check type="uninstall" condition="exists" path="VMWare Workstation"/>
+
   <check type="uninstall" condition="exists" path="VMware Workstation"/>
 
   
 
   
 
   <install cmd='"%SOFTWARE%\vmware\VMware-workstation-6.5.0-118166.exe" /s /v /qn' />
 
   <install cmd='"%SOFTWARE%\vmware\VMware-workstation-6.5.0-118166.exe" /s /v /qn' />

Latest revision as of 14:50, 10 October 2008

This is a silent installer for VMWare workstation.


<?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>