File tree 1 file changed +1
-2
lines changed
src/Installers/Windows/WindowsHostingBundle 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension"
3
3
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)" >
6
5
<BootstrapperApplicationRef Id =" WixStandardBootstrapperApplication.HyperlinkLicense" >
7
6
<bal : WixStandardBootstrapperApplication LicenseUrl =" https://go.microsoft.com/fwlink/?LinkId=329770"
8
7
LogoFile =" DotNetLogo.bmp"
You can’t perform that action at this time.
0 commit comments