Browse Source

Suppress downgrade error in SharedFx bundle (#42857)

William Godbe 3 years ago
parent
commit
72444d3a18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs

+ 1 - 0
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"/>