(
exists running application "BESRootServer.exe" AND exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose
(
exists
(
(
value "Version" of it
)
as string as version
)
whose
(
it < "7.2.5.22" 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.2.5.22" AND version of it >= "6"
)
)
(exists running application "BESRootServer.exe" AND exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "7.2.5.22" 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.2.5.22" AND version of it >= "6"))