[krbdev.mit.edu #7343] SVN Commit

Benjamin Kaduk via RT rt at krbdev.mit.edu
Wed Aug 29 16:35:00 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.

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


More information about the kfwdev mailing list