[wix-users] Failed to lookup account name

sampat magi ssmcs060 at gmail.com
Tue Apr 26 09:19:43 PDT 2016


Yeah,

i have been looking into
"\src\ext\ComPlusExtension\ca\cpsched\cpapprolesched.cpp" this file but am
not sure it is correct file that i should look at and dont understand
exactly what it does, :(

Can i assume, there should be some immediate SetProperty CA that sends all
these info to the deferred CA?

Bcoz, The value WIX_ACCOUNT_USERS = Builtin\Users is correct, but it is
\Builtin\Users when the complusexecute CA runs. Somewhere in between its
getting changed, some one is adding a '\' at the beginning ?

If it is a real problem , Again have to write COM plus automation in
javascript with 3 CAs  :( :(

On Tue, Apr 26, 2016 at 9:41 PM, Rob Mensching <rob at firegiant.com> wrote:

> 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
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list