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