Ali Avcı
Ali Avcı

Reputation: 1301

VS 2012 InstallShield doesn't install my service to the machine

I developed a service and I wanna make installer which will install to windows 8. I used InstallShield and I created a setup.exe for this(I included primary outputs and Service.exe). So when I run setup, I can't see my service on my services. It doesn't install my service to my system. So how can I solve this problem?

Upvotes: 1

Views: 2085

Answers (1)

JamieRushton_
JamieRushton_

Reputation: 106

I had similar issues when moving from visual studio 2010. 2012 proved difficult when trying to create an installer for services. Try the following, it worked for me.

http://blog.repsaj.nl/index.php/2013/04/installing-a-windows-service-with-visual-studio-2012/

Upvotes: 1

Related Questions