There is a service (written in C #) that manages several threads.
It is necessary to transfer the utility functionality (implemented in a separate C # application) to the service, but there is no desire to produce services.
Concerning...
Question : Is it possible to combine several services in one exe , and if so, how to install them?
PS : I would appreciate examples and useful links.