exists file
(
value "InstallLocation" of key whose
(
value "DisplayName" of it as string contains "Polycom CMA Desktop" AND
(
it >= "5.2" as version
)
of
(
value "DisplayVersion" of it as string as version
)
)
of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registry as string & "assets\config\configuration.xml"
)
exists file (value "InstallLocation" of key whose (value "DisplayName" of it as string contains "Polycom CMA Desktop" AND (it >= "5.2" as version) of (value "DisplayVersion" of it as string as version)) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registry as string & "assets\config\configuration.xml")