How To Install C# Windows Service in System?


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"

Comments

Popular posts from this blog

Insecure cookie setting: missing Secure flag

Maximum Stored Procedure Function Trigger or View Nesting Level Exceeded (limit 32) in SQL Server

Display Line Chart Using Chart.js MVC C#