Skip to content

Commit 1cd8b46

Browse files
committed
Exclude wxl's
1 parent e058292 commit 1cd8b46

File tree

16 files changed

+6
-1
lines changed

16 files changed

+6
-1
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="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" />
55
</BootstrapperApplication>
66

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

0 commit comments

Comments
 (0)