Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Developing Windows Services
Subject:   Installing on a client machine
Date:   2008-04-10 15:40:20
From:   Aaron Edwards
Excellent Article!!!!


If you are installing on a client machine that doesn't have Visual Studio installed, you have to first navigate to your .NET framework folder, usually C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322, and type in


installUtil <PathToExecutable>


However: if there are any spaces in the path, it won't work. Keep this in mind.