G Guest Sep 21, 2005 #1 Hi, How do I set logon for window service to something different through c# code? JJ
G Guest Sep 21, 2005 #2 Check docs for the System.ServiceProcess.ServiceProcessInstaller class. The UserName/Password you provide will be passed to CreateService() when the service installer stuff runs...
Check docs for the System.ServiceProcess.ServiceProcessInstaller class. The UserName/Password you provide will be passed to CreateService() when the service installer stuff runs...