C# Reading the registry and Wow6432Node key

Posted by Jade M on Stack Overflow See other posts from Stack Overflow or by Jade M
Published on 2010-01-11T00:00:30Z Indexed on 2010/06/14 20:42 UTC
Read the original article Hit count: 221

Filed under:
|
|

Hi all,

I have come code that reads the registry and looks for a value in HKEY_LOCAL_MACHINE\Software\App\ but when running on 64bit versions of Windows the value is under HKEY_LOCAL_MACHINE\Software\Wow6432Node\App. How should I best approach this? Do I need a 64bit installer or should I rewrite my code to detect both places?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about registry