Trying to understand the best way to implement this in Immy. Basically what I’d like to do:
- Detect if Adobe Creative Cloud is installed
- If so, download the AdobeUninstaller tool from https://deploymenttools.acp.adobeoobe.com/Uninstall/Win/AdobeUninstaller.zip
- Extract the AdobeUninstaller.exe from the zip
- Run AdobeUnInstaller.exe --all (this runs silently by default)
- Wait for the process to complete
- Confirm that Adobe Creative Cloud is no longer installed
It seems that running this as a Software package is not the right way, and that I’ll need to create a custom task. Any advice on how I would go about setting this up?