You also need to create a user tag and set the LogonAsService portion to true. 
This is needed so the account can activate the service.

<util:User Id="ServiceUser" Name="[SERVICE_USERNAME]" Domain="[SERVICE_DOMAIN]" 
CreateUser="no" LogonAsService="yes" />

-----Original Message-----
From: vjt [mailto:victor.jara.telv...@gmail.com] 
Sent: Thursday, May 27, 2010 4:56 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall Problem



Thank you very much, I only have had to declare the properties and the service 
is installed and logged in  properly.

        <Property Id = "SERVICE_DOMAIN"  Secure="yes" />
        etc...


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-Problem-tp5103940p5108195.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to