NOT
(
exists keys whose
(
value "DisplayName" of it as string as lowercase starts with "Adobe Flash Player" as lowercase AND
(
value "DisplayName" of it as string as lowercase ends with "ActiveX" as lowercase OR value "DisplayName" of it as string as lowercase ends with "ActiveX (x64)" as lowercase OR value "DisplayName" of it as string as lowercase ends with "Activex 64-bit" as lowercase
)
AND value "DisplayName" of it as string as lowercase does not contain "Update" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "Plugin" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "NPAPI" as lowercase
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of
(
x32 registries ; x64 registries
)
)
NOT (exists keys whose (value "DisplayName" of it as string as lowercase starts with "Adobe Flash Player" as lowercase AND (value "DisplayName" of it as string as lowercase ends with "ActiveX" as lowercase OR value "DisplayName" of it as string as lowercase ends with "ActiveX (x64)" as lowercase OR value "DisplayName" of it as string as lowercase ends with "Activex 64-bit" as lowercase) AND value "DisplayName" of it as string as lowercase does not contain "Update" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "Plugin" as lowercase AND value "DisplayName" of it as string as lowercase does not contain "NPAPI" as lowercase) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (x32 registries ; x64 registries))