Installation of Windows Service without .NET

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
 
W

Willy Denoyette [MVP]

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

Willy.
 

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

Top