aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetFx462.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetFx462.wxs')
-rw-r--r--src/wixlib/NetFx462.wxs16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/wixlib/NetFx462.wxs b/src/wixlib/NetFx462.wxs
index 75321147..c80e7c27 100644
--- a/src/wixlib/NetFx462.wxs
+++ b/src/wixlib/NetFx462.wxs
@@ -35,9 +35,9 @@
35 35
36 <PackageGroup Id="$(var.NetFx462WebId)"> 36 <PackageGroup Id="$(var.NetFx462WebId)">
37 <ExePackage 37 <ExePackage
38 InstallCommand="/q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 38 InstallArguments="/q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
39 RepairCommand="/q /norestart /repair /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 39 RepairArguments="/q /norestart /repair /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
40 UninstallCommand="/uninstall /q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 40 UninstallArguments="/uninstall /q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
41 PerMachine="yes" 41 PerMachine="yes"
42 DetectCondition="!(wix.NetFx462WebDetectCondition)" 42 DetectCondition="!(wix.NetFx462WebDetectCondition)"
43 InstallCondition="!(wix.NetFx462WebInstallCondition)" 43 InstallCondition="!(wix.NetFx462WebInstallCondition)"
@@ -50,8 +50,6 @@
50 Compressed="no" 50 Compressed="no"
51 Name="!(wix.NetFx462WebPackageDirectory)NDP462-KB3151802-Web.exe"> 51 Name="!(wix.NetFx462WebPackageDirectory)NDP462-KB3151802-Web.exe">
52 <RemotePayload 52 <RemotePayload
53 CertificatePublicKey="52868DFCA6E3AF2632389E6C1EE7D0468D3797D0"
54 CertificateThumbprint="3BDA323E552DB1FDE5F4FBEE75D6D5B2B187EEDC"
55 Description="Microsoft .NET Framework 4.6.2 Setup" 53 Description="Microsoft .NET Framework 4.6.2 Setup"
56 Hash="C42E6ED280290648BBD59F664008852F4CFE4548" 54 Hash="C42E6ED280290648BBD59F664008852F4CFE4548"
57 ProductName="Microsoft .NET Framework 4.6.2" 55 ProductName="Microsoft .NET Framework 4.6.2"
@@ -78,9 +76,9 @@
78 76
79 <PackageGroup Id="$(var.NetFx462RedistId)"> 77 <PackageGroup Id="$(var.NetFx462RedistId)">
80 <ExePackage 78 <ExePackage
81 InstallCommand="/q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 79 InstallArguments="/q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
82 RepairCommand="/q /norestart /repair /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 80 RepairArguments="/q /norestart /repair /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
83 UninstallCommand="/uninstall /q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;" 81 UninstallArguments="/uninstall /q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx462FullLog].html&quot;"
84 PerMachine="yes" 82 PerMachine="yes"
85 DetectCondition="!(wix.NetFx462RedistDetectCondition)" 83 DetectCondition="!(wix.NetFx462RedistDetectCondition)"
86 InstallCondition="!(wix.NetFx462RedistInstallCondition)" 84 InstallCondition="!(wix.NetFx462RedistInstallCondition)"
@@ -93,8 +91,6 @@
93 Compressed="no" 91 Compressed="no"
94 Name="!(wix.NetFx462RedistPackageDirectory)NDP462-KB3151800-x86-x64-AllOS-ENU.exe"> 92 Name="!(wix.NetFx462RedistPackageDirectory)NDP462-KB3151800-x86-x64-AllOS-ENU.exe">
95 <RemotePayload 93 <RemotePayload
96 CertificatePublicKey="52868DFCA6E3AF2632389E6C1EE7D0468D3797D0"
97 CertificateThumbprint="3BDA323E552DB1FDE5F4FBEE75D6D5B2B187EEDC"
98 Description="Microsoft .NET Framework 4.6.2 Setup" 94 Description="Microsoft .NET Framework 4.6.2 Setup"
99 Hash="A70F856BDA33D45AD0A8AD035F73092441715431" 95 Hash="A70F856BDA33D45AD0A8AD035F73092441715431"
100 ProductName="Microsoft .NET Framework 4.6.2" 96 ProductName="Microsoft .NET Framework 4.6.2"