Search code examples
windowsvisual-studio-2008servicewindows-servicesservice-installer

Can't see my service installer when trying to Install a Windows Service


I wrote a Windows Service in c# (VS2008) and now trying to install it (My project's name is MyProject).
I am following the steps on the article http://msdn.microsoft.com/enus/library/zt39148a(v=VS.90).aspx

and when I get to the highlighted step: enter image description here

I cannot see "MyNewService". I can only see "MyProject.project"
What am I missing?


Solution

  • If you will encounter problems installing Windows Service with this link (mentioned in the question)

    I used http://support.microsoft.com/kb/816169 and it worked well!

    Hope it will help you too!