I am developing an installer using Wix and need to kill a process (not application) silently during installation so the user doesn’t get a pop up asking to kill the process or wait and restart. I have seen solutions for killing an application but not a process.
Share
After some digging around I found this solution which uses the WixUtilExtension Quiet Execution Custom Action http://wix.sourceforge.net/manual-wix3/qtexec.htm: