Credentials when Installing Windows Service
I am attempting to install a C# windows service project using a VisualStudio.Net deployment project. To run the deployment project I right-click and select "install" from the context menu, the install wizard runs and eventually prompts me with a "Set Service Login" dialog which asks for username & password. When I install a service using the sc utility from the command line, I don't have to provide credentials. Do I have to create a login just for this service? I'd prefer to use "Local System" or "Network Service" (not sure what the difference is) as other services do. anthares Add this code