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?