Bug 533692 Kaspersky Anti-Spam Extension causes blank main window on 2.0.0.23 to 3.0 upgrade. r=Robert Strong

This commit is contained in:
Mark Banner 2010-01-08 11:19:45 +00:00
Родитель e2d027a1fd
Коммит fc144fe875
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -217,6 +217,15 @@ Section "-InstallStartCleanup"
ClearErrors
${EndIf}
; Delete two files installed by Kaspersky Anti-Spam extension that are only
; compatible with Thunderbird 2 (bug 533692).
${If} ${FileExists} "$INSTDIR\components\klthbplg.dll"
Delete /REBOOTOK "$INSTDIR\components\klthbplg.dll"
${EndIf}
${If} ${FileExists} "$INSTDIR\components\IKLAntiSpam.xpt"
Delete /REBOOTOK "$INSTDIR\components\IKLAntiSpam.xpt"
${EndIf}
; Remove the updates directory for Vista and above
${CleanUpdatesDir} "Thunderbird"

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

@ -49,6 +49,15 @@
; Upgrade the copies of the MAPI DLL's
${UpgradeMapiDLLs}
; Delete two files installed by Kaspersky Anti-Spam extension that are only
; compatible with Thunderbird 2 (bug 533692).
${If} ${FileExists} "$INSTDIR\components\klthbplg.dll"
Delete /REBOOTOK "$INSTDIR\components\klthbplg.dll"
${EndIf}
${If} ${FileExists} "$INSTDIR\components\IKLAntiSpam.xpt"
Delete /REBOOTOK "$INSTDIR\components\IKLAntiSpam.xpt"
${EndIf}
ClearErrors
WriteRegStr HKLM "Software\Mozilla" "${BrandShortName}InstallerTest" "Write Test"
${If} ${Errors}