I have created a Registry task with the Registry Wizard. I have modified it to include Vista computers. When I try to deploy the task there are no Vista computers under the “Applicable Computers” tab of the Master Operator Site. Can anyone help me? Here is the relevance:
(name of operating system = “Win2000” OR name of operating system = “WinXP” OR name of operating system = “Win2003” OR name of operating system = “WinVista”) AND (((not exists key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry) OR (not exists value “QsourceID” whose (it as string = “1”) of key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry)))
I don’t see a problem with the relevance expression you’ve provided here, it looks like you correctly included Vista computers.
It’s possible the second clause of your expression is just false on all your Vista computers. You might try creating a retrieved property with just the second half of the expression and see if any Vista computers actually report ‘True’ for it.
Try just this part on vista:
(((not exists key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry) OR (not exists value “QsourceID” whose (it as string = “1”) of key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry)))
What if you change the relevance for the Task to just be:
(((not exists key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry) OR (not exists value “QsourceID” whose (it as string = “1”) of key “HKEY_LOCAL_MACHINE\Software\Qsource Networks” of registry)))