KB2719662 - Fixlet ID 271966203 not working right

(imported topic written by EricWittersheim)

Is anyone else having any issues applying this fixlet? According to Microsoft when the sidebar is turned off the registry value is set to 1. If I read this relevance clause correctly. Big Fix is checking to see if it is set as 1. Then it applies the patch over and over again. The fixlet should check for the value 0, correct?

(if (exists key “Windows” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies” of native registry) then (exists value “TurnOffSidebar” whose (it as string = “1”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar” of native registry) else (false))

(imported comment written by SystemAdmin)

I see there are two fixlets…

271966201 KB2719662

2719662: Vulnerabilities in Gadgets Could Allow Remote Code Execution - Disable Windows Sidebar and Gadgets - Windows Vista SP1/SP2 / 7 Gold/SP1

http://bigfix.me/cdb/relevance/1111

271966203 KB2719662

2719662: Vulnerabilities in Gadgets Could Allow Remote Code Execution - Enable Windows Sidebar and Gadgets - Windows Vista SP1/SP2 / 7 Gold/SP1

http://bigfix.me/cdb/relevance/1110

One disables and the other enables.

The one that disables puts a NOT in front of the relevance you mentioned.