diff options
Diffstat (limited to 'src/ext/NetFx/wixlib/NetFxExtension.wxs')
-rw-r--r-- | src/ext/NetFx/wixlib/NetFxExtension.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/NetFx/wixlib/NetFxExtension.wxs b/src/ext/NetFx/wixlib/NetFxExtension.wxs index 63c79235..81ed3627 100644 --- a/src/ext/NetFx/wixlib/NetFxExtension.wxs +++ b/src/ext/NetFx/wixlib/NetFxExtension.wxs | |||
@@ -7,7 +7,7 @@ | |||
7 | .NET Framework installation state properties | 7 | .NET Framework installation state properties |
8 | --> | 8 | --> |
9 | 9 | ||
10 | <!-- Location of .NET Framework redistributable install root directory --> | 10 | <!-- Location of .NET Framework install root directory --> |
11 | <Fragment> | 11 | <Fragment> |
12 | <Property Id="NETFRAMEWORKINSTALLROOTDIR" Secure="yes"> | 12 | <Property Id="NETFRAMEWORKINSTALLROOTDIR" Secure="yes"> |
13 | <RegistrySearch Id="NetFxInstallRootSearch" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" /> | 13 | <RegistrySearch Id="NetFxInstallRootSearch" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" /> |