diff options
Diffstat (limited to 'src/wixlib/NetFx2.wxs')
-rw-r--r-- | src/wixlib/NetFx2.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/NetFx2.wxs b/src/wixlib/NetFx2.wxs index 92386b02..9ca358f1 100644 --- a/src/wixlib/NetFx2.wxs +++ b/src/wixlib/NetFx2.wxs | |||
@@ -38,7 +38,7 @@ | |||
38 | <!-- Location of .NET Framework 2.0 (64-bit) redistributable install root directory --> | 38 | <!-- Location of .NET Framework 2.0 (64-bit) redistributable install root directory --> |
39 | <Fragment> | 39 | <Fragment> |
40 | <Property Id="NETFRAMEWORK20INSTALLROOTDIR64" Secure="yes"> | 40 | <Property Id="NETFRAMEWORK20INSTALLROOTDIR64" Secure="yes"> |
41 | <RegistrySearch Id="NetFxInstallRootForNetfx20Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Win64="yes"> | 41 | <RegistrySearch Id="NetFxInstallRootForNetfx20Search64" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" Bitness="always64"> |
42 | <DirectorySearch Id="NetFx20InstallRootSearch64" Path="v2.0.50727" Depth="0" /> | 42 | <DirectorySearch Id="NetFx20InstallRootSearch64" Path="v2.0.50727" Depth="0" /> |
43 | </RegistrySearch> | 43 | </RegistrySearch> |
44 | </Property> | 44 | </Property> |