I need a solution
Ok I'm trying to put in a detection rule for adobe reader update 10.1.5.
I tried using file version with no success and now trying to use the displayversion key with no success. I believe the issue is because I need to check different locations between x64 and x32 using an or statement I believe.
Here are my entries:
Reg Key Version:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-7AD7-FFFF-7B44-AA0000000001}
Entry: DisplayVersion
version Greater than or equal 10.1.5
Then an OR operator
Reg Key Version:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-7AD7-FFFF-7B44-AA0000000001}
Entry: DisplayVersion
version Greater than or equal 10.1.5
What am I doing wrong???