I have windows service which will get installed as part of wix installation . Problem is that, currently service is in production and it is not responding to stop due to som
I shouldn't answer this since it has been ages since I have dealt with stuff like this, but what the heck, let's try.
I want to emphasize that I haven't actually tested these tools for killing services, and I don't have time to do so right now. There could be issues with the sequencing whereby StopServices
could be scheduled before the CloseApplication
custom action from WiX is scheduled to run. Please check the InstallExecuteSequence
using Orca (towards bottom) after compilation to see whether this is the case.