Is it possible to build a .zxp installer containing multiple versions of a plug-in or extension?

I'd like to be able to include multiple versions of our InDesign plug-in in a single .zxp (e.g., one for InDesign CS6 and another for CC). Is that possible? I don't see how since the "version" attribute is on the root (<macromedia-extension>) element, but I I've seen some mention of this being possible, at least with Extensions?
Any help much appreciated.
--Peter

Hi Carl,
That's great. In reading the documentation, I must have missed the fact the "minVersion" and "maxVersion" may be attributes on a <file> element as well as the <product> element. Does it say that somewhere?
On a related note, I am having no luck at all in getting my plug-in files installed in the proper InDesign application directory on a 64-bit Windows machine which has both 32- and 64-bit versions of InDesign installed. Despite having defined the "bit" attribute in each file element properly (I *think*), e.g.:
    <file source="MyPlugIn.pln" destination="$indesign/Plug-Ins/MyPlugIn" platform="win" bit="32" file-type="plugin" folder="content" />
    <file source="MyPlugIn_x64.pln" destination="$indesign/Plug-Ins/MyPlugIn" platform="win" bit="64" file-type="plugin" folder="content" />
All of the files and folders identified as "platform='win'" end up installed in the 32-bit InDesign plug-ins folder, regardless of the value of the "bit' attribute. Nothing gets installed in the 64-bit version.
Apparently,  the macro "$InDesign" does not work for a file element whose "bit" attribute is set to "64". Since this is the first 64-bit Windows version of InDesign, and the Extension Manager CC Configuration Reference is apparently unavailable as yet, I took a guess based on the way that the paths to the Illustrator and Photoshop directories were specified in CS6. I.e., I tried "$InDesign64" for the 64-bit version, but that did not seem to work.
What am I missing here?
Thanks for your patience...
--pt

Similar Messages

  • Template Builder (BIPublisherDesktop.exe) installation for multiple users

    Hello,
    I tried to install version 10.1.3.4 of the template builder on a Citrix server (Metaframe 4.0) running under Windows 2003 SP2, and with Office 2003. Framework .NET 2.0 and JRE Sun 1.6 are also installed.
    It works, but, in Word 2003, the "Oracle BI Publisher" menu is only available for the user who have made the installation. Other users can"t see it ?
    I have monitored the registry during installation, and most of the keys are created in HKEY_CURRENT_USER, explaining why others can't see it.
    Is there a way to make one install available for all users ?
    Thanks.
    Edited by: user528106 on 27 janv. 2009 01:31

    Yes Rainer... I got the problem just now...
    Thanks for the reply...
    Regards,
    Amit

  • Installation of multiple versions of PS & DW

    I just bought (have not opened boxes yet) a new computer, PS cs6 and DW cs6.... on my old computer I have PS cs4 and DW cs4.  When I install the new software on the new computer, I would also like to load the old versions as well.... Is this easy as installing the old & the new versions in seperate directories? are there any things to be cautious of or any special procedures when doing this?... like any special instalation order?
    I believe I am licensed for 2 cpies of the cs4 titles, but only ever loaded them onto one computer... does this mean i don't even neeed to deactivate the old titles and can keep them on the old computer, just in case the new system fails for some reason.
    Thank You!
    Tracy Guilbeau

    cs6 and cs4 apps (except for different acrobat versions) all coexist without problem.
    and you do not need to deactivate on your old computer as you correctly deduced because that will be one of your two concurrent activations.

  • Is it possible to build a project with Labview 2010 on a Windows XP system, that is useful for a system with windows 7 on it?

    Hi there,
    I am planning to use Labview 2010 in a short time.
    But before I'm going to use it I have some questions.
    I know it is possible to run Labview 2010 in an XP environment. But is it also possible to, when running Labview 2010 on a XP system, to build a project to a version that is useful in a Windows 7 environment?
    Or do I have to run Labview 2010, when I want to build a project that is useful on a Windows 7 system, on a system with Windows 7?
    Please give me some information.
    I hope to hear from one of you soon.
    Regards,
    Kenny
    Solved!
    Go to Solution.

    Is it possible to build a project with Labview 2009 on a Windows XP system, that is useful for a system with windows 7 on it?
    Thanks.
    Philippe B.
    Certified Associate Developer / Dépt Moyens d'essais
    www.ingenia-system.com

  • Usage dependency is created at Build time and installation time

    Hi,
    The infrastructure guys have selected the usage dependency as Build time and Installation time, while creating software components.
    "Y" SWC is created as depedency for "X" software component.
    In SLD(software catalog),  we are able to view the Y component as dependency in X component(at both build time and installation time).  In usage dependency we are able to view Y component but when we click Y component in usage dependecy we are also able to view X component. Is there any problem with this ?
    There is another issue. we are able to view basis object(in IR) in Y component but not in X component.  Actually as per the above configuration basis object in IR should appear in X component.
    Please refer to another forum which may give you some more idea.("BPM - Message interfaces of one component are not appearing in another comp") pasted on 17 Nov,2006.
    Please could you provide us the inputs.
    Thanks,
    Ramesh

    hi,
    as you see per my weblog try choosing Installation Time
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    more about it on:
    http://help.sap.com/saphelp_nw04s/helpdata/en/d4/8d784289b4de54e10000000a155106/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Is it possible to build a binary working on solaris 8 from solaris 10

    Hi
    I understand that my requirement is kinda weird. However, I really wonder whether it is possible sometimes.
    I have built ssh successfully both on solaris 8 and solaris 10. Now the problem is the binary built on solaris 8 can work on solaris 10, but the binary built on solaris 10 can not work on solaris 8.
    The problem is SUNW_1.2.2 can not be found on solaris 8.
    $ldd sshd
            libresolv.so.2 =>        /usr/lib/libresolv.so.2
            librt.so.1 =>    /usr/lib/librt.so.1
            libsocket.so.1 =>        /usr/lib/libsocket.so.1
            libnsl.so.1 =>   /usr/lib/libnsl.so.1
            libc.so.1 =>     /usr/lib/libc.so.1
            libc.so.1 (SUNW_1.22) =>         (version not found)
            libdl.so.1 =>    /usr/lib/libdl.so.1
            libaio.so.1 =>   /usr/lib/libaio.so.1
            libmp.so.2 =>    /usr/lib/libmp.so.2
            /usr/platform/SUNW,Sun-Fire-V210/lib/libc_psr.so.1After more detailed investigation, I found the system-call dlopen and so on are linked to SUNW_1.2.2
    objdump -T sshd|grep SUNW_1.22
    00251240      DF *UND*  00000000  SUNW_1.22   dlerror
    00251510      DF *UND*  00000000  SUNW_1.22   dlclose
    00251738      DF *UND*  00000000  SUNW_1.22   dlopen
    0025181c      DF *UND*  00000000  SUNW_1.22   dlsym
    00251a98      DF *UND*  00000100  SUNW_1.22   unsetenvBut for the binary built on solaris 8, system-call dlopen is provided by SISCD_2.3.
    objdump -T sshd|grep dl      
    0023f160      DF *UND*  00000008  SISCD_2.3   dlopen
    0023f16c      DF *UND*  00000008  SISCD_2.3   dlclose
    0023f274      DF *UND*  00000008  SISCD_2.3   dlerror
    0023f8d4      DF *UND*  00000008  SISCD_2.3   dlsymAs sshd from solaris 8 is working on solaris 10, I think SISCD2.3 is also available on Solaris10. So is it possible to build ssh (any special link option?) with SISCD_2.3 rather than SUNW_1.2.2?

    Yuechen wrote:
    Hi
    I understand that my requirement is kinda weird. However, I really wonder whether it is possible sometimes.
    I have built ssh successfully both on solaris 8 and solaris 10. Now the problem is the binary built on solaris 8 can work on solaris 10, but the binary built on solaris 10 can not work on solaris 8.That is expected. Binaries should have forward compatibility and run on later versions of the OS.
    Build on 8, run on 8 through 10.
    Darren

  • How to use application builder to generate installation disk without compiling the the support files?

    Hello,
    What I am trying to do is to use LV application builder generating an installation disk without compiling the support files. I mean:
    the support fils like the help files are located on a different directory , for example, installation disk is D drive, help file directory is: D:\Help\...,  not compiled in the installation Data set.
    So,  when the installation disk is running, it only copy this directory file into the destiny directory. Of course, we can write a different bat file to do this. However, beside this method, is there any way, like using LV application builder to do this without writing a batch file.  Any suggestion will be appreciated.

    For LabVIEW 7.1, this can be done in a few short steps. First, add your help file as a support file in the Application Builder. Then go to the Installer tab, choose to create an installer and click on the Files button at the bottom. From this dialog (shown below), you can specify the destination for each component in your install package. If you have added your help file as a support file, it will show up in the Files in Installation list. Click on your help file to highlight it. You can now choose where to install the file to by specifying an installation destination and a subdirectory. The default subdirectory is called data, but if you want to change that, just type in a new subdirectory name as I have done below:
    Hope this helps!
    Message Edited by Jarrod S. on 01-23-2006 10:17 AM
    Jarrod S.
    National Instruments
    Attachments:
    Support Files.JPG ‏31 KB

  • Problem in building an Eclipse installation with oomph

    Hallo,
    I am setting up an Eclipse distribution with several plugins needed to have a proper IDE for an Eclipse Project (GEF).
    When adding the plugins to Eclipse everything is Ok, until I install the Oomph Version Management Tool plugin.
    After installing the Oomph VMT Plugin, from the next startup I see the below error:
    Plugins contained in the Eclipse distribution.
    As specified in the GEF contributor guide, the GEF-IDE consists of
    Eclipse IDE for committers Mars R as base eclipse ( in my case is win32)
    API Tools Execution Environment Description v 1.0.1 from http://download.eclipse.org/releases/mars update site
    e(fx)clipse IDE - PDE version .2.0.0, from http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/ update site
    m2e - Maven Integration for Eclipse - version 1.6.0, from http://download.eclipse.org/releases/mars update site
    Xtext Complete SDK - version 2.8.3, from http://download.eclipse.org/releases/mars update site
    Oomph Version Management Tool, from Oomph update site
    After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:
    An internal error occurred during: "Setup check".
    USER_HOME
    I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see bug 473599.
    Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core , but only for a small "delta"
    I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the bug 473599.
    So, I have two questions:
    how to perform a Complete IDE Update ?
    how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?
    Thank you very much for the time you're spending on my question.
    I hope my question does not seem impolite or excessively complex.
    Regards.

    Hi Patrik,
    The p2f file that you mentioned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599 seems totally useless to me. It
    locks in specific versions of the listed IUs, no matter whether the identified repositories will provide those versions
    in the future or not. For example:
    <iu id='org.eclipse.oomph.setup.feature.group' name='Oomph Setup' version='1.2.0.v20150720-0925'>
    <repositories size='2'>
    <repository location='http://download.eclipse.org/oomph/updates'/>
    <repository location='http://download.eclipse.org/oomph/updates/latest'/>
    </repositories>
    </iu>
    A P2Director task in an Oomph setup model for GEF seems like a better alternative.
    More comments below...
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    Am 27.07.2015 um 22:44 schrieb Patrik Suzzi:
    > Hallo,
    >
    > I am trying to build a complex eclipse installation needed for development of the Eclipse GEF project.
    >
    >
    >
    > As specified in the GEF contributor guide, the GEF-IDE consists of
    >
    > Eclipse IDE for committers Mars R as base eclipse ( in my case is win32)
    > API Tools Execution Environment Description v 1.0.1 from http://download.eclipse.org/releases/mars update site
    > e(fx)clipse IDE - PDE version .2.0.0, from http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/ update site
    > m2e - Maven Integration for Eclipse - version 1.6.0, from http://download.eclipse.org/releases/mars update site
    > Xtext Complete SDK - version 2.8.3, from http://download.eclipse.org/releases/mars update site
    > Oomph Version Management Tool, from http://download.eclipse.org/oomph/updates
    >
    >
    > During the installation everything is Ok, until I install the last plugin: the Oomph Version Management Tool.
    >
    > After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:
    >
    > An internal error occurred during: "Setup check".
    > USER_HOME
    >
    >
    >
    > I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
    >
    > Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core .
    >
    >
    >
    > I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
    >
    > So, I have two questions:
    >
    >
    > how to perform a Complete IDE Update ?
    I'm not 100% sure but I think you can't easily get out of this inconsistent state because the plugins that would do that
    for you are also impacted. I would recommend that you create a new installation with Oomph's Eclipse Installer.
    > how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?
    I would suggest that you put pressure on the GEF people to provide a GEF project setup model, so that you can just add
    it to your install.

  • Is it possible to build a firewall using labview??

    Is it possible to build a firewall using labview??
    RAJESH

    There are several kinds of firewalls, for example:
    (1) so called "personal firewall software" which applies some policies to incoming and outgoing ethernet traffic on the computer it is running.
    (2) Dedicated hardware firewalls (having at least two ethernet interfaces) that enforce policies of traffic flowing across. These can be bridging, routing, or even be proxying.
    LabVIEW does NOT have access to the low level packet structure (ethernet header, ip header, tcp header, etc.) and relies on the OS for routing decisions. LabVIEW only deals with TCP and UDP and only at a very high level. A firewall must also make decisions for e.g. ICMP, GRE, or other IP packets, must know the status of all TCP flags (SYN, ACK, URG, PSH, FIN, RST), must check for valid fragmentations, et., etc.. LabVIEW cannot do any typical firewall tasks unless you do most of your work with external routines. In this case, LabVIEW just provides the UI.
    (Even simple ftp traffic would be quite complicated. For example the ports for the secondary data connections must be dynamically allowed based on information gleaned from the control connection, in this particular case the PORT command and the reply to the PASV command).
    I would say the answer is NO! Not with the networking tools provided with LabVIEW alone.
    With lots of work, you might be able to built a simple proxy server using LabVIEW, but this would seem quite useless...
    LabVIEW Champion . Do more with less code and in less time .

  • Is that possible to build cube using STAGING FACT TABLE on Essbase ?????

    Is that possible to build cube using STAGING FACT TABLE on Essbase ?????
    If yes, kindly guide me to do ....
    Thanks in advance,
    Mehar

    I'm not sure what you are asking. IF you are asking if you can use a fact table as the source for buildnig an Essbase database, the answer is yes, from either SQL interface or Essbase Studio (or ODI or EIS). IF you are asking if you can use as relational staging table as an Essbase cube then no. If you can phrase the question differently or give an example of that you are trying to do, it might clarify what you are trying to do

  • Build application and installer

    I build application and installer same the problem
    please see the figure
    Attachments:
    Mohammad 1.doc ‏870 KB
    moh.doc ‏253 KB

    If this is an answer to this thread, post a reply in there.
    Duplicate post.
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Is it possible to build pop-up menu on nav bar in a template??

    Is it possible to build pop-up menu on nav bar in a
    template??
    There is anybody who built pop-up menu on nav bar in a
    template, made changes to the pop-up menu and successfully updated
    the pop-up menu in all files that are generated from the template?
    I wanted to do this, but failed. So, I would appreciate your tips
    if you have done that successfully.

    I have. It's so troublesome, awkward, and arcane, I don't
    suggest anyone
    use these menus.
    You might be interested in what the programmer who adapted
    this code for
    Macromedia has to say about these menus -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "lakeleman" <[email protected]> wrote in
    message
    news:eqqp1t$pjn$[email protected]..
    >
    Is it possible to build pop-up menu on nav bar in a
    template??
    >
    > There is anybody who built pop-up menu on nav bar in a
    template, made
    > changes
    > to the pop-up menu and successfully updated the pop-up
    menu in all files
    > that
    > are generated from the template? I wanted to do this,
    but failed. So, I
    > would
    > appreciate your tips if you have done that successfully.
    >

  • SVP est ce qu'il sera possible dans l'avenir d'installer l'iOS 7 dans l'iPod 4g ?!!! y'a -t-il une tentative de rendre l'iOS 7 possible sur  l'iPod 4g?!! Merci pour votre aide :)

    SVP est ce qu'il sera possible dans l'avenir d'installer l'iOS 7 dans l'iPod 4g ?!!! y'a -t-il une tentative de rendre l'iOS 7 possible sur  l'iPod 4g?!! Merci pour votre aide :)

    Google translate:
    SVP is what will be possible in the future to install iOS 7 in the iPod 4g?! there's he trying to make iOS 7 possible on the iPod 4g?! Thank you for your help
    Apple said that iOS 7 is of r5G iPod touch
    iPhone 4 and later
    iPad 2 and later.
    All the iOS devices compatible with iOS 7 have at least 512 MB of memory. The 4G only has 256 MB
    There is no reason to believe iOS 7 will come to the 4G iPod.

  • Is it possible to build two different L2TP/IPSec tunnels per subnet or per user?

    Dear colleagues
    I wondered whether anyone could help with this one.
    Is it possible to build two different L2TP/IPSec tunnels per subnet or per user on a Cisco router or any other third party manufacturer?  The idea behind is to allow different access to resources to different support technicians.  Your help is much appreciated.

    Sure, the ASA can use LDAP/AD information to select what access list should be applied for that specific user or group of users logging into the VPN. You can use whats called DAP or just LDAP Attribute Maps.

  • Can possible  to build extension in CS4 using Creative Suite Extension Builder

    I have adobe flash builder 4.5 and extenstion builder. It only suport max version CS5.5 and min version CS5. But i want the extension in CS4. Can it possible to develop extension of CS4 using creative suite extension builder?

    No.

Maybe you are looking for

  • XMLTable Problem - works in PL/SQL, why not standalone?

    What is going on here? Why does the plain SQL return this really helpful error? <pre> SQL> desc CRMAUTOSAVE Name Null? Typ AS_AUTOSAVEID NOT NULL NUMBER(10) AS_IDENT NOT NULL VARCHAR2(250) AS_DATA XMLTYPE CREATEDATE NOT NULL TIMESTAMP(6) CREATOR NOT

  • HT1386 How can I sync only selected playlists from my library in iTunes to iPhone?

    Option to sync only selected playlists is grayed out in iTunes for my iPhone. How can I make it so I don't have to sync my entire library?

  • Adjusting highlights, midtones and shadows

    1.) When working with the Dodge tool or other similar tools in Photoshop that have options for selecting to work with midtones, does this mean that it will not lighten the light areas or the dark areas? 2.) And if shadows are selected will it only wo

  • DVCPro HD 720p

    I can see 720p HD through Firewire. I am using AJ HD 1400 for the deck. FCP see's the DV or DVCProSD just fine. Whats the trick? Very new to FCP Thanks

  • No lock icon and signed icon with Apple Mail

    Hello, since i upgraded to mavericks i can't see the signed icon (checkmark) in the header area of a signed message or the lock icon in the header area of an encrypted message. The mails get decrypted alright but want to see if a mail was signed or e