Installation of Windows Service without .NET

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

I am writing a Windows Service in VB.NET

I read a walkthrough on the net about how to do it, and it states that
I should use the "installutil" that comes with the .NET framework to
get the Windows Service running as a service.

What if I'd like to install the Windows Service on a machine that does
not have .NEt framework installed? Does anyone have an idea?

Thanks in advance
 
It wouldn't make sense to install it, because you need the Framework to run
the service.

Willy.
 
Back
Top