Skip to content

Commit ef60e85

Browse files
committed
Rename file
1 parent ac25bc7 commit ef60e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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="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?>
6-
<Payload Id="PL_thm_$(var.lcid)" SourceFile="LCID\$(var.lcid)\thm.wxl" Name="$(var.lcid)\thm.wxl" Compressed="yes" />
6+
<Payload Id="PL_thm_$(lcid)" SourceFile="LCID\$(lcid)\thm.wxl" Name="$(lcid)\thm.wxl" Compressed="yes" />
77
<?endforeach?>
88
<Payload Name="DotNetLogo.bmp" Compressed="yes" SourceFile="DotNetLogo.bmp" />
99
</BootstrapperApplication>
File renamed without changes.

0 commit comments

Comments
 (0)