Installation in Windows Services
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
I have a program that runs with active user sessions. How to modify the MSI packaging so that installation would also add the program to Services?
-
I have a program that runs with active user sessions. How to modify the MSI packaging so that installation would also add the program to Services?
First of all you must modify your program and make it into a service. Writing a system service is different than writing a user mode program in a few ways. You should have a look at some articles on the web, you can start from here[^] for example.
2+2=5 for very large amounts of 2 (always loved that one hehe!)