exists keys whose
(
(
exists value "DisplayName" of it AND
(
it as String
)
of value "DisplayName" of it contains "WS_FTP Server"
)
AND
(
exists value "DisplayVersion" of it
)
AND
(
(
(
it as String as Version
)
of value "DisplayVersion" of it < "8.7.4" as Version
)
OR
(
(
(
it as String as Version
)
of value "DisplayVersion" of it >= "8.8.0" as Version
)
AND
(
(
it as String as Version
)
of value "DisplayVersion" of it < "8.8.2" as Version
)
)
)
)
of keys "HKLM\software\microsoft\windows\currentversion\uninstall" of
(
x32 registries;x64 registries
)
exists keys whose ( ( exists value "DisplayName" of it AND (it as String) of value "DisplayName" of it contains "WS_FTP Server" ) AND ( exists value "DisplayVersion" of it ) AND ( ((it as String as Version) of value "DisplayVersion" of it < "8.7.4" as Version) OR ( ((it as String as Version) of value "DisplayVersion" of it >= "8.8.0" as Version) AND ((it as String as Version) of value "DisplayVersion" of it < "8.8.2" as Version) ) ) ) of keys "HKLM\software\microsoft\windows\currentversion\uninstall" of ( x32 registries;x64 registries)