I have a script that uses "keyexist" in many parts and it works fine.
However, whenever I use it for a key in "HKEY_CLASSES_ROOT" it does not work. It always returns a "0" even when the key actually exists.

I'm trying to run this on an XP 64 bit computer if that makes any difference.

The specific command I'm trying to use is as follows. But in testing, I have found that it doesn't work for any key in "HKEY_CLASSES_ROOT"

Code:
$KB=KeyExist("HKEY_CLASSES_ROOT\Installer\Patches\79EB7C9295ED2A736A78A2DD351249A8")

I've also tried it on the "mirrored" section under "HKEY_LOCAL_MACHINE" with the same results... or lack of results.

The version is 4.53

Any help is appreciated.