Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-07-21 19:00:34 +0300
committerGitHub <noreply@github.com>2022-07-21 19:00:34 +0300
commit103ca2584d4bab7fac6b0296ed297b90982876c3 (patch)
tree6397df44d169b6d0644cac996645eb72dad13816
parent05cef8554508d7a9b3ab8998fa4c0ef608414a17 (diff)
Suppress downgrade error in SharedFx bundlewtgodbe/SupDowng
-rw-r--r--src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs b/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs
index 453548c275..ca33112a07 100644
--- a/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs
+++ b/src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs
@@ -4,6 +4,7 @@
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770"
LogoFile="DotNetLogo.bmp"
+ SuppressDowngradeFailure="yes"
SuppressOptionsUI="yes"
ThemeFile="thm.xml"
LocalizationFile="thm.wxl"/>