Relevance Issue!

(imported topic written by BES_Suresh91)

name of operating system = “WinXP” AND(exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{4EEF203F-E980-4DB0-AFF4-4373C890D644}” of registry) or (exists “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{DB2E3989-259D-4290-8CA4-57D1688718A6}”) of registry AND (not exists Key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{B4AA1091-60B6-4783-B557-C7D188852E36}” of registry)

(imported comment written by cstoneba)

try this

(name of operating system = “WinXP”) AND ((exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{4EEF203F-E980-4DB0-AFF4-4373C890D644}” of registry) or (exists “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{DB2E3989-259D-4290-8CA4-57D1688718A6}”) of registry AND (not exists Key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{B4AA1091-60B6-4783-B557-C7D188852E36}” of registry))

(imported comment written by BES_Suresh91)

Working Relevance:



name of operating system = "WinXP" AND exists key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{DB2E3989-259D-4290-8CA4-57D1688718A6}" of registry or exists key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{4EEF203F-E980-4DB0-AFF4-4373C890D644}" of registry AND (not exists Key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{B4AA1091-60B6-4783-B557-C7D188852E36}" of registry)

(imported comment written by BES_Suresh91)

(cstoneba) Thank you for your reply…I tried the above relevance, Still no Joy…I did posted the working relevance…Again Thanks for your quick reply…

(imported comment written by Bill.Ehardt)

What are you trying to do? I’m guessing you are trying to find machines that apply to all 3 of these?:

  1. XP Machines

  2. Machines that don’t have uninstall key {B4AA1091-60B6-4783-B557-C7D188852E36}

  3. Machines that have uninstall key {DB2E3989-259D-4290-8CA4-57D1688718A6} OR uninstall key {4EEF203F-E980-4DB0-AFF4-4373C890D644}

IF so, try this:

name of operating system = “WinXP” AND (not exists Key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{B4AA1091-60B6-4783-B557-C7D188852E36}” of registry) AND (exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{DB2E3989-259D-4290-8CA4-57D1688718A6}” of registry or exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{4EEF203F-E980-4DB0-AFF4-4373C890D644}” of registry)