Hello, I am attempting to find/write a script to handle the automation of software installs. This would be used on many macs in a business environment. As a example I'll use VMware Fusion. By default VMware 2.0 is installed on all out macs, I need to upgrade it to version 3. right now I am using a bash script to open the uninstaller, copy the new serial to the clipboard then running the 3.0 installer. This requires a lot of user interaction (mouse clicks, installer navigation, etc...). Is there a way of using applescript to automate the removal and install and minimize user interaction? I've been searching google for the past few hours with no luck. Because it's such a repetitive and predictable action, I'd settle for scripting each event:
tell installer click OK
tell installer click Agree
tell installer click continue
etc....
Thank you!
tell installer click OK
tell installer click Agree
tell installer click continue
etc....
Thank you!