aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetFx3.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetFx3.wxs')
-rw-r--r--src/wixlib/NetFx3.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/NetFx3.wxs b/src/wixlib/NetFx3.wxs
index 12d51750..ee5dbdb3 100644
--- a/src/wixlib/NetFx3.wxs
+++ b/src/wixlib/NetFx3.wxs
@@ -39,7 +39,7 @@
39 <!-- Location of .NET Framework 3.0 (64-bit) redistributable install root directory --> 39 <!-- Location of .NET Framework 3.0 (64-bit) redistributable install root directory -->
40 <Fragment> 40 <Fragment>
41 <Property Id="NETFRAMEWORK30INSTALLROOTDIR64" Secure="yes"> 41 <Property Id="NETFRAMEWORK30INSTALLROOTDIR64" Secure="yes">
42 <RegistrySearch Id="NetFxInstallRootForNetfx30Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Win64="yes"> 42 <RegistrySearch Id="NetFxInstallRootForNetfx30Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Bitness="always64">
43 <DirectorySearch Id="NetFx30InstallRootSearch64" Path="v3.0" Depth="0" /> 43 <DirectorySearch Id="NetFx30InstallRootSearch64" Path="v3.0" Depth="0" />
44 </RegistrySearch> 44 </RegistrySearch>
45 </Property> 45 </Property>