if
(
x64 of operating system AND exists x64 registry
)
then
(
exists key whose
(
value "DisplayName" of it as string contains "Microsoft Visual C++ 2010" AND
(
it >= "10.0.40219" as version
)
of
(
value "DisplayVersion" of it as string as version
)
)
of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x64 registry
)
as string else "<n/a - 32bit Machine>"
if (x64 of operating system AND exists x64 registry) then (exists key whose (value "DisplayName" of it as string contains "Microsoft Visual C++ 2010" AND (it >= "10.0.40219" as version) of (value "DisplayVersion" of it as string as version)) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x64 registry) as string else "<n/a - 32bit Machine>"