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

CEP Extensions missing after update to v19 (2024)

New Here ,
Nov 29, 2023 Nov 29, 2023

Good day,

Since the upgrade to InDesign 19 (2024) my used extensions are no longer listed under Window > Extensions. It is an in-house developed extension but the architect is no longer with us. Can anyone help us out with where to start looking in our CEP extension and how we can make it available again in InDesign 19 (2024)?

Thanks in advance

TOPICS
How to
4.0K
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

Valorous Hero , Nov 29, 2023 Nov 29, 2023

Hi there!
I'm not an expert in CEP development (I just played a little with it), but I would try the following:

Find the location of your CEP extensions. For example, on my Windows computer, it's here:

C:\Program Files (x86)\Common Files\Adobe\CEP\extensions

2023-11-29_16-51-09.png

Then go to the extension folder that you want to fix. I recommend backing up the whole folder just in case.

Look for the manifest.xml in the CSXS folder.

Open it in a plain text editor.

 

2023-11-29_16-50-41.png

Note the HostList which lists apps and their versions support

...
Translate
Valorous Hero ,
Nov 29, 2023 Nov 29, 2023

Hi there!
I'm not an expert in CEP development (I just played a little with it), but I would try the following:

Find the location of your CEP extensions. For example, on my Windows computer, it's here:

C:\Program Files (x86)\Common Files\Adobe\CEP\extensions

2023-11-29_16-51-09.png

Then go to the extension folder that you want to fix. I recommend backing up the whole folder just in case.

Look for the manifest.xml in the CSXS folder.

Open it in a plain text editor.

 

2023-11-29_16-50-41.png

Note the HostList which lists apps and their versions supported by the CEP extentions.

Note the line marked in yellow in the screenshot above:
IDSN means InDesign.

I guess in your file, the version is set to the current InDesign version when it was developed, e.g.:

Version="18.0"
so it's limited to 2023
Try to change it to the array, like in the screenshot. It means from version 17.0 to 99.9.
In other words, don't limit any new app versions (I don't expect version 99.9 in the near future).

Hope it helps!
— Kasyan

 

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
Community Expert ,
Nov 29, 2023 Nov 29, 2023
LATEST

In addition to what @Kasyan Servetsky mentioned if it is an unsigned version of extension installed then you will have to switch on the debug mode for the new version of CSXS.

CEP 11.1 HTML Extension Cookbook.md

-Manan

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