aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetFx3.5.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetFx3.5.wxs')
-rw-r--r--src/wixlib/NetFx3.5.wxs11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/wixlib/NetFx3.5.wxs b/src/wixlib/NetFx3.5.wxs
index 7544e433..c1a80f50 100644
--- a/src/wixlib/NetFx3.5.wxs
+++ b/src/wixlib/NetFx3.5.wxs
@@ -1,5 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
@@ -15,13 +14,7 @@
15 14
16 <!-- Indicates the service pack level for the .NET Framework 3.5 (for bundles). --> 15 <!-- Indicates the service pack level for the .NET Framework 3.5 (for bundles). -->
17 <Fragment> 16 <Fragment>
18 <util:RegistrySearch 17 <util:RegistrySearch Id="NETFRAMEWORK35_SP_LEVEL" Variable="NETFRAMEWORK35_SP_LEVEL" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v3.5" Value="SP" Result="value" />
19 Id="NETFRAMEWORK35_SP_LEVEL"
20 Variable="NETFRAMEWORK35_SP_LEVEL"
21 Root="HKLM"
22 Key="Software\Microsoft\NET Framework Setup\NDP\v3.5"
23 Value="SP"
24 Result="value" />
25 </Fragment> 18 </Fragment>
26 19
27 <!-- set to #1 if the .NET Framework 3.5 is installed (not set otherwise) --> 20 <!-- set to #1 if the .NET Framework 3.5 is installed (not set otherwise) -->