exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose
(
exists
(
(
value "Version" of it
)
as string as version
)
whose
(
it < "7.1.8.13" AND it >= "6"
)
AND exists value "BESInstalled" of it AND value "BESInstalled" of it = 1
)
of registry OR
(
exists regapp "BESConsole.exe" whose
(
version of it < "7.1.8.13" AND version of it >= "6"
)
)
exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "7.1.8.13" AND it >= "6") AND exists value "BESInstalled" of it AND value "BESInstalled" of it = 1) of registry OR (exists regapp "BESConsole.exe" whose (version of it < "7.1.8.13" AND version of it >= "6"))