aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetCore3.1_x86.wxs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wixlib/NetCore3.1_x86.wxs116
1 files changed, 6 insertions, 110 deletions
diff --git a/src/wixlib/NetCore3.1_x86.wxs b/src/wixlib/NetCore3.1_x86.wxs
index 7cb1b26b..fd4470c0 100644
--- a/src/wixlib/NetCore3.1_x86.wxs
+++ b/src/wixlib/NetCore3.1_x86.wxs
@@ -4,125 +4,21 @@
4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
5 xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> 5 xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
6 6
7 <?define NetCorePlatform = x86?>
8 <?define NetCoreIdVersionBase = 31?>
9 <?define NetCoreIdVersion = 318?>
10 <?define NetCoreVersion = 3.1.8?>
11 <?include NetCore3_Platform.wxi?>
12
13 <?define AspNetCoreRedistId = AspNetCoreRuntime$(var.NetCoreIdVersionBase)Redist_$(var.NetCorePlatform)?>
14 <?define DesktopNetCoreRedistId = DesktopNetCoreRuntime$(var.NetCoreIdVersionBase)Redist_$(var.NetCorePlatform)?>
15 <?define DotNetCoreRedistId = DotNetCoreRuntime$(var.NetCoreIdVersionBase)Redist_$(var.NetCorePlatform)?>
16
17 <?define AspNetCoreRedistLink = https://go.microsoft.com/fwlink/?linkid=2143951?>
18 <?define DesktopNetCoreRedistLink = https://go.microsoft.com/fwlink/?linkid=2143791?>
19 <?define DotNetCoreRedistLink = https://go.microsoft.com/fwlink/?linkid=2144014?>
20
21 <Fragment> 7 <Fragment>
22 <util:DirectorySearchRef Id="$(var.AspNetCoreId)" /> 8 <PackageGroup Id="AspNetCoreRuntime31Redist_x86">
23 9 <PackageGroupRef Id="AspNetCoreRuntime318Redist_x86" />
24 <WixVariable Id="AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition" Value="$(var.AspNetCoreId)" Overridable="yes" />
25 <WixVariable Id="AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition" Value="" Overridable="yes" />
26 <WixVariable Id="AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory" Value="redist\" Overridable="yes" />
27 <WixVariable Id="AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand" Value="" Overridable="yes" />
28
29 <PackageGroup Id="$(var.AspNetCoreRedistId)">
30 <ExePackage
31 Name="!(wix.AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory)aspnetcore-runtime-$(var.NetCoreVersion)-win-$(var.NetCorePlatform).exe"
32 InstallCommand="$(var.AspNetCoreRedistInstallCommand)"
33 RepairCommand="!(wix.AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand)"
34 UninstallCommand="$(var.AspNetCoreRedistUninstallCommand)"
35 PerMachine="yes"
36 DetectCondition="!(wix.AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition)"
37 InstallCondition="!(wix.AspNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition)"
38 Id="$(var.AspNetCoreRedistId)"
39 Vital="yes"
40 Permanent="yes"
41 Protocol="burn"
42 DownloadUrl="$(var.AspNetCoreRedistLink)"
43 LogPathVariable="$(var.AspNetCoreRedistLog)"
44 Compressed="no">
45 <RemotePayload
46 CertificatePublicKey="3756E9BBF4461DCD0AA68E0D1FCFFA9CEA47AC18"
47 CertificateThumbprint="2485A7AFA98E178CB8F30C9838346B514AEA4769"
48 Description="Microsoft ASP.NET Core 3.1.8 - Shared Framework"
49 Hash="39CAC2A47CB57594C6FC2ED693DF1A02064CBC8D"
50 ProductName="Microsoft ASP.NET Core 3.1.8 - Shared Framework"
51 Size="7160128"
52 Version="3.1.8.20421" />
53 </ExePackage>
54 </PackageGroup> 10 </PackageGroup>
55 </Fragment> 11 </Fragment>
56 12
57 <Fragment> 13 <Fragment>
58 <util:DirectorySearchRef Id="$(var.DesktopNetCoreId)" /> 14 <PackageGroup Id="DesktopNetCoreRuntime31Redist_x86">
59 15 <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x86" />
60 <WixVariable Id="DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition" Value="$(var.DesktopNetCoreId)" Overridable="yes" />
61 <WixVariable Id="DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition" Value="" Overridable="yes" />
62 <WixVariable Id="DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory" Value="redist\" Overridable="yes" />
63 <WixVariable Id="DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand" Value="" Overridable="yes" />
64
65 <PackageGroup Id="$(var.DesktopNetCoreRedistId)">
66 <ExePackage
67 Name="!(wix.DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory)windowsdesktop-runtime-$(var.NetCoreVersion)-win-$(var.NetCorePlatform).exe"
68 InstallCommand="$(var.DesktopNetCoreRedistInstallCommand)"
69 RepairCommand="!(wix.DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand)"
70 UninstallCommand="$(var.DesktopNetCoreRedistUninstallCommand)"
71 PerMachine="yes"
72 DetectCondition="!(wix.DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition)"
73 InstallCondition="!(wix.DesktopNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition)"
74 Id="$(var.DesktopNetCoreRedistId)"
75 Vital="yes"
76 Permanent="yes"
77 Protocol="burn"
78 DownloadUrl="$(var.DesktopNetCoreRedistLink)"
79 LogPathVariable="$(var.DesktopNetCoreRedistLog)"
80 Compressed="no">
81 <RemotePayload
82 CertificatePublicKey="3756E9BBF4461DCD0AA68E0D1FCFFA9CEA47AC18"
83 CertificateThumbprint="2485A7AFA98E178CB8F30C9838346B514AEA4769"
84 Description="Microsoft .NET Core Runtime - 3.1.8 (x86)"
85 Hash="E3B05751BA0E48D81EF3EB60DABFC6388BAA5E91"
86 ProductName="Microsoft .NET Core Runtime - 3.1.8 (x86)"
87 Size="23183576"
88 Version="3.1.8.29220" />
89 </ExePackage>
90 </PackageGroup> 16 </PackageGroup>
91 </Fragment> 17 </Fragment>
92 18
93 <Fragment> 19 <Fragment>
94 <util:DirectorySearchRef Id="$(var.DotNetCoreId)" /> 20 <PackageGroup Id="DotNetCoreRuntime31Redist_x86">
95 21 <PackageGroupRef Id="DotNetCoreRuntime318Redist_x86" />
96 <WixVariable Id="DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition" Value="$(var.DotNetCoreId)" Overridable="yes" />
97 <WixVariable Id="DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition" Value="" Overridable="yes" />
98 <WixVariable Id="DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory" Value="redist\" Overridable="yes" />
99 <WixVariable Id="DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand" Value="" Overridable="yes" />
100
101 <PackageGroup Id="$(var.DotNetCoreRedistId)">
102 <ExePackage
103 Name="!(wix.DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)PackageDirectory)dotnet-runtime-$(var.NetCoreVersion)-win-$(var.NetCorePlatform).exe"
104 InstallCommand="$(var.DotNetCoreRedistInstallCommand)"
105 RepairCommand="!(wix.DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)RepairCommand)"
106 UninstallCommand="$(var.DotNetCoreRedistUninstallCommand)"
107 PerMachine="yes"
108 DetectCondition="!(wix.DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)DetectCondition)"
109 InstallCondition="!(wix.DotNetCoreRuntime$(var.NetCoreIdVersion)Redist$(var.NetCorePlatform)InstallCondition)"
110 Id="$(var.DotNetCoreRedistId)"
111 Vital="yes"
112 Permanent="yes"
113 Protocol="burn"
114 DownloadUrl="$(var.DotNetCoreRedistLink)"
115 LogPathVariable="$(var.DotNetCoreRedistLog)"
116 Compressed="no">
117 <RemotePayload
118 CertificatePublicKey="3756E9BBF4461DCD0AA68E0D1FCFFA9CEA47AC18"
119 CertificateThumbprint="2485A7AFA98E178CB8F30C9838346B514AEA4769"
120 Description="Microsoft .NET Core Runtime - 3.1.8 (x86)"
121 Hash="E3B05751BA0E48D81EF3EB60DABFC6388BAA5E91"
122 ProductName="Microsoft .NET Core Runtime - 3.1.8 (x86)"
123 Size="23183576"
124 Version="3.1.8.29220" />
125 </ExePackage>
126 </PackageGroup> 22 </PackageGroup>
127 </Fragment> 23 </Fragment>
128</Wix> 24</Wix>