Install Window Service without InstallUtil.exe

  • Thread starter Thread starter James
  • Start date Start date
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
 
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
 
Back
Top