create windows service without vs.net

  • Thread starter Thread starter Loane Sharp
  • Start date Start date
L

Loane Sharp

Hi there

I'm using VS.NET 2003 to create a Windows Service, but I would like to know
more about the guts of the thing (call me old-fashioned). Do you know of a
reference that will show me how to create the service programatically
without using VS? It's probably a pain with all the classes and stuff!

Best regards
Loane
 
Loane Sharp said:
Hi there

I'm using VS.NET 2003 to create a Windows Service, but I would like to
know more about the guts of the thing (call me old-fashioned). Do you know
of a reference that will show me how to create the service programatically
without using VS? It's probably a pain with all the classes and stuff!

Best regards
Loane


I think this is what you are looking for ?!
http://msdn.microsoft.com/library/d...html/vbtskcreatingserviceprogrammatically.asp
If you don't wan't to use VS *at all*, then just use Notepad, Vim, or
whatever, and call the approiate compiler from the command line.

--John
 
Hi John, thanks very much. You pointed me in the right direction. Best
regards Loane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top