if
(
windows of operating system
)
then
(
folders
(
(
it as string as trimmed string
)
of values "InstallLocation" of keys whose
(
value "DisplayName" of it as string as lowercase contains "identity finder"
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of
(
x64 registries;x32 registries
)
)
)
else
(
folders "/Library/Application Support/Identity Finder"
)
if (windows of operating system) then ( folders ( (it as string as trimmed string) of values "InstallLocation" of keys whose(value "DisplayName" of it as string as lowercase contains "identity finder") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (x64 registries;x32 registries) ) ) else (folders "/Library/Application Support/Identity Finder")