Skip to content

Commit 96a13b6

Browse files
wtgodbegithub-actions
authored and
github-actions
committed
Suppress downgrade error in hosting bundle
1 parent 6e70a97 commit 96a13b6

File tree

1 file changed

+1
-0
lines changed
  • src/Installers/Windows/WindowsHostingBundle

1 file changed

+1
-0
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
77
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770"
88
LogoFile="DotNetLogo.bmp"
9+
SuppressDowngradeFailure="yes"
910
SuppressOptionsUI="yes"
1011
ThemeFile="thm.xml"
1112
LocalizationFile="thm.wxl"/>

0 commit comments

Comments
 (0)