views:

245

answers:

2

How do I make a windows service installer from visual studio 2008?

A: 

Here's the Microsoft KB that gives you the steps:

http://support.microsoft.com/kb/317421

If you're looking for something particular, please update your question with some more details.

rwmnau
A: 

If you're using C#, follow the solution I posted here beginning at step #6. And if you're interested in how to have the Windows service install itself (as opposed to using InstallUtil.exe), follow the solution posted here (kudos to Marc Gravell for this idea).

Matt Davis