I have used WIX MSMQ creation for private queues and it works well. My
first thought is as to whether you have got the Active Directory
Integration component installed, or whether MSMQ is working in workgroup
mode? Can you create a public queue manually?

Certainly if you have any MSMQ queue related issues, John Breakwell's
blog is the place to start:

http://blogs.msdn.com/johnbreakwell/default.aspx

-----Original Message-----
From: Chris Eldredge [mailto:chris.eldre...@gmail.com] 
Sent: 26 March 2009 18:23
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] MSMQ/MessageQueue: create public queue

Using WiX 3.0.5120.0, I can create a private queue easily enough, but if

I try to create a public queue the installer fails.

The log says:

MessageQueuingExecuteInstall:  Error 0xc00e0005: Failed to create 
message queue
MessageQueuingExecuteInstall:  Error 0xc00e0005: Failed to create 
message queue, key: FooQueue
MessageQueuingExecuteInstall:  Error 0xc00e0005: Failed to create 
message queues
Action ended 14:15:55: InstallFinalize. Return value 3.
MessageQueuingRollbackInstall:  Error 0xc00e0003: Failed to get format
name
MessageQueuingRollbackInstall:  Failed to rollback add message queue 
permission, hr: 0xc00e0003, key: Whatever
Action ended 14:15:56: INSTALL. Return value 3.

My markup:

<MessageQueue xmlns="http://schemas.microsoft.com/wix/MsmqExtension";
Id="FooQueue"
Label="Foo"
PathName=".\Foo"
PrivLevel="none"
Authenticate="no"
ServiceTypeGuid="24a3b544-9359-4f92-a1cc-695891caddff"/>

Is this supported?  I've tried variations for the PathName such as 
[COMPUTERNAME]\Foo, .\Foo ActualServerName\Foo and none seem to work 
except for .\Private$\Foo.  But I need a public queue.

Thanks,

Chris


------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to