Greetings to all,
I am currently using Wix to install some MSMQueues, I get a successful build
but the installer fails. When I look at the log it says this:
MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queue
MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message
queue, key: MyInputQueue
MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queues
It doesn't say why, the corresponding wix code is this:
<Component Id="MessageQueues" Guid="dca22afe-482b-4eae-a50b-dc92d8a396aa"
Directory="APPLICATIONROOTDIRECTORY" KeyPath="yes">
<msmq:MessageQueue Id="MyInputQueue" PathName="[ComputerName]\Private$"
Label="MyInputQueue" Transactional="yes">
</msmq:MessageQueue>
<msmq:MessageQueue Id="MySecondInputQueue" PathName="[ComputerName]\Private$"
Label="MySecondInputQueue" Transactional="yes">
</msmq:MessageQueue>
</Component>
Is there anything missing, (I do have messagequeue permissions being set but I
commented them out) or is something wrong with the MSMQ extension.
Any insight would be helpful
Thanks in advance,
David
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users