Plug In Folders in Adobe Exchange Packager

Hello,
I want to create a ZXP for easy install for customers.
I'm building Photoshop and After Effects Plug In's.
How can I configure Exchange Packager to target a sub folder in AE / Photoshop Plug In folder (Create it if it doesn't exist) and be compatible with the user OS and choice of installation folder?
I can see there are key folders for brushes, actions etc...
Is there $PlugIN ?
Thank You.

Hi Royi A,
Please see here for the full list of path tokens which can be used, e.g. $plugin:
Path tokens
Certain tokens will be treated differently on Windows and Mac, e.g. if the destination folder is found somewhere different on those two platforms - but it is not currently possible in Exchange Packager to specify a token which will only be used on one platform. This is a feature which we are looking to make available in the online version of Exchange Packager very soon.
Until then, if you need this level of granularity with your installation paths, you should build your own MXI file by following the documentation here:
http://helpx.adobe.com/extension-manager/kb/configuration-file-reference.html
...and package your ZXP using the "MXI based" option in Exchange Packager, or using the Packaging and Signing Toolkit:
http://www.adobe.com/devnet/creativesuite/sdk/eula_cs6-signing-toolkit.html
CC Extensions Signing Toolkit now available for Extension Builder 3 on Labs « Adobe Labs
Best regards,
Fraser

Similar Messages

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

  • 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

  • Warning for producers and users: Adobe Exchange Woes

    I think there may be some here who, like me, have submitted (and have
    had accepted) products to the new Adobe Exchange.
    Also, if you are a regular user who has tried to install products from
    the Exchange, you should be aware of this bizarre hurdle:
    If, as a producer, you created your Adobe Exchange product by using the
    Adobe Exchange Packager, and your product targets InDesign, you will
    have selected InDesign from the dropdown of targeted products in
    Exchange Producer.
    What you may not realize, is that this only targets the 32-bit version
    of InDesign!
    What that means is that anyone who tries to download your product from
    the Adobe Exchange Panel within InDesign 64-bit, will encounter the
    following situation: He or she will be told that the product has
    installed "successfully". Yet it will not appear anywhere within
    InDesign 64-bit.
    Instead, it will appear in InDesign 32-bit, which is also installed.
    I spoke to Adobe about this, and there is a workaround for producers
    involving editing the .mxi file. However, I doubt that many producers
    are aware of this at all, as no warning is given, and, on the contrary,
    the impression is clearly given that by targetting InDesign you are
    targetting all versions.
    In short, InDesign users will find that many products on the new Adobe
    Exchange cannot be installed in the new, "convenient" way into InDesign
    CC 64-bit at all. They will always land up in InDesign 32-bit only.
    This is certainly true for Windows. It may be different for Macs -- I
    don't know.
    Ariel

    Well, that's good to know.
    So half the problem is solved. (Is it an even split between Mac and Win
    ID users?)
    But anyone running InDesign CC 64-bit is going to find that they are
    unable to install many/most products on the much touted new Adobe Exchange.
    Ariel

  • Exchange Packager Problem

    Hi all, I've been trying to create my zxp package using the adobe exchange packager software. Everything works fine untill I reach the point where I want to add my files t the package which consist of three xml files and a png graphic. My problem is I can only get the graphic and one of the xml files to be added to the list, the remaining two xml files do not get added no mater what I try.
    I would really appreciate some help on us this please.

    Hi there,
    Packager was originally designed just to Package native Creative Suite files but as we have had so many users want to packange .xmi files and more we are updating Packager to support these scenarios. I hope to have a new release that supports this in about 2-3 weeks. In the mean time there is UCF.jar. Or just contact us and we can maybe package it for you and then you submit to Exchange. Contact [email protected] for help.
    Thanks,
    Jonathan Ferman | Product Manager

  • Why does Photoshop CC crash when I try to load a plug-in using Adobe Exchange?

    Why does Photoshop CC crash when I try to load a plug-in using Adobe Exchange?

    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/photoshop

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

  • Status of Captivate Exchange or Integration of Adobe Exchange Plug-in

    I seem to remember a while back that there was discussion of reworking the Captivate Exchange, or maybe it was incorporating the Adobe Exchange plug-in into Captivate (I can't remember exactly) so that users could share themes, showcase projects, etc. Has there been any movement on that front? No one seems to use the classic Captivate Exchange anymore.

    The Captivate Exchange is a sad sad place that doesn't get updated for months at a time and where you still get offered AS2 widgets, even though they won't work in any of the last 5 versions of Captivate.
    Adobe has spoken about adding a new 'marketplace' similar to the Apple and Google Appstores.  Some other CC apps already have it.  So far Captivate does not.  Stay tuned...

  • Endless loading after trying to update Adobe Exchange in Photoshop CC

    Hi,
    When I open Window > Extensions > Adobe Exchange, I cannot use it becouse it asks me to update. When I click yes it starts downloading and installing and popups a dialogue box saying "Adobe Extension Manager is required to install this extension. Do you want to launch Extension Manager now?".
    If I click yes, there appears an endlessly spinning circle in the Adobe Exchange Window. And that's it.
    All CC programs are up to date. The Adobe Extension Manager is installed and can be opened manually from the start menu.
    I did the same procedure in Fireworks without any problem.
    Can anyone please tell me what to do so I can install plugins in Photoshop?
    Thanks in Advance,
    Roeland
    Adobe Photoshop Version: 14.1.2 (14.1.2 20130923.r.427 2013/09/23:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3392 MHz
    Built-in memory: 16265 MB
    Free memory: 11025 MB
    Memory available to Photoshop: 14609 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    Display: 1
    Display Bounds: top=0, left=0, bottom=1200, right=1920
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2108
    gpu[0].RectTextureSize=8192
    gpu[0].Renderer="Intel(R) HD Graphics 2000"
    gpu[0].RendererID=258
    gpu[0].Vendor="Intel"
    gpu[0].VendorID=32902
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.17.10.2932"
    gpu[0].Driver="igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32"
    gpu[0].DriverDate="20121212000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLSupported=0
    gpu[0].CUDASupported=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Intel Build 9.17.10.2932"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    Serial number: 90970778960516965976
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\ROELAN~1.BIC\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 111,2G, 44,1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/07/14-12:09:50   79.543790   79.543790
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/07/14-12:09:50   79.543790   79.543790
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/07/14-12:09:50   79.543790   79.543790
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/07/14-12:09:50   79.543790   79.543790
       BIBUtils.dll   BIBUtils 2013/07/14-12:09:50   79.543790   79.543790
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/07/14-12:09:50   79.543790   79.543790
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.116  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/06/11-12:08:08   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.1.2 (14.1.2 x001)
       Accented Edges 14.1.2
       Adaptive Wide Angle 14.1.2
       Angled Strokes 14.1.2
       Average 14.1.2 (14.1.2 x001)
       Bas Relief 14.1.2
       BMP 14.1.2
       Camera Raw 8.3
       Camera Raw Filter 8.3
       Chalk & Charcoal 14.1.2
       Charcoal 14.1.2
       Chrome 14.1.2
       Cineon 14.1.2 (14.1.2 x001)
       Clouds 14.1.2 (14.1.2 x001)
       Collada 14.1.2 (14.1.2 x001)
       Color Halftone 14.1.2
       Colored Pencil 14.1.2
       CompuServe GIF 14.1.2
       Conté Crayon 14.1.2
       Craquelure 14.1.2
       Crop and Straighten Photos 14.1.2 (14.1.2 x001)
       Crop and Straighten Photos Filter 14.1.2
       Crosshatch 14.1.2
       Crystallize 14.1.2
       Cutout 14.1.2
       Dark Strokes 14.1.2
       De-Interlace 14.1.2
       Dicom 14.1.2
       Difference Clouds 14.1.2 (14.1.2 x001)
       Diffuse Glow 14.1.2
       Displace 14.1.2
       Dry Brush 14.1.2
       Eazel Acquire 14.1.2 (14.1.2 x001)
       Embed Watermark 4.0
       Entropy 14.1.2 (14.1.2 x001)
       Extrude 14.1.2
       FastCore Routines 14.1.2 (14.1.2 x001)
       Fibers 14.1.2
       Film Grain 14.1.2
       Filter Gallery 14.1.2
       Flash 3D 14.1.2 (14.1.2 x001)
       Fresco 14.1.2
       Glass 14.1.2
       Glowing Edges 14.1.2
       Google Earth 4 14.1.2 (14.1.2 x001)
       Grain 14.1.2
       Graphic Pen 14.1.2
       Halftone Pattern 14.1.2
       HDRMergeUI 14.1.2
       IFF Format 14.1.2
       Ink Outlines 14.1.2
       JPEG 2000 14.1.2
       Kurtosis 14.1.2 (14.1.2 x001)
       Lens Blur 14.1.2
       Lens Correction 14.1.2
       Lens Flare 14.1.2
       Liquify 14.1.2
       Matlab Operation 14.1.2 (14.1.2 x001)
       Maximum 14.1.2 (14.1.2 x001)
       Mean 14.1.2 (14.1.2 x001)
       Measurement Core 14.1.2 (14.1.2 x001)
       Median 14.1.2 (14.1.2 x001)
       Mezzotint 14.1.2
       Minimum 14.1.2 (14.1.2 x001)
       MMXCore Routines 14.1.2 (14.1.2 x001)
       Mosaic Tiles 14.1.2
       Multiprocessor Support 14.1.2 (14.1.2 x001)
       Neon Glow 14.1.2
       Note Paper 14.1.2
       NTSC Colors 14.1.2 (14.1.2 x001)
       Ocean Ripple 14.1.2
       Oil Paint 14.1.2
       OpenEXR 14.1.2
       Paint Daubs 14.1.2
       Palette Knife 14.1.2
       Patchwork 14.1.2
       Paths to Illustrator 14.1.2
       PCX 14.1.2 (14.1.2 x001)
       Photocopy 14.1.2
       Photoshop 3D Engine 14.1.2 (14.1.2 x001)
       Photoshop Touch 14.0
       Picture Package Filter 14.1.2 (14.1.2 x001)
       Pinch 14.1.2
       Pixar 14.1.2 (14.1.2 x001)
       Plaster 14.1.2
       Plastic Wrap 14.1.2
       PNG 14.1.2
       Pointillize 14.1.2
       Polar Coordinates 14.1.2
       Portable Bit Map 14.1.2 (14.1.2 x001)
       Poster Edges 14.1.2
       Radial Blur 14.1.2
       Radiance 14.1.2 (14.1.2 x001)
       Range 14.1.2 (14.1.2 x001)
       Read Watermark 4.0
       Reticulation 14.1.2
       Ripple 14.1.2
       Rough Pastels 14.1.2
       Save for Web 14.1.2
       ScriptingSupport 14.1.2
       Shake Reduction 14.1.2
       Shear 14.1.2
       Skewness 14.1.2 (14.1.2 x001)
       Smart Blur 14.1.2
       Smudge Stick 14.1.2
       Solarize 14.1.2 (14.1.2 x001)
       Spatter 14.1.2
       Spherize 14.1.2
       Sponge 14.1.2
       Sprayed Strokes 14.1.2
       Stained Glass 14.1.2
       Stamp 14.1.2
       Standard Deviation 14.1.2 (14.1.2 x001)
       STL 14.1.2 (14.1.2 x001)
       Sumi-e 14.1.2
       Summation 14.1.2 (14.1.2 x001)
       Targa 14.1.2
       Texturizer 14.1.2
       Tiles 14.1.2
       Torn Edges 14.1.2
       Twirl 14.1.2
       Underpainting 14.1.2
       Vanishing Point 14.1.2
       Variance 14.1.2 (14.1.2 x001)
       Variations 14.1.2 (14.1.2 x001)
       Water Paper 14.1.2
       Watercolor 14.1.2
       Wave 14.1.2
       Wavefront|OBJ 14.1.2 (14.1.2 x001)
       WIA Support 14.1.2 (14.1.2 x001)
       Wind 14.1.2
       Wireless Bitmap 14.1.2 (14.1.2 x001)
       ZigZag 14.1.2
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Exchange
       Kuler
    Installed TWAIN devices: NONE

    Remove the EM database file as described here:
    https://forums.adobe.com/thread/1517855?q=guideguide
    It worked for me!

  • Adobe exchange panel does not load in cc applications

    I cannot launch the Adobe Exchange Panel in Photoshop or Illustrator.  The option to launch this extension is not available in my menu.  In Photoshop "Extensions is grayed out".  In Illustrator it is not grayed out but it is simply not populated.  I have tested this on my laptop and it works just fine there.
    I have pasted the above paragraph from a separate thread in a different forum.  I was directed to this forum by an adobe staff member.
    Thanks in advance for any help with this as the forums are the only support adobe provides for this issue.  I think the issue may be a corruption in my extension manager somewhere in the Windows Registry.  Using Windows 7 64-bit SP1

    Hi markerline,
    Can I ask where you obtained Photoshop CC from? Were you part of any prerelease program?
    Can you please check these folders:
    C:\Program Files (x86)\Common Files\Adobe\CEPServiceManager4\extensions
    C:\Users\<username>\AppData\Roaming\Adobe\CEPServiceManager4\extensions
    and tell us if either one (or both) contains a folder called "AdobeExchange", and whether it contains anything.
    It seems obvious, but please install any updates for Photoshop available in the Creative Cloud application. I believe there have been a few CC updates released so far - so it would be worthwhile restarting your computer to force a fresh check for updates to make sure you have them all.
    Something to try would be downloading the Exchange Panel as a ZXP from here:
    https://www.adobeexchange.com/
    and then installing the panel using Extension Manager CC. Note that Extension Manager CS6 will not install the Exchange Panel for CC applications - it needs to be Extension Manager CC.
    Let us know how you get on.
    Thanks,
    Fraser

  • How to sell Lightroom plug-in on the Adobe

    I have created a couple of plug-ins that I would like to publish on the Adobe website
    Lightroom 4 / In depth : Plug-ins see : https://www.adobe.com/products/photoshop-lightroom/plugins-presets.html
    Question: how can I have my plug-ins add to this website?

    You can upload your plugin to the Adobe Exchange:
    http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=25

  • Unable to launch File sync and to update Adobe Exchange panel in Illustrator CC 2014

    I suppose that these two problems might be related, as I need the file sync to sync the extensions?
    Anyway, I’m unable to launch a file sync, and when I update the Adobe Exchange panel in Illustrator, it asks for a reboot, and after the reboot, it asks again for an update…
    Thanks for the help!

    I've since received information of a workaround - listed in a different thread: Unable to install non-standard updates - Cannot launch/update Adobe Digital Publishing for InDesign CC 2014
    Try the following to enable updates:
    1) Navigate to C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0 and you will find a .dat file ( AdobeUpdaterAdminPrefs.dat).
    2) Please open the file in question and you will find a line item : <Suppressed>1</Suppressed> .
    3) Please change the Value from 1 to 0 and save the file back in the same location.
    On a Mac, essentially the same, however location: /Library/Application Support/Adobe/AAMUpdaterInventory/1.0/AdobeUpdaterAdminPrefs.dat
    I was given further advice that DPS toolkit updates are not available when you create the deployment package from Adobe Application Manager Enterprise Edition on Mac OS. (I believe this may be the same using Creative Cloud Packager as you've found)
    Deployment DPS Toolkit Update| AAMEE |Mac OS
    The above article suggests that you can download and install the DPS update silently, however, an end user must be logged into computer - not really feasible for enterprise environments.
    So I guess the process for this would be:
    1)Copy the contents of the DPS update package to remote machine
    2)Enable updates by modifying the AdobeUpdaterAdminPrefs.dat file
    3)Remotely launch the DPS update silently (when someone is logged onto machine)
    4)Disable updates again when complete...

  • Adobe Exchange Panel Extension does not install

    As titled, after download the extension for CS6 and double click, the extension manager is opened.
    But nothing is happed nor any notification or sign of installation.
    And open PS, Illustrator, there is no "Adobe Exchange" in exchange menu.
    Our system is Windows 8 64 Standard English with Chinese Traditional CS6 Master Collection.
    If there is any clue would be appreciated.

    Please update Extension Manager CS6 to the latest version 6.0.8 first. Click "Tools"->"Preferences" menu item in Extension Manager, check "Enable detailed logging" option. Restart Extension Manager. Try to install the Exchange Panel extension again. Wait for a while, quit Extension Manager. Send all log files under "C:\Users\<YourUserName>\AppData\Roaming\Adobe\Extension Manager CS6\Log" to [email protected]
    Note that "C:\Users\<YourUserName>\AppData" folder is hidden by default. You have to check "Organize"->"Folder and search options"->"View"->"Show hidden files, folders, and drives".

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

  • Hidden Power Tools for Elements 4.0 on Adobe Exchange!!

    Hopefully this fulfills the requirements of Adobe listmoms...
    I posted my sample tool set for Elements users for free download on Adobe Exchange. The tool set includes 16 tools for Elements users.
    The free set includes:
    *Align Bottom Edge
    *Align Horizontal Centers
    *Align Left Edge
    *Align Right Edge
    *Align Top Edge
    *Align Vertical Centers
    *Color Picker
    *Component Blue
    *Component Green
    *Component Red
    *Layer Mask
    *Luminosity and Color
    *Mask Highlights
    *Mask Shadows
    *Simple Channel Mixer
    *Transform Selection
    You can get it by visiting the posting for the tools on
    Adobe Exchange.
    If you have trouble with the direct link to Adobe Exchange, you can go to the exchange for Photoshop ( http://share.studio.adobe.com/axBrowseProduct.asp?p=2 )and search for "hidden power" under the Find on the left side of the page.
    The ZIP file includes a readme/index file that lists the tools and descriptions along with troubleshooting and installation information.
    I hope this helps users!
    Richard Lynch

    Please try it with version 3.7. You can find it at
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3591
    To install with Adobe Photoshop Elements 4.0:
    1. Exit Photoshop Elements and Adobe Bridge
    2. Open the Finder
    3. Navigate to the root of the local disk (not the user's home folder).
    4. Navigate to:
    (Please read directory carefully)
    Library/Application Support/Adobe/Plug-Ins/CS2/File Formats
    5. Move the existing plug-in to another location (for example, a new folder on your desktop). Ensure you keep this version in case you need to revert back.
    6. Copy the Camera Raw plug-in,
    Camera Raw, from the download into the same folder as in Step 4.
    7. Launch Photoshop Elements or Adobe Bridge.
    Also make sure that you don't have the Nikon raw/nef plug in installed and over riding the Adobe one. Sorry, I don't have a Nikon to be able to tell you the name of their plugin.
    John

Maybe you are looking for