Skip to content

Commit b931a51

Browse files
wtgodbecaptainsafia
authored andcommitted
Remove ProviderKey from Hosting Bundle (#58292)
1 parent 77d72dc commit b931a51

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
33
xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
4-
<Bundle Name="$(var.BundleName)" Version="$(var.BundleVersion)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.BundleUpgradeCode)"
5-
dep:ProviderKey="$(var.BundleProviderKey)">
4+
<Bundle Name="$(var.BundleName)" Version="$(var.BundleVersion)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.BundleUpgradeCode)">
65
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
76
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770"
87
LogoFile="DotNetLogo.bmp"

0 commit comments

Comments
 (0)