]> git.ipfire.org Git - thirdparty/krb5.git/commit
Kill running processes on upgrades/uninstalls
authorBen Kaduk <kaduk@mit.edu>
Thu, 16 Aug 2012 20:03:48 +0000 (16:03 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 29 Aug 2012 23:17:17 +0000 (19:17 -0400)
commitb0c17dba06e71c39af830f5ae79be80e0754491f
treec21eadf9b71ffdc890024f24f1c0e46405d303b0
parent89d515bf1cda8eddb82a93da44e083caf1392da6
Kill running processes on upgrades/uninstalls

The InstallValidate action of the windows installer will bring up
a dialog informing us that some currently running processes must
be terminated before installation may proceed, and offers to do so,
but does not actually kill the processes.  We have our own code to
kill running processes which did not execute, for two reasons:
it was sequenced after InstallValidate, and we did not have a current
list of processes to look for.

Add the right processes to look for and kill, and use our own
process-killing code since it actually works.

(cherry picked from commit 79e5540860d077693e70b340db4d69d5e15107b7)

ticket: 7343
status: resolved
src/windows/installer/wix/kfw.wxs