Oh well.

On Mon, Sep 1, 2008 at 2:03 AM, Raphael Ritz
<[EMAIL PROTECTED]>wrote:

> David Bain wrote:
>
>> 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?
>>
>
> No. That's currently unsupported by the quickinstaller.
> Use portal_setup in ZMI in such cases.
>
> Raphael
>
>
>
>
>> 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>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Product-Developers mailing list
>> [email protected]
>> http://lists.plone.org/mailman/listinfo/product-developers
>>
>
>
> _______________________________________________
> Product-Developers mailing list
> [email protected]
> http://lists.plone.org/mailman/listinfo/product-developers
>
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to