Posted on 10-10-2011 01:48 PM
I utilize the removeCS4.sh script that is in the resource kit:
http://www.jamfsoftware.com/support/resource-kit
This is a brute force removal, and will break any Adobe installation that
you are leaving behind, so just be aware of that. I will generally run the
remove script, and then as a pre-install will clear out the folder that JAMF
users to hold the information. Basically the remove script just moves all
of the Adobe CSx (3 or 4) files into the /Library/Application Support/JAMF
folder structure in a new folder named "RemovedFiles" I believe. I empty
that folder before installing the new CS version.
Steve Wood
Director of IT
swood at integer.com
The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
T 214.758.6813 | F 214.758.6901 | C 940.312.2475
Posted on 10-11-2011 03:54 AM
Do remember, that there is no license agreement that says you have to remove older versions from machines.
You only need to do this, if the newer versions you have purchased are not upgrades and you wish to install these older versions on other machines. However, uninstalling an older version always breaks the current version, so you do always want to do an uninstall at the same point as an install!!!
Sean
Posted on 10-11-2011 07:10 AM
Hi Brenton,
We had a similar issue. Rolled out 30+ Macs with CS4, with the intent to swap out for CS5 later. Turned out to be a bit of work, since it involved a couple 3rd party plugins. Anyway, we used GUI steps, some command line steps, and the cleaner script from Adobe. Once the purge was done, we used our Adobe CS5 Design Premium pkg (produced using AAMEE of course) and several other packages to handle the stuff AAMEE didn't handle (AIR, Flash Player, 3rd party plugins, tc.). We had someone do these steps at night remotely. So users came in the next day and were ready to work. Here are the steps we used...mind you we had full inventory on these Macs so we knew what we were up against (so no worries about misc Adobe stuff disappearing that we were not aware of)...hope this helps.
Don
Make sure Casper is installed on the Mac.
Log on to the Mac as <adminuser>
Launch this app to trigger the uninstall tool:
Applications > Adobe Dreamweaver CS4 > Uninstall Adobe Dreamweaver CS4.app
*Select All and choose not to remove preferences*
Run Adobe Cleanup script
http://www.adobe.com/support/contact/cscleanertool.html
*Use Clean All CS3/CS4 option*
Now we need to manually select and delete all folders beginning with Adobe in the Applications folder...example:
sudo rm -Rf /Applications/Adobe*
sudo rm -Rf /Applications/Utilities/Adobe*
sudo rm -Rf /Library/Application Support/Adobe*
Reboot the Mac
Log in as <adminuser>
Launch Terminal and use the following command:
sudo jamf policy -trigger cs5dp
*Terminal displays progress and returns to prompt when done. Please keep an eye on any errors or failures that may show up; escalate if necessary.*
Install FontAgent Pro Plug-Ins (decided not to use pkg/policy for this):
FontAgent Pro > Install Plug-ins/Xtensions
Install GLUON Cropster IDCS5 using Casper trigger:
sudo jamf policy -trigger cropstercs5
Posted on 10-11-2011 09:04 AM
The scripts work great btw. We just wanted to remove them to keep things
clean on the end user side of it. I can imagine that there might be times
when the client just double clicks on an image to open it and it opens up
the wrong version of PS, not a big deal but uninstalling the old one clears
that issue.