diff options
Diffstat (limited to 'src/wixlib/NetFx4.wxs')
-rw-r--r-- | src/wixlib/NetFx4.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixlib/NetFx4.wxs b/src/wixlib/NetFx4.wxs index 8816a235..73e8e6e0 100644 --- a/src/wixlib/NetFx4.wxs +++ b/src/wixlib/NetFx4.wxs | |||
@@ -214,7 +214,7 @@ | |||
214 | <!-- Location of .NET Framework 4.0 client (64-bit) redistributable install root directory --> | 214 | <!-- Location of .NET Framework 4.0 client (64-bit) redistributable install root directory --> |
215 | <Fragment> | 215 | <Fragment> |
216 | <Property Id="NETFRAMEWORK40CLIENTINSTALLROOTDIR64" Secure="yes"> | 216 | <Property Id="NETFRAMEWORK40CLIENTINSTALLROOTDIR64" Secure="yes"> |
217 | <RegistrySearch Id="NetFxInstallRootForNetfx40Client64" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Client" Name="InstallPath" Type="raw" Win64="yes" /> | 217 | <RegistrySearch Id="NetFxInstallRootForNetfx40Client64" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Client" Name="InstallPath" Type="raw" Bitness="always64" /> |
218 | </Property> | 218 | </Property> |
219 | </Fragment> | 219 | </Fragment> |
220 | 220 | ||
@@ -242,7 +242,7 @@ | |||
242 | <!-- Location of .NET Framework 4.0 full (64-bit) redistributable install root directory --> | 242 | <!-- Location of .NET Framework 4.0 full (64-bit) redistributable install root directory --> |
243 | <Fragment> | 243 | <Fragment> |
244 | <Property Id="NETFRAMEWORK40FULLINSTALLROOTDIR64" Secure="yes"> | 244 | <Property Id="NETFRAMEWORK40FULLINSTALLROOTDIR64" Secure="yes"> |
245 | <RegistrySearch Id="NetFxInstallRootForNetfx40Full64" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="InstallPath" Type="raw" Win64="yes" /> | 245 | <RegistrySearch Id="NetFxInstallRootForNetfx40Full64" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="InstallPath" Type="raw" Bitness="always64" /> |
246 | </Property> | 246 | </Property> |
247 | </Fragment> | 247 | </Fragment> |
248 | 248 | ||