I’m trying to create relevance through Fixlet Debugger for KB2596560 but it’s always coming back “false” even though it’s installed on machine. Any ideas?
Q: exists keys “{1EDD469252941FD4FAC2A0633B442282}” whose (value “DisplayName” of it as string as version =“Update for Outlook 2007 Junk Email Filter (KB2596560)” as version) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\00002109030000000000000000F01FEC\Patches” of registry
I don’t have that exact key on my system, but here is how I would test for a similar value, showing how I got there in the process:
q: (names of it, it) of values of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FAA9C0AB723160F34BC943B9B48E7F04\Patches\30BCFA5611132E741BDE91D8B6B09CE6” of registry
q: exists value whose (name of it is “DisplayName”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FAA9C0AB723160F34BC943B9B48E7F04\Patches\30BCFA5611132E741BDE91D8B6B09CE6” of registry
A: True
q: exists value whose (name of it is “DisplayName” and it is “KB945140”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\FAA9C0AB723160F34BC943B9B48E7F04\Patches\30BCFA5611132E741BDE91D8B6B09CE6” of registry
Thanks Noah for the tips, it’s working now. Looks like both of these work.
Q: exists value whose (name of it is “DisplayName” and it is “Update for Outlook 2007 Junk Email Filter (KB2596560)”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\00002109030000000000000000F01FEC\Patches\1EDD469252941FD4FAC2A0633B442282” of registry
A: True
T: 0.267 ms
Q: exists key whose (value “DisplayName” of it as string contains “Update for Outlook 2007 Junk Email Filter (KB2596560)”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\00002109030000000000000000F01FEC\Patches” of registry