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

Reply via email to