Relevance not finding registry key

Running some relevance through the Fixlet Debugger.

exists values “DisplayVersion” whose (it as string as version = “13.0.6447” as version) of keys whose (value “DisplayName” of it as string as lowercase contains “Teamviewer 13”) of keys “HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall” of native registry

come’s back as false and I’m looking at the registry entries. I can see they are there.
I’ve tried using “of x64 registry” and removing “WOW6432Node” from the path as well, with no success. What am I missing?

You’re casting Displayname value to lowercase and then comparing it with “Teamviewer” with an uppercase char.

1 Like

I can’t believe that worked… Thank you very much. I’m going to go lay down.