We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e058292 commit 1cd8b46Copy full SHA for 1cd8b46
src/Installers/Windows/WindowsHostingBundle/Bundle.wxs
@@ -1,7 +1,7 @@
1
<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">
2
<Bundle Name="$(var.BundleName)" Version="$(var.BundleVersion)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.BundleUpgradeCode)">
3
<BootstrapperApplication>
4
- <bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile="DotNetLogo.bmp" SuppressDowngradeFailure="yes" SuppressOptionsUI="yes" ThemeFile="thm.xml" LocalizationFile="1033\thm.wxl" Theme="hyperlinkLicense" />
+ <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
</BootstrapperApplication>
6
7
<!-- Search references for upgrade policy keys -->
src/Installers/Windows/WindowsHostingBundle/1028/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1028/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1029/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1029/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1031/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1031/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1033/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1036/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1036/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1040/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1040/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1041/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1041/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1042/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1042/thm.wxl
src/Installers/Windows/WindowsHostingBundle/1045/thm.wxl renamed to src/Installers/Windows/WindowsHostingBundle/LCID/1045/thm.wxl
0 commit comments