(imported topic written by rmnetops91)
Has anyone been successful at building relavence to check if Internet Explorer 9 is installed? IE9 is treated as an update, and I am unable to locate reference too it in the registry to build relevance for it.
(imported topic written by rmnetops91)
Has anyone been successful at building relavence to check if Internet Explorer 9 is installed? IE9 is treated as an update, and I am unable to locate reference too it in the registry to build relevance for it.
(imported comment written by MattBoyd)
exists versions whose (it as version = “9.0” as version) of files “iexplore.exe” of folders “C:\program files\internet explorer”
(imported comment written by SystemAdmin)
Another option:
“9.0” as version = version of regapp “iexplore.exe”
(imported comment written by USMC175)
(((exists (values “Version” of keys “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer” of registries as string)whose (exists match (regex ("^9…*$")) of (it as string as lowercase)))))