Hello all,
I’m tinkering with a workflow to automate the uninstallation, cleaning and re-installation of Adobe Acrobat DC on client computers.
The manual workflow looks like this:
- Manually uninstall the app
- Manually download and run the Adobe CC cleaner tool (which can be found here: https://helpx.adobe.com/creative-cloud/kb/cc-cleaner-tool-installation-problems.html)
- Verify the log
- Re-install the software.
Today the very last step is automated with a policy in JAMF Pro, but I’d like to automate further. Does anyone know of the possibility to run the Adobe CC cleaner tool from terminal?
My desired workflow would be:
- User detects issue
- User launches self service and runs a policy (e.g. Fix my Adobe Acrobat DC). Alternatively the user raises a support ticket, and first line can trigger the policy with a sudo jamf policy -trigger fixAdobe.
*The policy downloads the Adobe CC cleaner to certain location.
- After download the policy triggers another policy with another custom trigger.
- Second policy runs the Adobe CC cleaner (e.g (./AdobeCcCleaner -force -application Adobe Acrobat DC -action clean. It finishes of with a jamf recon and policy to trigger the re-installation of the application.
Anyone got experience of this or have a similar workflow in place? To my knowledge there is no way of running the Adobe CC Cleaner app from terminal?