Updgrading from 32bit to 64 bit and vice versa does not remove app registry key
Closes #2965
This commit is contained in:
parent
f917abd1f4
commit
3c1a7dd436
|
@ -150,7 +150,7 @@ FunctionEnd
|
|||
SetRegView 64
|
||||
!endif
|
||||
DeleteRegKey HKLM "${UNINSTALL_REG_KEY}"
|
||||
;DeleteRegKey HKLM "SOFTWARE\${APPNAME}"
|
||||
DeleteRegKey HKLM "SOFTWARE\${APPNAME}"
|
||||
;DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad++.exe"
|
||||
!ifdef ARCH64
|
||||
SetRegView 64
|
||||
|
|
Loading…
Reference in New Issue