[krbdev.mit.edu #7343] SVN Commit

Tom Yu via RT rt at krbdev.mit.edu
Wed Aug 29 19:17:41 EDT 2012



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)

https://github.com/krb5/krb5/commit/b0c17dba06e71c39af830f5ae79be80e0754491f
Author: Ben Kaduk <kaduk at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: b0c17dba06e71c39af830f5ae79be80e0754491f
Branch: krb5-1.10
 src/windows/installer/wix/kfw.wxs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)


More information about the kfwdev mailing list