|
#1
|
|||
|
|||
Reading registry key on Win7 x64
I'm reading some string from the registry like this:
Code:
%REG_READ("HKEY_LOCAL_MACHINE\SOFTWARE\Manufacturer\ProgramName\InstallPath")% However, VBP7 being a 32-bit app, accessing the registry will automatically access the corresponding keys within Wow6432Node. Is there a way around this? |
#2
|
|||
|
|||
Not using the REG_READ macro, but you can use the Read Registry action and check the 'Access 64-bit registry view' option.
http://www.kinook.com/VisBuildPro/Ma...adregistry.htm |
#3
|
|||
|
|||
Excellent, thanks! Works like charm.
|
Tags |
registry , reg_read , wow6432node , x64 |
Thread Tools | |
Display Modes | Rate This Thread |
|
|