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

Similar Messages

  • 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>

  • JQuery Mobile 1.2.0 Extension for Dreamweaver CS6

    This is just to ask when are you going to publish the jQuery Mobile 1.2.0 Extension for Dreamweaver CS6 in your Dreamweaver Support Center?

    Moving this discussion to the Dreamweaver extensions forum.

  • How do I get ColdFusion 10 extensions for Dreamweaver CS6?

    I can't find the ColdFusion 10 tags extension for Dreamweaver CS6 on Adobe's update website. I replaced my computer and would like to install them on my new computer. Do they still exist? If so, where do I go to download them?
    Thanks for your help.

    DW has dropped support for CF.
    But see if this discussion helps.
    Dreamweaver CC Coldfusion 10 extension?
    Nancy O.

  • Q: How can I install extensions for Bridge CS6?

    Because Bridge CS6 is not supported by Extension Manager anymore, you have to install them manually.
    For MXP extension, you can convert it to ZXP extensions with Extension Manager CS6. Then try steps below.
    For ZXP extension, use utility software such as 7-zip, WinZip or WinRAR to extract it to a folder.If there is no mxi file after extraction, then it is a CSXS extension.
    For CSXS ZXP extension,  move the folder to following folder.
        Windows: "C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\extensions\"
        Mac: "/Library/Application Support/Adobe/CS6ServiceManager/extensions/"
    For non-CSXS ZXP extension, check the content of the MXI file. Copy all source files defined in "..." to the corresponding destination folders manually. If you are not sure where these files should be copied, please paste the mxi file here.

    I just want to correct one comment made here that said that Extension Mnager did not support extensions for Bridge. In fact it is Bridge CS6 (not Extension Manager CS6) that does not support CS Extensions (or Flash Extensions).

  • 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.

  • If you're having problems making an extension for Photoshop CS6 with Configurator 3..

    I was going to ask for help here, but before posting I decided to try one last experiment to see if it would work. Yesterday I tried making a simple one button panel inside Configurator and exporting it to Photoshop CS6. I put it in the plugins\panels directory. Start Photoshop, nothing... I tried looking at how to create an extension manually and signing it in order to install it with Extension Manager, and my brain nearly melted.
    So today I tried installing an older version of Photoshop (CS 5.5). The difference was that I selected Photoshop CS5/CS5.5 in the create new panel dialog in Configurator instead of CS6. Export Panel..It worked! Then I tried the same thing for my install of Photoshop CS6, selecting Photoshop CS5/CS5.5 as before in Configurator's dropdown menu.  Success!
    I hope this helps anyone who was stuck in the same place as me.

    Hmm, okay I just had a problem. I used an swf with a hue strip made in actionscript inside an swf loader in configurator. Tried exporting this to PS CS6's panels folder, and to my surprise it complete broke all of the other extensions in that folder. (ie. Photoshop refused to load any other non-defualt extenstions at all just because one was borked.). Very very stupid.  So I went back to PS CS5, everything was working perfectly. Then I closed it and went back to PS CS6, and suddenly my test panel was working again. I have no idea why PS CS5 "fixed" PS CS6, it doesn't make sense really.  I think I'll be going back to CS5 to do all my work as CS6 is really buggy about extensions, and I really need a color wheel for painting.

  • Package File option for illustrator CS6

    I have Illustrator CS6 installed in my Mac (OS X 10.8.5) and I am trying to get Package File option.
    I am a Creative Cloud member but I don't know how to do that.
    Could you please help me?

    Wow, been waiting for this feature for 15 years...

  • Extension Builder for Flash CS6 is not working

    Hi I'm trying to make an extension for Flash CS6, using Extension Builder 1.5
    When I run the extension from Flash Builder, Flash CS6 opens up, but the extension doesn't show up under Window>Extensions menu.
    I'm just trying with an empty extension.
    Note: If I create another extension for Photoshop, it works fine.

    //resize 100*100
    window.width = 100;
    window.height = 100;
    //position 300,300
    window.nativeWindow.x = 300;
    window.nativeWindow.y = 300;

  • Extensions for Elements?

    Don't know if this is the right place to post, but I am looking for resources to help build extensions (plugins) for Photoshop Elements. Searched the web, but came up with nothing.
    I have used Configurator to build extensions for Photoshop CS6 & CC, but can find anything on Elements.
    Thanks in advance for your help - Sam

    Hi Sam,
    Thanks for getting in touch. I'm afraid this isn't the right place to ask, either - this forum is for Adobe Exchange, which doesn't currently support Photoshop Elements specifically.
    I'd suggest asking your questions in the Photoshop Elements forum (http://forums.adobe.com/community/photoshop_elements), the Photoshop Scripting forum (http://forums.adobe.com/community/photoshop/photoshop_scripting) or contacting technical support.
    Best wishes,
    Fraser

  • Load webpage in Flex extension for InDesign

    Hi All,
    I am implementing an extension for InDesign CS6 and CC using Flash Builder 4.6, Ext Builder 2.1.
    The panel reads a text file which contains the url of a webpage and renders it in an HTML control.. It is working with most urls..
    But sometimes it stops loading the page midway. I get the urls from my client.
    Here is the code I am using,
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      layout="absolute"
      creationComplete="livepreview_creationCompleteHandler(event)">
    <mx:Script>
    protected function livepreview_creationCompleteHandler(event:FlexEvent):void
      var livePreviewFile:File = File.desktopDirectory.resolvePath("LivePreviewUrl.txt");
      if(livePreviewFile.exists)
           var fileStream:FileStream = new FileStream();
           fileStream.open(livePreviewFile, FileMode.READ);
           var livePreviewUrl:String = fileStream.readUTFBytes(fileStream.bytesAvailable);
           if(livePreviewUrl != "")
                livepreview.location = livePreviewUrl;
      else
      //TODO
      //Get some error error html url from server and use its value for location
      //livepreview.location = some error/hard coded url from server.;
    </mx:Script>
    <mx:VBox height="100%" width="100%" verticalAlign="middle" horizontalAlign="center">
      <mx:HTML id="livepreview" x="0" y="0" width="100%" height="100%"/>
    </mx:VBox>
    Is it possibe that background scripts executing in the webpage might be getting blocked by Flex causing the improper load?
    Any way to overcome this?

    If some property isn't available in Extension Builder environment, I think there is less that we can do. Perhaps there is any other control that might help me achieve what I want.
    Any ideas?

  • Is cartweaver available for dreamweaver cs6

    I have been trying to find Cartweaver within Adobe Extensions for Dreamweaver CS6, but although I've just downloaded all updates, it doesn't appear in the list.  Is it no longer available?  I can see PHP shopping cart, but has this replaced Cartweaver?
    Thanks.

    Hi Linda,
    Yes please do pop over to the Cartweaver user forums. Handling detailed information would be more appropriate there.
    Briefly, there has been an update since the Lynda.com course was done - just a small on to make things easier. After installing Cartweaver into your site and once you have created a new blank database, and set you data connection, just brows to your admin. The first time you do this you will be presented with the create database page - click the button and all the Cartweaver tables and data will be added to your database.
    For any more details feel free to ask on the CW user forums or email me or support,
    Hope this was helpful.  Thanks!
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • Where are the extensions for versions older than CS6?

    When I go to the Adobe Exchange at https://www.adobeexchange.com/, the only clickable option I see is to download Adobe Exchange panel for CS6. Since I'm running CS5.5 for Mac, this won't install. There's no search feature. When I go to http://www.adobe.com/ and do a search for Adobe Extensions for CS5.5 for Mac, I get taken to links that ultimately all point back to https://www.adobeexchange.com/. I am caught in an endless loop. Why is this so difficult now? It used to be so easy!

    Hi d.duffee1962,
    There is a link in the Extension Manager CS6 web page which links to the older versions of Extensions Manager.
    Extension Manager CS5.5: http://www.adobe.com/exchange/em_download/em55_download.html
    Extension Manager CS5.5.3 patches: http://download.macromedia.com/pub/dw_exchange/extension_manager/mac/AdobeExtensionManager _5_5_3_mul_AdobeUpdate.dmg
    Thanks,
    Xiaoyi

  • Hello . I come from Polish . I bought a package here Adobe Production Premium CS6 for students, and my question is how now the procedure of registration.

    Hello . I come from Polish . I bought a package here Adobe Production Premium CS6 for students, and my question is how now the procedure of registration.

    http://www.adobe.com/education/students/student-eligibility-guide.edu.html
    ID Proof http://www.adobe.com/store/au_edu/academic_id.html

  • Where can I find the quick install package for EBS extensions for Endeca?

    I want to install EBS extension for Oracle Endeca 12.1.3.4.
    Where can I find the quick install package in the edelivery.oracle.com site? Which Product Pack should I select in the site?

    If you're getting a "This update requires Mac OS X version 10.7" message, than you have the updater and not the full installer. Go to your Purchases section of the Mac App Store and you should see the full version there. But it may be 10.7.5, though in my system is shows as being from 2011 which would appear to be the original version.
    As to Mountain Lion, that's supported only on the Early 2008 Mac Pro or newer.
    Regards.

Maybe you are looking for