Skip to content

Commit ba9701a

Browse files
committed
Fixup
1 parent d9515b3 commit ba9701a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
22
<Bundle Name="$(var.BundleName)" Version="$(var.BundleVersion)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.BundleUpgradeCode)">
33
<BootstrapperApplication>
4-
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile="DotNetLogo.bmp" SuppressDowngradeFailure="yes" SuppressOptionsUI="yes" ThemeFile="bundle.thm" LocalizationFile="LCID\1033\thm.wxl" Theme="hyperlinkLicense" />
4+
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770" SuppressDowngradeFailure="yes" SuppressOptionsUI="yes" ThemeFile="bundle.thm" LocalizationFile="LCID\1033\thm.wxl" Theme="hyperlinkLicense" />
55
<?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
66
<Payload Id="PL_thm_$(lcid)" SourceFile="LCID\$(lcid)\thm.wxl" Name="$(lcid)\thm.wxl" Compressed="yes" />
77
<?endforeach?>
88
<Payload Name="DotNetLogo_256x.png" Compressed="yes" SourceFile="DotNetLogo_256x.png" />
9+
<Payload Name="dotnet.ico" Compressed="yes" SourceFile="dotnet.ico" />
910
</BootstrapperApplication>
1011

1112
<!-- Search references for upgrade policy keys -->

0 commit comments

Comments
 (0)