View Single Post
  #1  
Old 02-15-2012, 09:51 AM
Rogier Rogier is online now
Registered User
 
Join Date: 09-09-2004
Location: the Netherlands
Posts: 40
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")%
I'm actually using Windows 7 64-bit. This particular program happens to be a 64-bit program, so its registry key is as specified above, i.e. not in Wow6432Node.

However, VBP7 being a 32-bit app, accessing the registry will automatically access the corresponding keys within Wow6432Node.

Is there a way around this?
Reply With Quote