Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Restricting updates from the Adobe CC Dashboard?

Guest
May 22, 2017 May 22, 2017

Hey everyone,

I'm curious to know if there are ways to restrict certain version updates from my users through the Adobe CC Dashboard? It seems the only way [and please correct me if I'm wrong] to do it would be to set up the Adobe Update Server, so this way we can have more granular control on what updates and packages are becoming available for the users in our organization? If anyone could give me advice on this and what would be the best enterprise solution for this I would really appreciate it.

Thanks!

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , May 24, 2017 May 24, 2017

You can find more details on disabling the updates here -

https://helpx.adobe.com/creative-suite/kb/disable-auto-updates-application-manager.html

This actually only entails distributing a single small file.

You can also switch off the apps panel in the Creative Cloud Desktop App. Again this can be done when building packages or by modifying the ServiceConfig.xml file.

Following are the steps to retroactively enable the Apps panel:

Locate the ServiceConfig.xml file.

Windows: C:\Program Files (x86)\Comm

...
Translate
Community Expert ,
May 22, 2017 May 22, 2017
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 23, 2017 May 23, 2017

Hi,

You can prevent your users from installing updates themselves by taking advantage of settings in Creative Cloud Packager or the packaging section of the Admin Console.

Creative Cloud for enterprise Help | Applying updates

This then gives you the option to either use Remote Update Manager (either in conjunction with an internal AUSST server or the Adobe servers) or simply to package up your own updates and deploy when you choose.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 23, 2017 May 23, 2017

Okay I see displayed as an option, but I'm not sure how to disable it. Is there a specific place where I go to disable it in the Admin panel?

Screen Shot 2017-05-23 at 11.50.40 AM.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 23, 2017 May 23, 2017

I don't understand why there wouldn't just be one of those "Change" buttons next to the Updates section that would disable the updates.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 23, 2017 May 23, 2017

Hi,

You can change this in a new package, but not an existing one.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 23, 2017 May 23, 2017

So this is specific to the packages we create and does not affect the Adobe CC Dashboard app? How do I disable it from the Dashboard app?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 24, 2017 May 24, 2017
LATEST

You can find more details on disabling the updates here -

https://helpx.adobe.com/creative-suite/kb/disable-auto-updates-application-manager.html

This actually only entails distributing a single small file.

You can also switch off the apps panel in the Creative Cloud Desktop App. Again this can be done when building packages or by modifying the ServiceConfig.xml file.

Following are the steps to retroactively enable the Apps panel:

Locate the ServiceConfig.xml file.

Windows: C:\Program Files (x86)\Common Files\Adobe\OOBE\ Configs\ServiceConfig.xml

Mac OS: /Library/Application Support/Adobe/OOBE/Configs/ServiceConfig.xml

In the file, locate the <visible> element and change its content to True (Default is False).

<config>

    <panel>

        <name>AppsPanel</name>

        <visible>false</visible>

    </panel>

</config>

See also Apps panel doesn't show installed Adobe Creative Cloud apps

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines