(
exists
(
(
folders "/Library/Application Support/Identity Finder"
)
;
(
folders of folders "Logs" of folders of folders "/Users/Shared/.identityfinder/Application/"
)
;
(
folders "Library/Application Support/Identity Finder/Identity Finder Mac Edition/logs" of folders of folders "/Users"
)
;
(
(
(
folders "ProgramData\Identity Finder\Logs\SystemSearch" of it
)
;
(
folders "AppData\Local\Identity Finder\logs" of folders of folders "Users" of it
)
)
of folders "C:\"
)
)
)
OR
(
if
(
windows of operating system
)
then
(
exists service "IDFEndpointService"
)
OR
(
exists keys "HKEY_LOCAL_MACHINE\SOFTWARE\Identity Finder" of registries
)
OR
(
exists keys "HKEY_LOCAL_MACHINE\SOFTWARE\Identity Finder_UPGBK" of
(
x64 registries;x32 registries
)
)
OR
(
exists keys whose
(
exists value "DisplayName" whose
(
it as string as lowercase contains "identity finder"
)
of it
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of
(
x64 registries;x32 registries
)
)
else FALSE
)
(exists ( (folders "/Library/Application Support/Identity Finder");(folders of folders "Logs" of folders of folders "/Users/Shared/.identityfinder/Application/"); (folders "Library/Application Support/Identity Finder/Identity Finder Mac Edition/logs" of folders of folders "/Users"); ( ( (folders "ProgramData\Identity Finder\Logs\SystemSearch" of it); (folders "AppData\Local\Identity Finder\logs" of folders of folders "Users" of it) ) of folders "C:\" ) ) ) OR ( if (windows of operating system) then (exists service "IDFEndpointService") OR (exists keys "HKEY_LOCAL_MACHINE\SOFTWARE\Identity Finder" of registries) OR (exists keys "HKEY_LOCAL_MACHINE\SOFTWARE\Identity Finder_UPGBK" of (x64 registries;x32 registries)) OR (exists keys whose (exists value "DisplayName" whose (it as string as lowercase contains "identity finder") of it) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (x64 registries;x32 registries)) else FALSE )