cdburnett
Posts: 6
Joined: Thu Jan 17, 2013 9:43 pm

How to get .NET service to autostart after install

I have an installer that uses a .NET Installer Class Action to install my service. It works great. However I can't figure out how to get my service to auto-start after install. Is that something I do in Advanced Installer or is that something I do in my service code?

Thanks,
Corey
cdburnett
Posts: 6
Joined: Thu Jan 17, 2013 9:43 pm

Re: How to get .NET service to autostart after install

I figured it out. It must be handled in my code and not by Advanced Installer. See this Stack Overflow post: http://stackoverflow.com/questions/1036 ... on-install

Return to “Common Problems”