Hi,

I'm using the following
    <util:Group Id="SelectedGroup" Domain="." Name="IIS_IUSRS"/>

    <Component Id="commandsppemailcommands" 
Guid="{B5CB2CB7-8D4E-433f-8E4F-BB7CB1DA4E7A}" Directory="BIN">
      <msmq:MessageQueue Id="commandsppemailcommands1"
                         Label="commandsppemailcommands"
                         PathName=".\Private$\commandsppemailcommands"
                         PrivLevel="optional">
        <msmq:MessageQueuePermission Id="Queue.Permissions"
                                     Group="SelectedGroup"
                                     QueueGenericAll="yes"
                                     DeleteJournalMessage="yes"
                                     WriteMessage="yes"
                                     ReceiveMessage="yes"
                                     TakeQueueOwnership="yes"/>
      </msmq:MessageQueue>
    </Component>

However when I rung the install I get
MessageQueuingExecuteInstall:  Error 0x80070534: Failed to add message queue 
permissions
MSI (s) (1C!F4) [14:52:00:631]: Closing MSIHANDLE (467) of type 790531 for 
thread 2804
CustomAction MessageQueuingExecuteInstall returned actual error code 1603 (note 
this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (1C:28) [14:52:00:631]: Closing MSIHANDLE (444) of type 790536 for 
thread 2124
Action ended 14:52:00: InstallFinalize. Return value 3.

If I install as a User it appears to work. Any suggestions?



Michael Clark
Release Engineer
mcl...@fullarmor.com<mailto:mcl...@fullarmor.com>

FULLARMOR Corporation
399 Boylston Street, 11th Floor
Boston, MA 02116
Phone: 617.896.2243
Fax: 617.556.0221
www.fullarmor.com<http://www.fullarmor.com/>

___________________________
This email and any files transmitted with it are confidential and may contain 
Full Armor Corporation privileged and proprietary information.  These materials 
are intended solely for the use of the intended recipient. If you are not the 
intended recipient, any use, distribution, or disclosure of this transmission 
is prohibited.  If you have received this email in error, please immediately 
notify the sender and delete the message from your system.

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to