From 147f5afb1e50a7d9ed44e8d501d6fa4dc457cf12 Mon Sep 17 00:00:00 2001 From: Jacques Eloff Date: Tue, 11 Jun 2019 09:21:06 -0700 Subject: [PATCH] Re-enable setup localization (#11094) --- src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs | 7 +++++++ src/Installers/Windows/WindowsHostingBundle/Bundle.wxs | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs b/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs index eaf8c5f193..ecdb8d7264 100644 --- a/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs +++ b/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs @@ -8,6 +8,7 @@ SuppressOptionsUI="yes" ThemeFile="thm.xml" LocalizationFile="thm.wxl"/> + @@ -23,6 +24,12 @@ + + + + + + diff --git a/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs b/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs index 206c746c3c..1b1830fa66 100644 --- a/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs +++ b/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs @@ -9,6 +9,7 @@ SuppressOptionsUI="yes" ThemeFile="thm.xml" LocalizationFile="thm.wxl"/> +