Tagged Questions

2
votes
2answers
175 views

How can I monitor status changes of windows services under windows xp?

I'm trying to write a program in C, that can detect when some Windows services (aka. NT services) are started or stopped. There seems to be a function NotifyServiceStatusChange, but that's only …
1
vote
1answer
126 views

Installing a multi-file NT Service using WiX (2.0)

How do I install a service with some additional files in WiX, and define what file is the actual service EXE file? Scenario: I had a service which was just a single EXE file, and installed it as a …