Apply a Group Policy only to systems that have specific software installed

group-policywmi

If I wanted to setup a group policy that installed Java, this would be no problem. But is it possible for the group policy to only apply to systems that have Mozilla Firefox installed?
I don't know much about WMI, but I imagine if it can be done, it would be with a WMI filter?
Is this possible?

Best Answer

Answering your question: yes it is possible with WMI filter.

from a nice blog on technet with examples:

example WMI:

Select * from Win32Reg_AddRemovePrograms where displayname = "nvidia drivers" AND version = "1.10"

source: http://blogs.technet.com/b/askperf/archive/2010/06/18/group-policy-filtering-of-installed-applications.aspx