Packaging an extension for Adobe Exchange?

Hello,
I developed a small extension for Photoshop CC, with a little help from the HTML 5 Extension guides scattered around the web.
But there's one thing, that no guide covered in a way that helped me to get this to work.
Packing it up as a ZXC, that will work after installing it with the extension manager.
My extension currently works only when debugged (with debugging mode enabled in the registry).
After disabling debugging mode & installing the extension from the ZXC package that I signed, the extension simply won't show in the Extensions menu within Photoshop.
What I suspect to be causing this (please throw me a bone or two here) is the installation location (While uploading the package I was asked to specify a location for the extension to be installed, I don't know?)
Some things you might want to know:
I developed this small extension using Eclipse
My 'CSXS' folder is inside of a folder named '.staged-extension' (I noticed it varies, and might be causing this?)
When debugging it all works just fine
One of the guides I went through is located here: Introducing HTML5 extensions | Adobe Developer Connection
There was another page in Adobe's site, specifying the changes required to have the extension to work (It didn't work before then, but I already went through it.)
Thank you so much for your time in advance

Hey Davide and thanks for your reply!
I attempted going through your guide, but I'm still having the same issue.
I'll try to describe what happens, step by step:
Done developing & debugging the extension with debug mode on.
Packing the extension with ZXPSignCmd (just like you instructed)
Upload the ZXP package to Exchange, then It asks me for : 'install location' - I can't define it to the location you provided but I can choose from a list.
Nothing really fits (Desktop, Downloads, Brushes etc'), so I went for Desktop just to see what happens.
After the upload process is complete, I download the package and install it using Extension Manager CC.
The ZXP package that I packed and uploaded to Exchange appears on my desktop.
It looks like Adobe Exchange packs my ZXP packager in another one, resulting Extension Manager to extract the outer one, and putting mine in the install location provided during upload.
I'm clueless.
EDIT:
I just realized that for some reason Adobe Exchange only let me upload files that will later be packed into a ZXP package, instead of just using the one I made.
Removing the whole product and starting over let me choose to upload my self packed one.
I'll update whether or not this actually works though~
2nd Edit:
Nope.
Probably was a step in the right direction, but it still won't work.

Similar Messages

  • Packaging plug-in into ZXP for Adobe Exchange

    Hi All,
    I'm trying to package plug-in for Lightroom in order to make it available on Adobe Exchange.
    Online packager that is available on Adobe Exchange site offers Lightroom option, but apparently produces incorrect package that cannot be used later for installation. While using Adobe Exchange Packager for preparing ZXP package, I'm requested for compatible product - and there is no Lightroom among them - the closest match is Photoshop.
    Does anybody know the solution for packaging of plug-ins for Lightroom for Adobe Exchange?
    Best regards,
    Sergey

    I sent my plugin to Adobe as a zip file (I think this was as instructed in July), they built the .zxp file and the resulting "installation" is that they would drop a .zip file into Downloads folder.  Some how I find regular downloads much more user-friendly
    I looked at few other plugins, and they seemed to do the same .zip dropping.  I asked Adobe support and they had no other solution, but I guess they were working on it.
    Looking now at Adobe's own Aperture import plugin, it does properly install to Lightroom/Modules directory, so maybe they have worked it out, I haven't really bothered since the market seems dead anyway.  Lightroom doesn't even link to it from the help menu, as it used to in the old Adobe Exchange days.
    Jarno

  • How to Package Photoshop Extension for cs4/cs5 with manifest.xml

    Hello,
    tl;dr: How can I package my extension for both cs4 and cs5 in a way that respects the extension's window geometry?
    I have a panel that specifies window geometry in it's manifest.xml. When the panel is installed into Photoshop's panels/ folder, the geometry gets ignored, so I'm trying to package the panel as an extension to be installed via the Extension Manager. I have run into different problems for each CS version. I've read quite a few pdfs about the Extension Manager, UCF command line packaging, etc, and have not been able to find a solution that works for both platforms.
    My understaning
    My trial and error research has lead me to understand that the extension's files must eventually end up in the (mac) /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory. In CS5, if the extension's folder contains a manifest.xml file (ex: /extensions/GuideGuide/CSXS/manifest.xml) that specifies window geometry, Photoshop will respect that window geometry when the panel opens. However, in CS4, this is not enough. From my tests, Photoshop CS4 doesn't seem to do anything with the manifest.xml file. Instead, I had to modify /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml and add my extension to it's contents. Once I did this, Photoshop CS4 launches my panel and respects it's window geometry.
    The problem with this is that it's a manual installation. I can't ask my users to dig around in their system files to install my panel. In addition, since it's unsigned using this method, it won't work if they're not flagged for debugging. I've started exploring using the Extension Manager, but I have run into problems that I cannot find ansers in the few pdfs about packaging that I've been able to find.
    CS5 Problems
    If I use the UCF command line tool, I can package and sign my file. It installs fine and does what I want. However, using this method, I haven't been able to find a way to specify the author and description that shows up in the Extension Manager.
    CS4 Problems
    The UCF command line tool doesn't appear to make packages that can be installed by CS4, and I haven't been able to find one that is compatable. I've had to result to using the Extension Manager to package my extension based on a .mxi file. The problem I have here is that installing files this way limits me to putting them in the /panels directory, which then causes the panel to ignore the indow geometry. Is there a way with an .mxi file to install in the /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory and modify the /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml file?
    There must be, because Kuler and other extensions are installed there.
    Thank you SO much for any help you might provide. I've spent weeks trying to get this to work and have run into nothing but dead ends and wild goose chases.

    Your extension is a CSXS extension. For CSXS extension it's introduced in Extension Manager 2.1. (You can download Extension manager 2.1 from http://www.adobe.com/exchange/em_download/em20_download.html)
    In Extension Manager CS2.1 only MXP package is supported. In Extension Manager CS5 CSXS extension must be packaged by ZXP format. So you have to generate two packages for CS4(mxp) and CS5(zxp)
    For CS5, you can use ucf.jar to generate the zxp package.
    For CS4, you have to create an MXI file and package it by Extension Manager 2.1 to mxp package. Here is a sample CSXS mxi file:
    <macromedia-extension
               name="CSXS_TEST_EXTENSION"
               version="1.0.0"
               type="Command"
               requires-restart="true">
              <author name="Macromedia" />
              <products>
                        <product name="Dreamweaver" version="10" primary="true" />
                        <product name="Fireworks" version="10" primary="true" />
                        <product name="Flash" version="10" primary="true" />
                        <product name="" version="11" familyname="Photoshop" primary="true" />
                        <product name="Illustrator" version="14" primary="true" />
                        <product name="CSXS" version="1" />
              </products>
              <description>
              <![CDATA[
              CSXS extension sample.
              ]]>
              </description>
              <ui-access>
              <![CDATA[
              Extension Name: kuler
              ]]>
              </ui-access>
              <license-agreement>
              <![CDATA[
              ]]>
              </license-agreement>
              <files>
                        <file source="test_extension" destination="" />
              </files>
    </macromedia-extension>

  • Is Dreamweaver CS5 Extension for Adobe AIR 2.5 Available Now?

    Hi Dreamweaver Team,
    Has the Dreamweaver CS5 Extension for Adobe AIR 2.5 been released already? If so, where can I get it? If not, when will it be available?
    Thanks!

    Thanks i will iinstall again
    WOW Extension for Dreamweaver CS5!
    Air 2.5 Extensions for Flash Builder 4.4 / 4.5x ???
    Thanks merry xmas, SnakeMedia

  • Building extensions for Adobe Reader

    Hi,
    I wanted to build extensions for Adobe Reader. I wanted to know if this is possible and if it is, I would like to know how do I get started in this regard.
    Thanks,
    Rakesh.

    Post your question in the forum for Acrobat SDK.

  • Extension for adobe edge

    Hey,
    Any plans to support extension on edge anytime soon?
    Thanks,
    Maor

    We have an extension for creating, managing and uploading flash assets(swf) to our online platform.
    With the imminent demise of flash we would like to rebuild our extension to support HTML5 assets.
    since adobe have several tools capable of creating these assets, one of them being adobe Egde, we would like to know if there is any possibility of writing an extension for this tool(using extension builder or any other tool)

  • How do I set a price for adobe exchange add-ons?

    I'm an adobe exchange developer and have an approved (unpublished) Photoshop product ready to go but I am unable to set the price to anything other than Free. I have linked my Fastspring account but the 'Free' remains greyed out. I can find absolutely no way to contact any product managers or administrators from Adobe via my exchange account (other than submitting reviewer notes on a new product submission) so I'm trying here. Any hints appreciated, including any better way for publishers to contact Adobe exchange administration. Thanks!

    Thank you Krystal,
    I received the same instruction in an email today, here was my reply. I post it here in case it is helpful to others:
    It's actually a bit trickier than that. You can't change the price once it's retracted so I had to publish, then change the price while it's live, then retract it. I can only hope or guess that it went through. There is no record of my changes being submitted and it doesn't show up anymore either under my products submitted nor published products, only the original free one in my 'retracted' tab in my account. I hope my change request has been received, I can't tell, nor do I know how I will know if it is received or approved but I think I submitted it.
    It would be nice if this process was a bit clearer with the ability to 1) edit without publishing and 2) move edited products back into 'Not Published' until changes are approved 3) receive some kind of change request receipt
    Thanks!

  • Package PS extensions for pre-CS6

    I'll admit that I am just getting my feet wet in creating extensions of any sort.  However I wanted to try to create an extension package that would deploy a script and a panel that would run a script.  I packaged my .jsx file as well as my exported panel using the Exchange Packager.  This was not to through the online exchange, but rather for my clients to use.  It installed fine for me, but when I install it on a machine with CS5 or earlier it says that it requires CS6. 
    I understand that you guys are probably pushing the Online Exchange, but what's the best way for me to package files like this to make it easy to deploy?  I saw the manual for how to package manually, is that what I should be doing?

    Finally made it!
    The solution was found after reading this
    http://www.davidebarranca.com/2013/06/adobe-extension-manager-cc-and-exchange-issues/
    It seems that CEPServiceManager4 made some temporary files referencing to the old plugins. So after clearing all folders having to do with CEPServiceManager4 and reinstalling it now seem to work!
    Hope it helps somone else who has trouble so you won't loose a couple of days of work like me

  • Questions regarding Adobe Reader Extensions for Adobe Livecycle.

    Hi,
    I'm relatively new to Adobe products, having just started to use Adobe Livecycle over the last couple of weeks. I've produced a set of interactive forms for field engineers to use. When completed, they will submit the xml data via email. However, there will be numerous occasions where they will need to stop in the middle of data collection and come back at a later point to finish, hence the need to locally save the information before submission.
    I understand this is where Adobe reader extensions would come in, unlocking this functionality.
    At the moment, i'm a bit of a loss on several points regarding how reader extensions work and i was wondering if anybody could fill in the gaps:
    1. Are they seperate modules that bolt in into the main Livecycle application?
    2. As these forms will be used off line, i would like to set the permissions to the pdf locally. From what i read, Reader Extensions is a server product. Is this correct, or can i use Reader Extensions to set these permissions before publishing the adobe form?
    3. Where can i get hold of Reader Extensions and how much do they cost? I have been reading information on similar topics on this forum (dating 3-4 years ago) that say reader extensions are comparitavely expensive to a Adobe Pro/Livecycle licence. ($50,000 upwards) Is this correct? If so, is there a cheaper alternative to achieve the same outcome?
    I hope someone can shed some light on these points!
    Thanks in advance.
    Rob

    Reader Extensions can be bought as a module in LiveCycle. There is a subset of RE functionality that exists in Acrobat. The ability to save locally is part of Acrobat. In both cases you woudl RE the form before distributing it, hence when the user gets your form they are ready to go. You can download a trial version of the server product. As far as pricing goes you woudl be better to talk to an Adobe salesrep as there are discounts for certain situations as well as different pricing options. If you decide tp gp the Acrobat route you ar limited, by licence, to distribute your form to a max of 500 users.
    Hope that helps
    Paul

  • Will there be  iOS 8 Extension for Adobe Reader application in the upcoming version

    Will Adobe reader iOS app  provide extension which would allow to edit the pdf.So that we do not need to copy the file into the reader, instead we would use extension to edit the file.

    Thank you for your feedback. I cannot speculate on future releases, but we will take your feedback into consideration.

  • Using native extensions for Adobe AIR

    This question was posted in response to the following article: http://help.adobe.com/en_US/air/build/WS597e5dadb9cc1e0253f7d2fc1311b491071-8000.html

    Needs updating for FB 4.6 and FB 4.7.

  • Newbie : what is .fpt file extension for adobe air ?

    Hi all the master,
    Hereby i have attached the printscreen of what i got from my client recently.
    I have already install the .air file, and it prompts to open the .fpt files. So i click on the fpt file. It loads halfway, and automatic close the whole application.
    As im a super newbie to AIR, may i know what is .fpt file extention to air ? and what kind of editor i must use to edit the content in the .fpt ?
    Hope to hear from all the master soon
    thanks
    C.K

    This looks VERY similar to a project I created for a client!
    The .fpt file, as Joe suggests, a custom file type created for the use by the Air app. It's probably just a re-labeled zip file to be honest! Probably contains the slides of the presentation as a guess??
    You shouldn't need to worry about the .fpt files. You should open them from within the Air app and not by opening them outside of the app - the OS might not recognise them unless the Air app has registered the .fpt extension upon it's own installation.
    Hope that helps.
    Dave.

  • Is there a way to add additional users to an Adobe Exchange Producer account?

    I've been developing extensions for Adobe Exchange since the Agora days, and would like to add one of my co-workers to the account so he can update/manage the extensions for my group as well. How can I go about getting him added to my Adobe Exchange Producer account?

    The page will appear automatically to accomodate new icons.
    You can add it manually by dragging an icon to a new page.
    Go to the last page, hold an app icon until it wiggles, then drag it to the right edge of the screen and hold it there until the page turns.
    You can also create folders by dragging icons on top of each other to help consolidate pages.

  • Adobe Exchange Packager | Adobe Exchange | Adobe TV

    Learn about the new Adobe Exchange Packager, the easy way to package content for use on Adobe Exchange. In this video you will see how to first set up the application to let you make products for Adobe Exchange in minutes!
    http://adobe.ly/PtJMIv

    My extension has close to 100 files. Is there a way to save the contents of the MXP file in Packager (I couldn't find a way) so, when I need to update the extension I don't need to enter all files again?

  • Adobe Acrobat X Pro extension for Firefox 4 for a Mac, where is it?

    Recently updated to Firefox, however, the extensions for Adobe Acrobat X Pro, v 10.0.2 are not compatible and some pdf files will not print. When will the extension be available?

    See post #7 and #10 in the following topic: http://forums.adobe.com/thread/793083?tstart=0

Maybe you are looking for

  • ER Contribution for 401K additional medicare

    Hi Experts, How to update ER contribution for 401K Additional medicare and Pension plans? Will it be the same as for simple 401K ? Thanks in advance Jane

  • ALV to EXCEL, data being truncated

    I am trying to download my ALV output into excel spreadsheet, but for one of the field, the column is being truncated. EG the no 123456 is coming as 12345.. please help Thanks Nirmal

  • TS1544 tried to reset my keychain password but says 'unable to obtain..'? HELP

    Yeah so basically I don't understand what my keychain password would be and why it suddenly keeps asking me for one? and won't let me change it

  • Iweb will not open

    Iweb will not open, it shows up in the dock with the option to quit. "Adjust image" "colors" and "photos" all show up under the VIEW when selected but that all.  No apple stores in my area.  Could use some help.

  • Scheduling inbound and outbound idoc  processing

    Hi everybody. I ´d ike to know which is the best way to schecule the outbound and inbound idoc process. Nowadays we are using this: INBOUND PROCESSING - In WE20 the idocs are checked with "Trigger with a background program". - The program RBDAPP01 is