How do I make an exe into a service on Windows?
Posted
by
user3677994
on Super User
See other posts from Super User
or by user3677994
Published on 2014-06-04T02:26:59Z
Indexed on
2014/06/04
3:28 UTC
Read the original article
Hit count: 426
I recently made an application that has multiple parts. One of the parts is a networking tool - it always starts with the OS, and it never displays any sort of message. It does, however, start an incredibly irritating console, which is impossible to get rid of without closing the program itself (please just accept this one as given). I have decided to work around this problem by starting the program (it's a *.exe
) as a service, thus stopping it from showing up at all. As the application will be distributed to various computers (hence the need for a networking tool in the first place). I need a way to make this program install as a service (so, I don't really want answers that tell me to go through a series of menus on the Control Panel or download a 3rd-party application that has to stay on whichever computer the service will run on). How can I do this?
© Super User or respective owner