Should be OK. The xmlns declaration should be
http://schemas.microsoft.com/wix/ComPlusExtension

 

For example:

 

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"; 

      xmlns:complus="http://schemas.microsoft.com/wix/ComPlusExtension";>

   <complus:ComPlusApplication ./>

</Wix>

 

Ensure you're passing the WixComPlusExtension to both candle and light on
the command line using the -ext option. In v3 you only need specify the
assembly name, unlike v2.

 

Any error messages produced?

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Harwood
Sent: 06 June 2007 16:49
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] COM+ in V3

 

Hi,

Did I understand from the V3 history (weekly build 3.0.3001.0) that COM+ is
now integrated into V3?

I can't resolve the ComPlusApplication element using either the original
pubca schema or the ComPlusExtension schema denoted in the help chm. 

Did I miss something or have I jumped the gun on this one?

Regards
Graham

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to