Bug 354000 - Program Compatibility Assistant notification when installing the same version on top of an existing installation. r=sspitzer

This commit is contained in:
rob_strong%exchangecode.com 2006-09-26 00:30:16 +00:00
Родитель 7477615273
Коммит 27159ce275
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -206,6 +206,14 @@ Section "-Application" Section1
ClearErrors
${EndIf}
; During an install Vista checks if a new entry is added under the uninstall
; registry key (e.g. ARP). When the same version of the app is installed on
; top of an existing install the key is deleted / added and the Program
; Compatibility Assistant doesn't see this as a new entry and displays an
; error to the user. See Bug 354000.
StrCpy $0 "Software\Microsoft\Windows\CurrentVersion\Uninstall\${BrandFullNameInternal} (${AppVersion})"
DeleteRegKey HKLM "$0"
; For a "Standard" upgrade without talkback installed add the InstallDisabled
; file to the talkback source files so it will be disabled by the extension
; manager. This is done at the start of the installation since we check for