Copy link to clipboard
Copied
Currently my organization has 170+ users that have the Managed Package of the Adobe CC App. There has been a shift in wanted to get our users more efficient in their workflows and I would like to switch these users to the Self-Service Pacakge. Does anyone know a way that this can be accomplished without having to uninstall all existing Adobe products then re-deploying the Self-Service Adobe CC Package? I tried to manually install the .msi the package generates over an existing instance of the Adobe CC Cloud App, but it keeps erroring out with an 1603 Error indicating that the application is already installed.
Has anyone undergone a switch from Managed to Self-Service Adobe CC ?
As the CC Desktop app is already deployed, depending on how you configured the app - users may already be able to self serve.
However, in case CC Desktop app was locked down (for ex, apps panel is disabled), you can use some of the options listed in the following article. https://helpx.adobe.com/enterprise/using/customize-creative-cloud-app.html
Copy link to clipboard
Copied
As the CC Desktop app is already deployed, depending on how you configured the app - users may already be able to self serve.
However, in case CC Desktop app was locked down (for ex, apps panel is disabled), you can use some of the options listed in the following article. https://helpx.adobe.com/enterprise/using/customize-creative-cloud-app.html
The approach that you've outlined shoudl also have worked though. I wonder what's causing the 1603 error. Can you ensure that no Adobe processes are running, which may be causing a conflict. I'll do some more research. But let me know if any of the above solutions works for you.
Copy link to clipboard
Copied
Hey Vikrant,
Deleting the ServiceConfig.xml file under the C:\Program Files\Adobe\Adobe Creative Cloud\ACC location did the trick! This is exactly what I was looking for. This will allow users to install and update their Adobe CC Apps at will and not have to uninstall and re-install all Adobe CC Apps.
This will be how I will be deploying for future reference, in case anyone runs into this same thing down the road, I'm running this via CMD using our RMM system:
Delete ServiceConfig.xml from the following location: "C:\Program Files\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe"
CMD
del "C:\Program Files (x86)\Common Files\Adobe\OOBE\Configs\ServiceConfig.xml"
Kill Adobe CC instance and any child services
CMD
taskkill /im "Creative Cloud.exe" /t /f
Reboot system
Thanks!