How To Install C# Windows Service in System?
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJi4jyw7EXRa5_cOVhFjDjVYGfMTxx6Ih6c3bleBUgMWbkznglZ3cLh3JYjQ8TMqZjhlOIwdmHQLBKPLtY7VUdXZ9SPPDgc8M_bLjkHNQayfXZDHwOLrzXsAdKAJAlPIi5oE3mSwKnxlPR/s320/winser.png)
Actually, We Did not Run the Windows Service Like Windows Application. Its Service Based So Run this Windows Service using InstallUtil . exe. It's the Installer Tool. Using Command prompt to Install Service Any Windows System. Use the Following Code to Install. C:\Users\Dinesh>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "E:\ActiveProcess\ActiveProcess\bin\Release\ActiveProcess.exe"