Not Exists in WMI Query
I need to use a fiilter for my MSI. I need to check that the product XXX is not installed.
I need to write something like this
SELECT * FROM Win32_Product WHERE NOT EXISTS (SELECT * FROM Win32_Product WHERE Name = "XXX") Thanks in advance
Any Idea ?

