File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments