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

CC app freeze

New Here ,
Feb 22, 2017 Feb 22, 2017

Copy link to clipboard

Copied

Hi there,

CC application won't let me install apps, it gets hung on the screen grab below

have internet access to adobe servers etc.

have uninstalled & reinstalled the CC app etc

thanks

IMG_4950.JPG

Views

134

Translate

Translate

Report

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 , Feb 22, 2017 Feb 22, 2017

You have no Apps panel. The Apps panel can be disabled by a system admin when packaging.

If you have admin rights on your machine you can reverse this. Change false below to true.

<?xml version="1.0" encoding="UTF-8"?>

<config>

    <panel>

        <name>AppsPanel</name>

        <visible>false</visible>

    </panel>

</config>

Disable apps panel - configuration file location:

  • Windows: C:\Program Files (x86)\Common Files\Adobe\OOBE\Configs\ServiceConfig.xml
  • Mac OS X: <system drive>//Library/Application Suppor
...

Votes

Translate

Translate
Adobe Employee ,
Feb 22, 2017 Feb 22, 2017

Copy link to clipboard

Copied

LATEST

You have no Apps panel. The Apps panel can be disabled by a system admin when packaging.

If you have admin rights on your machine you can reverse this. Change false below to true.

<?xml version="1.0" encoding="UTF-8"?>

<config>

    <panel>

        <name>AppsPanel</name>

        <visible>false</visible>

    </panel>

</config>

Disable apps panel - configuration file location:

  • Windows: C:\Program Files (x86)\Common Files\Adobe\OOBE\Configs\ServiceConfig.xml
  • Mac OS X: <system drive>//Library/Application Support/Adobe/OOBE/Configs/ServiceConfig.xml

Votes

Translate

Translate

Report

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