Windows internet explorer 7 shows as installed software after install of IE8
After pushing out the managed install of ie8 on my xp machines that have ie7 on them, software inventory reports that both ie7 and ie8 are installed. I would think that the reason ie7 stills shows is because files from ie7 are on the machine in the event that you wanted to uninstall ie8 for any reason. But that's my educated guess. I'm suprised though that ie7 shows at all. I know I can run a script to uninstall 7 before running the managed install of 8, then it doesn show. Is there any way to remove ie7 after ie8 is installed, or to just not have it show? I find it may mislead some to think ie7 is still out on our machines because both show.
Answers (2)
Create a custom inventory rule for IE 7 and IE 8.
For your workaround, I would create a custom inventory rule for IE 7 and IE 8. You can use the following:
IE 7:
RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 7) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 8)
IE 8:
RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 8) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, 9)