1

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

  • Which step are you stuck at? Are you looking for a general tutorial, or is there something in particular you're not able to do? – SqlRyan Sep 28 '09 at 18:14

2 Answers2

1

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.

SqlRyan
  • 33,116
  • 33
  • 114
  • 199
0

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).

Community
  • 1
  • 1
Matt Davis
  • 45,297
  • 16
  • 93
  • 124