From: Jeffrey Altman Date: Thu, 1 Apr 2004 20:51:09 +0000 (+0000) Subject: kill-afsd-20040401 X-Git-Tag: openafs-devel-1_3_63~28 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=10e3aa6cc28d74bcc65eaf43fcf78c229fed72b6;p=packages%2Fo%2Fopenafs.git kill-afsd-20040401 Remember to kill afsd_service.exe when uninstalling. --- diff --git a/src/WINNT/install/NSIS/OpenAFS.nsi b/src/WINNT/install/NSIS/OpenAFS.nsi index bfefa9212..d5f6bd5a5 100644 --- a/src/WINNT/install/NSIS/OpenAFS.nsi +++ b/src/WINNT/install/NSIS/OpenAFS.nsi @@ -467,6 +467,7 @@ Section "AFS Client" secClient ; Stop the running processes GetTempFileName $R0 File /oname=$R0 "${AFS_WININSTALL_DIR}\Killer.exe" ; Might not have the MSVCR71.DLL file to run + nsExec::Exec '$R0 afsd_service.exe' nsExec::Exec '$R0 afscreds.exe' Exec "afscreds.exe -z" ; in case we are upgrading an old version that does not support -z