unique values of
(
(
values "ProductVersion" of version blocks of regapps "Chrome.exe"
)
;
(
(
it as string
)
of versions of regapps "chrome.exe"
)
;
(
(
it as string
)
of versions of files "Chrome.exe" of folders "AppData\Local\Google\Chrome\Application" of folders whose
(
exists folder "AppData\Local\Google\Chrome\Application" of it
)
of
(
if
(
version of operating system < "5.1"
)
then
(
folders "Documents and Settings"
)
else
(
folders "users"
)
)
of root folder of drive of system folder
)
)
unique values of ((values "ProductVersion" of version blocks of regapps "Chrome.exe");((it as string) of versions of regapps "chrome.exe");((it as string) of versions of files "Chrome.exe" of folders "AppData\Local\Google\Chrome\Application" of folders whose(exists folder "AppData\Local\Google\Chrome\Application" of it) of (if (version of operating system < "5.1") then (folders "Documents and Settings") else (folders "users")) of root folder of drive of system folder))