Skip to main content
iconify
Inspiring
May 1, 2019
Answered

Installing ZXP Extensions on CC Enterprise

  • May 1, 2019
  • 1 reply
  • 4762 views

I am looking for ideas/input on a potential work-around to install ZXP extensions on Photoshop CC Enterprise that does not require a lot of confusing, tedious manual steps (from the end user's perspective).

According to the Enterprise documentation - Including extensions in your package - encrypted packages, i.e., ZXP extensions from Adobe Exchange are not installed via the package method and based on my own experience launching a product to Exchange and reports from Enterprise users, you cannot install from Exchange nor using any of the popular Extension Manager installers.

I have verified that it is possible to un-archive the ZXP and manually place the folder structure in /Application Support/Adobe/CEP/extensions but my concern is that this might be problematic for end users. I don't think it is really all that technical, obviously, but many users have a psychological aversion to messing with what they perceive as the core system.

It is probably a long shot but I'm curious if anyone else has encountered this problem and what solutions you've employed to work around it.

Thanks in advance.

This topic has been closed for replies.
Correct answer Kukurykus

So you want personally to uncovert .ZXP and provide the content (so all folders with files in bulk) to users?

You can attach .jsx script (user will run by Photoshop) that will copy all of that to Adobe/CEP/Extension folder.

1 reply

Kukurykus
KukurykusCorrect answer
Legend
May 1, 2019

So you want personally to uncovert .ZXP and provide the content (so all folders with files in bulk) to users?

You can attach .jsx script (user will run by Photoshop) that will copy all of that to Adobe/CEP/Extension folder.

Participant
March 12, 2021

Hi! I know this is an old post. Could you help me with this? I have the .ZXP file but I don't know how to copy all the files to the right folder using a .jsx script. Any example? thanks!

Kukurykus
Legend
March 12, 2021

On Windows you can move the folder with its content:

 

File('~/desktop/ZXP').rename(Folder.userData + '/Adobe/CEP/Extensions/ZXP')