The @User attribute does not hold the user name directly, it refers to the id 
of a User element as declared in the Util schema. Look it up in wix.chm for 
details.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Kachelmeier
Sent: Monday, July 21, 2008 10:18 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] MessageQueuePermission/Unresolved reference

Hey everyone,



I'm trying to set up permissions to a MSMQ Message queue created with the
following code:



<msmq:MessageQueue Id='InboundFaxQueue' Label='[FAXQUEUE]'
PathName='.\private$\[FAXQUEUE]' Transactional='yes'>

<msmq:MessageQueuePermission Id='InboundFaxPermission' User='Everyone'
DeleteMessage='yes' PeekMessage='yes' ReceiveMessage='yes'
WriteMessage='yes'/>

</msmq:MessageQueue>



But when I build the project, I get this error:



Unresolved reference to symbol 'User:Everyone' in section
'Product:{3A7A0A26-F579-4158-AACF-CEF6FCEC52D8}'.



If I remove the MessageQueuePermission element, it builds and installs fine.
Any ideas??



I'm using WiX v3.0.2418.0.



Thanks!

Andy

-------------------------------------------------------------------------
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