From a0caab2b3dc02660c14d5c27050d384baad4c475 Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Thu, 11 Feb 2021 09:58:16 -0800 Subject: [PATCH] Add Custom UI strings for en-us bundle --- .../Windows/SharedFrameworkBundle/1033/thm.wxl | 5 ++++- .../Windows/WindowsHostingBundle/1033/thm.wxl | 10 +++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/Installers/Windows/SharedFrameworkBundle/1033/thm.wxl b/src/Installers/Windows/SharedFrameworkBundle/1033/thm.wxl index bb88e23d9e59..a2ec68ef8e02 100644 --- a/src/Installers/Windows/SharedFrameworkBundle/1033/thm.wxl +++ b/src/Installers/Windows/SharedFrameworkBundle/1033/thm.wxl @@ -58,4 +58,7 @@ &Do not close applications. A reboot will be required. &OK &Cancel - \ No newline at end of file + + Welcome to the [WixBundle] Setup. + [WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>. + diff --git a/src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl b/src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl index 87ae937c7dee..54be58296df6 100644 --- a/src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl +++ b/src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl @@ -58,4 +58,12 @@ &Do not close applications. A reboot will be required. &OK &Cancel - \ No newline at end of file + + + Welcome to the [WixBundleName] Setup. + Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>. + IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>. + [WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>. + Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>. + IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>. +