Install Window Service without InstallUtil.exe

J

James

Hi There,
I'm currently developing a simple window service application and was
wondering how do I install the service on a machine that doesn't have the
..Net SDK but ONLY the .Net Framework? I see most sites say use
InstallUtil.exe but you'll need the .Net SDK to use that.

All help would be appreciated.

Regards

James
 
M

Michael Nemtsev

Hello James,

http://support.microsoft.com/?scid=kb;EN-US;317421
or you can manually processs /Install /Uninstall param of exe to perform
intalling process in code

J> Hi There,
J> I'm currently developing a simple window service application and was
J> wondering how do I install the service on a machine that doesn't
J> have the
J> .Net SDK but ONLY the .Net Framework? I see most sites say use
J> InstallUtil.exe but you'll need the .Net SDK to use that.
J> All help would be appreciated.
J>
J> Regards
J>
J> James
J>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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