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.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/NetFx3.5.wxs b/src/wixlib/NetFx3.5.wxs
index 422608da..7544e433 100644
--- a/src/wixlib/NetFx3.5.wxs
+++ b/src/wixlib/NetFx3.5.wxs
@@ -50,7 +50,7 @@
50 <!-- Location of .NET Framework 3.5 (64-bit) redistributable install root directory --> 50 <!-- Location of .NET Framework 3.5 (64-bit) redistributable install root directory -->
51 <Fragment> 51 <Fragment>
52 <Property Id="NETFRAMEWORK35INSTALLROOTDIR64" Secure="yes"> 52 <Property Id="NETFRAMEWORK35INSTALLROOTDIR64" Secure="yes">
53 <RegistrySearch Id="NetFxInstallRootForNetfx35Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Win64="yes"> 53 <RegistrySearch Id="NetFxInstallRootForNetfx35Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Bitness="always64">
54 <DirectorySearch Id="NetFx35InstallRootSearch64" Path="v3.5" Depth="0" /> 54 <DirectorySearch Id="NetFx35InstallRootSearch64" Path="v3.5" Depth="0" />
55 </RegistrySearch> 55 </RegistrySearch>
56 </Property> 56 </Property>