[wix-users] Failed to lookup account name
Rob Mensching
rob at firegiant.com
Tue Apr 26 09:11:23 PDT 2016
src\ext\ComPlusExtension
_____________________________________________________________
Short replies here. Complete answers over there: http://www.firegiant.com/
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of sampat magi
Sent: Tuesday, April 26, 2016 9:10 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Failed to lookup account name
i m using the following wix xml mark up to add com+ roles :
<complus:ComPlusApplicationRole Id="SecurityAdministrators" Name="Security Administrators">
<complus:ComPlusUserInApplicationRole Id="AppUser"
User="AppUser"/>
<complus:ComPlusGroupInApplicationRole Id="Administrators"
Group="Administrators"/>
</complus:ComPlusApplicationRole>
and the groups User and Administrators are from the following code
<util:Group Id="Administrators" Name="[WIX_ACCOUNT_ADMINISTRATORS]"/>
<util:Group Id="Users" Name="[WIX_ACCOUNT_USERS]"/>
Can anyone help me if you have any idea on this?
or
can any one point me which part of the wix source code file should i be looking at?
Regards,
Sampat
More information about the wix-users
mailing list