I have a Visual Studio Setup Project used to install a Windows service. The service is set to run automatically and it is installing fine at this point by adding my service as a custom action. However, I would like the installer to start the service once the installation is complete. Is this possible?
On a related note, do I need to manually stop the service on uninstalls and/or upgrades?