Skip to content

Commit b8dc1f2

Browse files
Suppress downgrade error in SharedFx bundle (#43123)
Co-authored-by: William Godbe <[email protected]>
1 parent a717e0d commit b8dc1f2

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs

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

0 commit comments

Comments
 (0)