

- #Uninstall adobe creative cloud install#
- #Uninstall adobe creative cloud code#
- #Uninstall adobe creative cloud mac#
This is frustrating, as this issue isn’t a problem with all Adobe CC apps - only a handful.Īfter asking about this in the #adobe channel in the Mac Admins Slack, it was determined that this wasn’t something that could reliably done with the information that the CCDA leaves on the device.

In fact, these apps require you to use the base version listed on Adobe’s site, instead of the one that the app itself provides.Īs a result, for these apps we actually have no reliable way to remove them from the system without either hard-coding their base versions, or using an additional tool. The script above will give the resulting output:Īs it turns out, some Adobe CC apps don’t allow us to get their base version in this way (most notably Lightroom Classic, Lightroom CC, and Adobe XD). replace(ADOBE_UNINSTALL_DIR, '')Īpplication = application.
#Uninstall adobe creative cloud code#
Remember that Uninstall directory I mentioned earlier? It turns out that all the items in there follow a naming convention, which is the applications SAP code along with its base version. They have an article detailing the SAP codes and current base versions for each product. You also can’t remove all versions at once, if the client has multiple versions installed.Īdobe helps us a little with both of these points.

So then, we consider a second possibility - can we remove the installed Adobe CC apps before removing the CCDA?Īs it turns out, maybe! There are a couple of ways to uninstall applications once they’ve been installed. We plan on doing this, although Munki prompts are often ignored. Indeed, the results of attempting to do so are quite messy.Īn obvious solution is to then inform users that they should uninstall all of their CC apps before trying to remove the CCDA. The Creative Cloud desktop app can only be uninstalled if all Creative Cloud apps (such as Photoshop, Illustrator, and Premiere Pro) have already been uninstalled from the system. If they no longer need CCDA, they can just remove it through Munki as well.
#Uninstall adobe creative cloud install#
Because our users have varying needs, we provide them with just the CCDA through Munki, and allow them to install the software they want/need. We currently use Munki as our software distribution mechanism on macOS. In this way, we can assign application licenses on an as-needed basis, instead of purchasing complete Adobe Suite licenses for all of our users. In short, this means that users will install an Adobe CC Desktop Application (CCDA) that we provide, and log in with some Adobe credentials that we also provide (and manage). At work, we’re getting ready to roll out Adobe CC via Named User Licensing.
