Posts by user7829 • 121 points
1 post
-
12
votes1
answer1319
viewsQ: How to install a Windows Service without Setup?
I have a Windows Service project in Visual Studio in C#, however, I need to install this project from lines of code, without use the Installutil of console nor the Setup of Visual Studio. There’s…