(
exists key whose
(
(
value "name" of it as string = "Google %c5%a9%b7%d2" or value "name" of it as string = "Chrome" or value "name" of it as string = "Google Chrome"
)
)
of keys "HKEY_LOCAL_MACHINE\Software\Google\Update\Clients" of registry
)
OR
(
exists key whose
(
(
value "DisplayName" of it as string = "Chrome" or value "DisplayName" of it as string = "Google Chrome"
)
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry
)
(exists key whose ((value "name" of it as string = "Google %c5%a9%b7%d2" or value "name" of it as string = "Chrome" or value "name" of it as string = "Google Chrome")) of keys "HKEY_LOCAL_MACHINE\Software\Google\Update\Clients" of registry) OR (exists key whose (( value "DisplayName" of it as string = "Chrome" or value "DisplayName" of it as string = "Google Chrome")) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry)