Has anyone deployed VMware Fusion 6.0.2 on a Mavericks environment?
I read through the documentation provided by JAMF yet it was publish at 2009. The paths mentioned in the documentation doesn't match the current VMWare.
I was successfully able to create the VMware Fusion app bundle with our volume license. Created this as a package in Casper Admin. I also was able to create a VMware image that sits under /Users/Shared/Virtual Machines and made a package.
The only area where I can't get around is the VMWare App Settings to kick in. Its basically the preference file that indicates VMware that the image file is located under /Users/Shared/Virtual Machines.
I dropped the /Users/~/Library/Preferences/com.vmware.fusion.plist and VMware Fusion file into composer, verified the permissions, created a dmg package, uploaded it to my distribution point, set the options to FUT & FEU.
When I create a policy and add all 3 packages VMware App, Image and Settings packages all work fine on the machines except the settings.
When I launch VMware on a managed machine it opens with the Select an Installation Method Wizard. The only work around I found at the moment was to attach a script to the policy where the script is actually opening the file after the policy finishes.
Script
#!/bin/sh
## Open the Windows 7 x64 Image
echo " Opening the Windows 7 x64 Image /Users/Shared/Virtual Machines/Windows 7 x64 Image "
sudo open /Users/Shared/Virtual Machines/Windows*
Has anyone found a solution ?
