Skip to content

Commit 416fced

Browse files
committed
Add payloads
1 parent d17879f commit 416fced

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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="thm.xml" LocalizationFile="LCID\1033\thm.wxl" Theme="hyperlinkLicense" />
4+
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile="DotNetLogo.bmp" SuppressDowngradeFailure="yes" SuppressOptionsUI="yes" ThemeFile="thm.xml" LocalizationFile="LCID\1033\thm.wxl" Theme="hyperlinkLicense" />
5+
<?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
6+
<Payload Id="PL_thm_$(var.lcid)" SourceFile="LCID\$(var.lcid)\thm.wxl" Name="$(var.lcid)\thm.wxl" Compressed="yes" />
7+
<?endforeach?>
8+
<Payload Name="DotNetLogo.bmp" Compressed="yes" SourceFile="DotNetLogo.bmp" />
59
</BootstrapperApplication>
610

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

0 commit comments

Comments
 (0)