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:
Родитель
e2d027a1fd
Коммит
fc144fe875
|
@ -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}
|
||||
|
|
Загрузка…
Ссылка в новой задаче