Self-Service Not Working despite settings being correct [macOS]
Greetings.
Deploying Creative Cloud Desktop App with Named User Licensing and Self-Service enabled via Munki on mostly macOS Mojave Macintoshes.
On a completely fresh and restored machine, the CC Desktop App (CCDA) works as desired.
However, when installing the CCDA onto a machine which has previously installed versions of Adobe Products that used a Serial-based license (i.e. from the old local Creative Cloud Packager), the CCDA will not respect the "self-service" settings set in the Enterprise Console. Those previous Serial Number Licensed versions were all packaged without the self-service option being enable because we were going to manage the individual versions of the applications via munki because we had not yet transitioned to Named Licenses.
I am removing the serial-based licensed programs using the methods outline here:
https://helpx.adobe.com/creative-cloud/kb/cc-cleaner-tool-installation-problems.html
and here:
https://helpx.adobe.com/enterprise/package/help/create-uninstall-package.html
I've also gone and taken the liberty of trying to delete the entire /Library/Application Support/Adobe folder after deleting those previous programs but before installing the CCDA.
Users are still being prompted for admin priviledges in order to install applications. CCDA also does not update itself.
The ServiceConfig.xml file located at "/Library/Application Support/Adobe/OOBE/Configs/ServiceConfig.xml" seems to be configured properly. The data in that file is:
<config><panel><name>AppsPanel</name><visible>true</visible></panel><panel><name>FilesPanel</name><masked>false</masked></panel><panel><name>MarketPanel</name><masked>false</masked></panel><feature><name>SelfServeInstalls</name><enabled>true</enabled></feature><feature><name>BrowserBasedAuthentication</name><enabled>false</enabled></feature></config>
Are there more files that I should be deleting, in addition to those that are being removed by the two Adobe-approved uninstallation routines, in order for the CCDA to properly respect the request for Self-Service?
Any advice or tips would be appreciated.