Z zacks Mar 14, 2007 #2 I created a simple Windows Service using VB .NET. How do I install it? -Lou Click to expand... Add a setup project to your solution. Or, in the IDE, right click on the project and click on Install.
I created a simple Windows Service using VB .NET. How do I install it? -Lou Click to expand... Add a setup project to your solution. Or, in the IDE, right click on the project and click on Install.
H Herfried K. Wagner [MVP] Mar 14, 2007 #3 Lou said: I created a simple Windows Service using VB .NET. How do I install it? Click to expand... Take a look at "installutil" and the following article: How to create a setup project for a Windows Service application in Visual C# ..NET and in Visual C# 2005 <URL:http://support.microsoft.com/?scid=kb;EN-US;816169>
Lou said: I created a simple Windows Service using VB .NET. How do I install it? Click to expand... Take a look at "installutil" and the following article: How to create a setup project for a Windows Service application in Visual C# ..NET and in Visual C# 2005 <URL:http://support.microsoft.com/?scid=kb;EN-US;816169>