I'm using a Setup Project in VB.NET 2003 Standard to install a windows service application. I would like this installer to start the service after install. How do I do that?
I think you can set the ServiceStartMode on the installer to start on reboot or manual, but I'm not sure if you can actually start the service from within your code using this method. Anyway, hope this helps!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.