I have done some Researching and implemented some additions from the Questions that I found here on StackOverFlow. but I am still having issues with the service not auto-starting
here are some of the Questions/Answers that I have read
- How To Auto Start Windows Service
- Automatically start a windows Service on install
- Auto Start Windows Services through installer in vs net 2008
- How to Automatically start your service after install
I set the Start Type in my Installer code
I set the after install Code
I tested by rebooting, nothing.
uninstalled, re installed, started service and then reboot again, service didn't auto start on reboot.
I made sure every time I made a change that I did a rebuild on the project and the setup project before a fresh install.
I am not finding much for my current situation, when searching Google either.
am I missing something?