From: Jeffrey Altman Date: Mon, 9 Aug 2004 06:13:38 +0000 (+0000) Subject: remove-winlogon-key-20040810 X-Git-Tag: BP-openafs-stable-1_4_x X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d98157d514dd000f68e0b27cd73b4039715d7433;p=packages%2Fo%2Fopenafs.git remove-winlogon-key-20040810 Make sure installers remove winlogon event handler key --- 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 @@ + +