I have MSMQ queue installing in my installer. If there is the same queue on
this computer, installation is failed with the next errors:
MessageQueuingExecuteInstall: Queue: .\private$\mag_write
MSI (s) (B0!F0) [09:46:26:798]: Closing MSIHANDLE (12991) of type 790531 for
thread 1776
MSI (s) (B0!F0) [09:46:26:798]: Creating MSIHANDLE (12992) of type 790531
for thread 1776
MessageQueuingExecuteInstall:  Error 0x80070005: Failed to get DACL for
security descriptor, access denied
MSI (s) (B0!F0) [09:46:26:798]: Closing MSIHANDLE (12992) of type 790531 for
thread 1776
MSI (s) (B0!F0) [09:46:26:798]: Creating MSIHANDLE (12993) of type 790531
for thread 1776
MessageQueuingExecuteInstall:  Error 0x80070005: Failed to add message queue
permission
MSI (s) (B0!F0) [09:46:26:814]: Closing MSIHANDLE (12993) of type 790531 for
thread 1776
MSI (s) (B0!F0) [09:46:26:814]: Creating MSIHANDLE (12994) of type 790531
for thread 1776
MessageQueuingExecuteInstall:  Error 0x80070005: Failed to add message queue
permissions
MSI (s) (B0!F0) [09:46:26:861]: Closing MSIHANDLE (12994) of type 790531 for
thread 1776
MSI (s) (B0:C8) [09:46:26:861]: Closing MSIHANDLE (12984) of type 790536 for
thread 904

I use this XML to install the queue. Wix has 3.0.5419.0 version:
...
<Msmq:MessageQueue Id='mag_write' Label='mag_write'
PathName='.\private$\mag_write' >
  <Msmq:MessageQueuePermission Id='Permissions1' QueueGenericAll='yes'
User='networkService'/>
  <Msmq:MessageQueuePermission Id='Permissions23sdc' QueueGenericAll='yes'
User='anonymous'/>
</Msmq:MessageQueue>
...
networkService and anonymous is users which values was calculated from SIDs
each time installer works.

This bug works only on Windows XP (2003 is ok).
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to