Rogier
02-15-2012, 10:51 AM
I'm reading some string from the registry like this:
%REG_READ("HKEY_LOCAL_MACHINE\SOFTWARE\Manufacturer\ProgramNa me\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?
%REG_READ("HKEY_LOCAL_MACHINE\SOFTWARE\Manufacturer\ProgramNa me\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?