You need to pass in the pubca extension. For v2, it should look something like this: -ext "assembly, class" (or maybe its "class, assembly" - I don't remember - it was always too verbose for me :)
(I'm not sure of the specifics for pubca unfortunately - perhaps a fellow dev can help out here). Derek -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Friday, August 04, 2006 12:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] MessageQueue PubCA Derek: "d:\program files\windows installer xml\bin\candle" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\crawford.risktech.interfaces.wxs" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\crawford.risktech.class.library.wxs" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\cwa.common.wxs" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\cwd.anonymousauth.wxs" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\cdx.impersonations.wxs" "d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces wix install\cmq.common.wxs" I am getting the error in the last *.wxs file that was created (cmq.common.wxs). David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Derek Cicerone" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: "'david adams'" ><[EMAIL PROTECTED]>,<wix-users@lists.sourceforge.net> >Subject: RE: [WiX-users] MessageQueue PubCA >Date: Fri, 4 Aug 2006 08:29:09 -0700 >MIME-Version: 1.0 >Received: from winisp-fe1.winisp.net ([192.197.157.82]) by >bay0-mc4-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 4 >Aug 2006 08:29:12 -0700 >Received: from derekclap ([67.168.109.53]) by winisp-fe1.winisp.net over >TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Aug 2006 >08:29:11 -0700 >X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo= >X-Mailer: Microsoft Office Outlook 11 >Thread-Index: Aca31W62MXvabLltSXSP4lp+t2VLjQABRJBw >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2922 >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 04 Aug 2006 15:29:12.0012 (UTC) >FILETIME=[BC8368C0:01C6B7DA] > >What does your command line look like for candle? > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of david adams >Sent: Friday, August 04, 2006 7:51 AM >To: wix-users@lists.sourceforge.net >Subject: [WiX-users] MessageQueue PubCA > >I am getting the following [CANDLE] error [CNDL0005] from my WiX Fragment >file that configures as Microsoft Message Queue. I get the same error >whether I use the <MessageQueue> element (with / without an in-element >xmlns > >attribute definition) or <pca:MessageQueue> element (with / without an >xmlns:pca attribute definition in the outer <WiX> element. I notice that >the element is not available via Intellisense in VS.NET (using Votive). > >I am running WiX / Votive v.2.0.4421.0 & VS.NET v1.1 / v2.0. > >Error Message: >d:\<MYFOLDER>\CMQ.Common.wxs(10) : error CNDL0005 : The Component element >contains an unexpected child element 'MessageQueue'. > >... ><Fragment> > <User Id="ntwkService" Domain="NT AUTHORITY" Name="NETWORK SERVICE" /> > <DirectoryRef Id="TARGETDIR"> > <Component Id="CreateMessageQueue" >Guid="AC1B0EAE-905D-4532-99D1-400FBA70799D"> > <MessageQueue xmlns="http://schemas.microsoft.com/wix/2005/02/pubca" >Id="mQ" Label="RiskTech Interfaces Message Queue" >PathName=".\Private$\rtiQ"> > <MessageQueuePermission Id="permissionNetworkService" >User="ntwkService" PeekMessage="yes" ReceiveMessage="yes" >WriteMessage="yes" > >/> > </MessageQueue> > </Component> > </DirectoryRef> > <Feature Id="MsgQueue" Level="1" Title="Message Queue" >Description="Creates Private Message Queue"> > <ComponentRef Id="CreateMessageQueue" /> > </Feature> ></Fragment> >... > >David Adams >MSN MessengerID: [EMAIL PROTECTED] > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >WiX-users mailing list >WiX-users@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users