Registry Plugin Behaviour in 64bit PC
Hi there...
I am trying to find out whether a particular registry key exist or not with the macro ${registry::KeyExists}. I am checking for a 64bit application's regkey. Since It is 64bit application, Its regkey resided at "HKEY_LOCAL_MACHINE\SOFTWARE\[APPLICATION]".
But the registry plugin is looking for this at
"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\[APPLICATION]"
Is there any way to check the 64bit regkey with registry plugin ? I tried to use "SetRegView 64" before calling the macro ${registry::KeyExists}., but still it is looking under Wow6432Node. any help please...