File tree Expand file tree Collapse file tree 5 files changed +2
-18
lines changed Expand file tree Collapse file tree 5 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension"
3
- xmlns : dep =" http://schemas.microsoft.com/wix/DependencyExtension" xmlns : bal =" http://schemas.microsoft.com/wix/BalExtension" >
2
+ <Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : dep =" http://schemas.microsoft.com/wix/DependencyExtension" xmlns : bal =" http://schemas.microsoft.com/wix/BalExtension" >
4
3
<Bundle Name =" $(var.BundleName)" Version =" $(var.BundleVersion)" Manufacturer =" Microsoft Corporation" UpgradeCode =" $(var.BundleUpgradeCode)" >
5
4
<BootstrapperApplicationRef Id =" WixStandardBootstrapperApplication.HyperlinkLicense" >
6
5
<bal : WixStandardBootstrapperApplication LicenseUrl =" https://go.microsoft.com/fwlink/?LinkId=329770"
12
11
<PayloadGroupRef Id =" PG_Resources" />
13
12
</BootstrapperApplicationRef >
14
13
15
- <util : RegistrySearchRef Id =" RemovePreviousVersionRegistryKeySearch" />
16
- <util : RegistrySearchRef Id =" RemoveSpecificPreviousVersionRegistryKeyExistsSearch" />
17
- <util : RegistrySearchRef Id =" RemoveSpecificPreviousVersionRegistryKeySearch" />
18
-
19
14
<!-- Ensure upgrades from 3.0.0 preview 1, 2, and 3. Conditioned for the 3.0.0 family. -->
20
15
<?if $(var.Version)=3.0.0.0?>
21
16
<?if $(var.Platform)=x86?>
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <WixExtension Include =" WixUtilExtension" >
17
- <HintPath >$(WixExtDir)\WixUtilExtension.dll</HintPath >
18
- <Name >WixUtilExtension</Name >
19
- </WixExtension >
20
16
<WixExtension Include =" WixDependencyExtension" >
21
17
<HintPath >$(WixExtDir)\WixDependencyExtension.dll</HintPath >
22
18
<Name >WixDependencyExtension</Name >
29
25
30
26
<ItemGroup >
31
27
<Compile Include =" Bundle.wxs" />
32
- <Compile Include =" $(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle\upgradePolicies.wxs" />
33
28
<Content Include =" thm.xml" />
34
29
</ItemGroup >
35
30
Original file line number Diff line number Diff line change 13
13
<PayloadGroupRef Id =" PG_Resources" />
14
14
</BootstrapperApplicationRef >
15
15
16
- <!-- Search references for upgrade policy keys -->
17
- <util : RegistrySearchRef Id =" RemovePreviousVersionRegistryKeySearch" />
18
- <util : RegistrySearchRef Id =" RemoveSpecificPreviousVersionRegistryKeyExistsSearch" />
19
- <util : RegistrySearchRef Id =" RemoveSpecificPreviousVersionRegistryKeySearch" />
20
-
21
16
<!-- Ensure upgrades from 3.0.0 preview 1 and 2 (Preview 3 was not shipped). Conditioned for the 3.0.0 family. Hosting bundle simships x86/x64 so there's
22
17
a single set of upgrade codes. -->
23
18
<?if $(var.Version)=3.0.0.0?>
Original file line number Diff line number Diff line change 36
36
<Compile Include =" Bundle.wxs" />
37
37
<Compile Include =" DotNetCore.wxs" />
38
38
<Compile Include =" SharedFramework.wxs" />
39
- <Compile Include =" $(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle\upgradePolicies.wxs" />
40
39
</ItemGroup >
41
40
42
41
<ItemGroup >
Original file line number Diff line number Diff line change 110
110
NoLogo =" true"
111
111
Cultures =" en-us"
112
112
InstallerFile =" %(WixInstallerFilesToProcess.Identity)"
113
- AdditionalBasePaths =" $(MSBuildProjectDirectory);$(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix\bundle "
113
+ AdditionalBasePaths =" $(MSBuildProjectDirectory)"
114
114
WixExtensions =" @(WixExtension)"
115
115
Loc =" @(EmbeddedResource)"
116
116
Sice =" $(SuppressIces)"
You can’t perform that action at this time.
0 commit comments