Fix to ensure Windows uninstaller removes reg entries from the 64 bit registry
This commit is contained in:
committed by
Matthias Mailänder
parent
d5dd6a9086
commit
2d059c0d95
@@ -226,6 +226,10 @@ Function ${UN}Clean
|
||||
|
||||
RMDir /r $INSTDIR\Support
|
||||
|
||||
!ifndef USE_PROGRAMFILES32
|
||||
SetRegView 64
|
||||
!endif
|
||||
|
||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA${SUFFIX}"
|
||||
DeleteRegKey HKLM "Software\Classes\openra-ra-${TAG}"
|
||||
DeleteRegKey HKLM "Software\Classes\openra-cnc-${TAG}"
|
||||
|
||||
Reference in New Issue
Block a user