How to Install a Windows Service
-
Hi, I have created a Windows Service in VB.NET. I need to install it another system. Pls tell me how to install it . Thank You Mahesh
-
Hi, I have created a Windows Service in VB.NET. I need to install it another system. Pls tell me how to install it . Thank You Mahesh
Go to this link u will find it! http://www.codeproject.com/vb/net/WindowsServiceInstall.asp[^] hope it will help u! Het Waghela :)Be Humble in Victory and Strong in Defeat.:) http://hetwaghela.blogspot.com http://members.fortunecity.com/hetwaghela/dotnetfaqs.htm
-
Go to this link u will find it! http://www.codeproject.com/vb/net/WindowsServiceInstall.asp[^] hope it will help u! Het Waghela :)Be Humble in Victory and Strong in Defeat.:) http://hetwaghela.blogspot.com http://members.fortunecity.com/hetwaghela/dotnetfaqs.htm
-
You can also use installutil.exe to install your service. installutil nameofyourapp.exe More info here : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpconinstallerutilityinstallutilexe.asp sebastien.lachance.blogspot.com