From e707489cb34660590ad90bd0ec58fbc38ab6d08e Mon Sep 17 00:00:00 2001 From: Jorg K Date: Fri, 1 Mar 2019 21:02:13 +0100 Subject: [PATCH] Bug 1531724 - Revert SupportUTF8 registry setting from bug 1521007. r=me --- mail/installer/windows/nsis/shared.nsh | 2 +- suite/installer/windows/nsis/shared.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/installer/windows/nsis/shared.nsh b/mail/installer/windows/nsis/shared.nsh index c93aa43ce8..36661fa98a 100755 --- a/mail/installer/windows/nsis/shared.nsh +++ b/mail/installer/windows/nsis/shared.nsh @@ -358,7 +358,7 @@ WriteRegStr ${RegKey} "$0" "" "${ClientsRegName}" WriteRegStr ${RegKey} "$0\DefaultIcon" "" "$8,0" WriteRegStr ${RegKey} "$0" "DLLPath" "$6" - WriteRegDWORD ${RegKey} "$0" "SupportUTF8" 1 + WriteRegDWORD ${RegKey} "$0" "SupportUTF8" 0 ; The MapiProxy dll can exist in multiple installs of the application. ; Registration occurs as follows with the last action to occur being the one diff --git a/suite/installer/windows/nsis/shared.nsh b/suite/installer/windows/nsis/shared.nsh index 042ea9c9fe..d10cee6f78 100644 --- a/suite/installer/windows/nsis/shared.nsh +++ b/suite/installer/windows/nsis/shared.nsh @@ -467,7 +467,7 @@ WriteRegStr HKLM "$0" "" "${BrandFullNameInternal}" WriteRegStr HKLM "$0\DefaultIcon" "" "$8,0" WriteRegStr HKLM "$0" "DLLPath" "$6" - WriteRegDWORD HKLM "$0" "SupportUTF8" 1 + WriteRegDWORD HKLM "$0" "SupportUTF8" 0 ; The MapiProxy dll can be used by multiple applications but ; is only registered for the last application installed. When the last