Banctec service agreement software

Used in 1 fixlet * Results in a true / false

/* Only run if Banctec Service Agreement is installed */ 1 = number of keys whose
(
(
exists values "DisplayName" whose
(
it as string as lowercase starts with "Banctec Service Agreement" as lowercase
)
of it
)
AND
(
exists values whose
(
it as string as lowercase starts with "msiexec"
)
of it
)
)
of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of
(
x64 registries; x32 registries
)

/* Only run if Banctec Service Agreement is installed */ 1 = number of keys whose ( ( exists values "DisplayName" whose ( it as string as lowercase starts with "Banctec Service Agreement" as lowercase) of it ) AND ( exists values whose ( it as string as lowercase starts with "msiexec" ) of it ) ) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of ( x64 registries; x32 registries )