If it works when as a per-user install, the issue might be that you're not 
impersonating when installing per system (when the code is running with the 
local system account). 

Phil Wilson 


-----Original Message-----
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: Monday, October 18, 2010 12:25 PM
To: WIX (wix-users@lists.sourceforge.net)
Subject: [WiX-users] 1603 error creating msmqs

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


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



------------------------------------------------------------------------------
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