[Product-Developers] Getting multiple profiles to show up in quickinstaller

David Bain david.bain at alteroo.com
Sun Aug 31 14:41:02 UTC 2008


I've registered two extension profiles in my profiles.zcml. While both of
them showup under portal_setup > import, only the first one is available via
quickinstaller.
Is there a way to make both available?

Below is my profiles.zcml file

<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
    i18n_domain="hey.now">

  <genericsetup:registerProfile
      name="default"
      title="Cool Theme"
      directory="profiles/default"
      description='Extension profile for the "The Cool Theme" Plone theme.'
      provides="Products.GenericSetup.interfaces.EXTENSION"
      />
  <genericsetup:registerProfile
      name="test"
      title="The Cool Theme 2"
      directory="profiles/test"
      description='New profile as an experiment, footer not hidden'
      provides="Products.GenericSetup.interfaces.EXTENSION"
      />

</configure>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20080831/78642149/attachment-0001.html>


More information about the Product-Developers mailing list