(
exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose
(
(
value "Version" of it
)
as string as version >= "6.0" AND
(
value "Version" of it
)
as string as version < "6.0.28.4" AND
(
value "Version" of it
)
as string as version != "6.0.8.5" AND exists value "BESInstalled" of it AND value "BESInstalled" of it =1
)
of registry
)
(exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose ((value "Version" of it) as string as version >= "6.0" AND (value "Version" of it) as string as version < "6.0.28.4" AND (value "Version" of it) as string as version != "6.0.8.5" AND exists value "BESInstalled" of it AND value "BESInstalled" of it =1) of registry)