From d98157d514dd000f68e0b27cd73b4039715d7433 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 9 Aug 2004 06:13:38 +0000 Subject: [PATCH] remove-winlogon-key-20040810 Make sure installers remove winlogon event handler key --- src/WINNT/install/NSIS/OpenAFS.nsi | 2 ++ src/WINNT/install/wix/files.wxi | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/WINNT/install/NSIS/OpenAFS.nsi b/src/WINNT/install/NSIS/OpenAFS.nsi index b9ab28382..f416279ae 100644 --- a/src/WINNT/install/NSIS/OpenAFS.nsi +++ b/src/WINNT/install/NSIS/OpenAFS.nsi @@ -717,6 +717,8 @@ skipremove: WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Notify\AfsLogon" "DLLName" "afslogon.dll" WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Notify\AfsLogon" "Logoff" "AFS_Logoff_Event" WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Notify\AfsLogon" "Startup" "AFS_Startup_Event" +!else + DeleteRegKey HKLM "Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\AfsLogon" !endif SetRebootFlag true diff --git a/src/WINNT/install/wix/files.wxi b/src/WINNT/install/wix/files.wxi index 1524e4267..70ffc6517 100644 --- a/src/WINNT/install/wix/files.wxi +++ b/src/WINNT/install/wix/files.wxi @@ -4,7 +4,8 @@ + + -- 2.39.5