No sure I understand the answer.  So I have the following command-line.  The
extension I want to use is specified in the command line.

Candle Main.wxs -ext WixComPlusExtension.dll

When I run it, I get the following message.

C:\MultiCorpora Projects\Ito\Build\MSI\OutsideIn\Main.wxs(26) : error
CNDL0200 :
 The Component element contains an unhandled extension element
'pca:ComPlusAppli
cation'.  Please ensure that the extension for elements in the '
http://schemas.m
icrosoft.com/wix/2005/02/pubca' namespace has been provided.

Do I still need the pcaext in Wix 3.0.  If yes, I don't see it part of Wix
3.0?  Has anyone been using COM+.  I tried to find documentation on Com+
support on the net, but I find only things related to Com+ in Wix 2.0.  Has
anyone been using Com+ in Wix 3.0.

Thanks.







On Thu, Jul 31, 2008 at 5:43 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:

> Mo Benmouffok wrote:
> > *Candle Main.wxs -ext
> > Microsoft.Tools.WindowsInstallerXml.Extensions.ComPlusCompiler,
> > WixComPlusExtension.dll *
> >
>
> In WiX v3, you reference an extension just by specifying its assembly;
> Candle et al will load the extension based on the types it contains.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to