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

How To Deploy a CC Extension

Explorer ,
Dec 18, 2015 Dec 18, 2015

I'm developing a CC extension (for Photoshop). This extension is to be bundled with an application we're selling. I'm working on a Mac but this should work on Windows as well.

I have a proof-of-concept extension working in Photoshop, in debug mode, and I'm trying to understand how it should be deployed to users.

Following the instructions in the CC_Extension guide I signed the extension (using a self signed extension) and that seems ok but I'm stuck beyond that.

After some failed attempts to install it via Extension Manager I realised this (Extension Manager) is dead and not to be used anymore.

I tried ZXPInstaller but it refuses to install the extension saying:

     "The installation failed because the extension is not compatible with the installed applications"

I tried copying the zxp file to /Library/Application Support/Adobe/CEP/extensions/ but it is not seen by photoshop upon restarting.

My questions:

1. Is there an official guide for this from Adobe which is both accurate and up-to-date regarding deployment, clearly the guide I have is not up-do-date as it explains in length how to use extension manager with is obsolete

2. How can I deploy my extension to users? What are the officially sanctioned options for deployment.

3. Is there any tool that will enable me to troubleshoot why the extension is not loading/installing?

Your help will be much appreciated!

Eyal

TOPICS
Actions and scripting
1.4K
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
Advocate ,
Dec 23, 2015 Dec 23, 2015
LATEST

Hi Eyal,

grab the ZXP, rename it as ZIP, unZip it.

Move the resulting folder to: /Library/Application Support/Adobe/CEP/extensions/

Restart Photoshop.

Does it show in PS? If it doesn't, then you've a problem in the manifest.xml.

Conversely, (i.e. it shows), then you have a problem with the ZXP. Have a look here for extra guidance: http://www.davidebarranca.com/2014/05/html-panels-tips-10-packaging-zxp-installers/

Regards,

Davide Barranca

---

www.davidebarranca.com

www.cs-extensions.com

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