I have a service that installs under LocalSystem. I found that when I tried adding it with a given user name, I had to add permissions to that user with a Custom Action. Even Administrator doesn't have the rights to change services by default. When you go to the services app it gets given permissions then automatically.
Rob Chandra Rentachintala wrote: > I have my service installed like this and it installs the service correctly, > > but service is unable to start due to login failure. > > > > <ServiceInstall Id='MyServiceInstall' > > DisplayName='myservice' Name='myservice' > > ErrorControl='ignore' Type='ownProcess' Vital="no" Start="auto" > > Account='[SERVICEDOMAIN]\[SERVICEUSERNAME]' > Password='[SERVICEPASSWORD]' /> > > > > I traced the logs and the password is correct there. If I set the same > password > > in services.msc, it works fine. ServicePassword has couple of ‘$’ chars > in it, > > if that is of any significance. > > > > Anyone hit this issue and found the solution, let me know. > > > > Thanks > > Chandra > > > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users