That error 0x8007056B means "A member could not be added to or removed from the 
local group because the member does not exist." So it appears that there is no 
THEBIGWORD\LinguineUser to add. 

Phil Wilson 

-----Original Message-----
From: George Banfill [mailto:george.banf...@gouldtechsolutions.com] 
Sent: Wednesday, October 13, 2010 1:30 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Adding user to a group

I am trying to get the user who runs the service to go into the
'Distributed COM User'. The service that is being installed does Office
automation. So I have added the following to my wxs:

 

        <util:User Id="AppPoolUser"  Name="[USER_ACCOUNT]"
Password="[USER_PASSWORD]" CreateUser="no" UpdateIfExists="no"
LogonAsService="yes"  >

          <util:GroupRef Id="dcom" />

        </util:User>

    </Component>

</DirectoryRef>

 

<util:Group Id="dcom" Name="Distributed COM Users" />

 

When I run it I get the following in the error:

 

CreateUser:  Error 0x8007056b: Failed to add user
WinNT://THEBIGWORD\LinguineUser to group 'WinNT://Localhost/Distributed
COM Users'.

CreateUser:  Error 0x8007056b: failed to add user:
THEBIGWORD\LinguineUser to group Distributed COM Users

MSI (c) (3C:08) [09:27:26:809]: Font created.  Charset: Req=0, Ret=0,
Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

Error 26403. Failed to add user to group.  (-2147023509
THEBIGWORD\LinguineUser   Distributed COM Users   )

 

Any suggestions as to what I am doing wrong? I have tried changing
UpdateIfExisits to yes, but that didnt seem to work either.

 

Thanks

 

George

 

George Banfill  |  Senior Software Developer  |  Gould Tech Solutions  

________________________________

Link Up House, Ring Road, Lower Wortley, Leeds, UK, LS12 6AB 

Phone: +44 (0)113 210 7605  |  Fax: +44 (0)870 748 8001 

E-mail: george.banf...@gouldtechsolutions.com
<mailto:george.banf...@thebigword.com>   |  Web:
http://www.gouldtechsolutions.com <http://www.thebigword.com>  

________________________________

Gould Tech Solutions Ltd. Registered Office: Link Up House, Ring Road,
Lower Wortley, Leeds, UK, LS12 6AB Registered in England & Wales No.
01926324 

P Please consider the environment before printing this email. 

 

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
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).



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to