Internet Explorer 9
IE9 is not detected in add/remove programs. It is an update and I'm not seeing it in my list of patches. How are you handling upgrading windows 7 systems to IE9? If I use a managed install I need a custom inventory rule to detect it and if I use patching I can't find it.
Thanks
Cindy
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Custom inventory rule for managed install of IE9: RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 9) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 10)
Custom inventory rule for managed install of IE9: RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 9) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 10)
Please log in to answer
Posted by:
philologist
12 years ago
I use windows updates for these, but the following should work as a custom inventory rule:
RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 9) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 10)
Comments:
-
Are you having the kbox do your windows updates? - ckubaska 12 years ago
-
Registry values worked great. Thanks a bunch. - ckubaska 12 years ago
-
We already had WSUS in place, so the KACE has to prove itself to be an easier / more convenient / better process to trade out. I'm glad the custom inventory rule worked for you. - philologist 12 years ago