Hi JAMF Nation,
I am working on packaging ADOBE CC products in Caspersuite but am having trouble with the uninstall.
I have indexed the package, made it available for uninstall and created an uninstall policy.
Both the install and uninstall policy work fine but the icon in the launchpad is left behind and there is no way to remove it.
I saw a post of here advising the following code but it appears not to work on Yosemite as the apps table can not be found.
sqlite3 ~/Library/Application Support/Dock/*.db "DELETE from apps WHERE title='nameofapp';" && killall Dock
I found a command to remove the icon but it resets the entire launchpad and I haven't been able to run the script from the policy.
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
So far I have had the issue with Photoshop, Illustrator and InDesign.
Is anyone aware of a work around?
Thanks!
Samuel