I'm sure this is my fault but I'm trying to use util:User like this:

      <Component Id="GrantLogonAsService" 
Guid="{7742E51F-B362-44b7-BFF6-6AAC1AE0D29F}">
        <util:User Id="GrantLogonAsService" Name="[SERVICE_LOGON_NAME]" 
LogonAsService="yes" CreateUser="no" FailIfExists="no" UpdateIfExists="yes" 
Domain="[SERVICE_LOGON_DOMAIN]"/>
      </Component>

To grant logon as service to an existing user.  In the logs I get:

MSI (s) (EC:18) [11:03:18:895]: Executing op: ActionStart(Name=CreateUser,,)
Action 11:03:18: CreateUser.
MSI (s) (EC:18) [11:03:18:895]: Executing op: 
CustomActionSchedule(Action=CreateUser,ActionType=11265,Source=BinaryData,Target=**********,CustomActionData=**********)
MSI (s) (EC:44) [11:03:18:899]: Invoking remote custom action. DLL: 
C:\Windows\Installer\MSI2103.tmp, Entrypoint: CreateUser
CreateUser:  Error 0x80070103: failed to read attributes from custom action data
CustomAction CreateUser returned actual error code 1603 (note this may not be 
100% accurate if translation happened inside sandbox)
Action ended 11:03:18: InstallFinalize. Return value 3.


Any ideas what might be going on?

Thanks,

Ted C.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to