diff options
Diffstat (limited to 'src/wixlib/NetFx4.5.wxs')
-rw-r--r-- | src/wixlib/NetFx4.5.wxs | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/wixlib/NetFx4.5.wxs b/src/wixlib/NetFx4.5.wxs index 9f09e663..443235d4 100644 --- a/src/wixlib/NetFx4.5.wxs +++ b/src/wixlib/NetFx4.5.wxs | |||
@@ -1,9 +1,7 @@ | |||
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" | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
6 | xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
7 | 5 | ||
8 | <!-- | 6 | <!-- |
9 | .NET Framework installation state properties | 7 | .NET Framework installation state properties |
@@ -27,13 +25,7 @@ | |||
27 | </Fragment> | 25 | </Fragment> |
28 | 26 | ||
29 | <Fragment> | 27 | <Fragment> |
30 | <util:RegistrySearch | 28 | <util:RegistrySearch Id="NETFRAMEWORK45" Variable="NETFRAMEWORK45" Root="HKLM" Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" Value="Release" Result="value" /> |
31 | Id="NETFRAMEWORK45" | ||
32 | Variable="NETFRAMEWORK45" | ||
33 | Root="HKLM" | ||
34 | Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" | ||
35 | Value="Release" | ||
36 | Result="value" /> | ||
37 | </Fragment> | 29 | </Fragment> |
38 | 30 | ||
39 | <!-- set to Release number of the .NET Framework 4.5 if installed (not set otherwise) --> | 31 | <!-- set to Release number of the .NET Framework 4.5 if installed (not set otherwise) --> |