Dim searcher As New Management.ManagementObjectSearcher("Select * From AntivirusProduct") searcher.Scope = New Management.ManagementScope("\root\SecurityCenter2") For Each instance As Management.ManagementObject In searcher.Get() Debug.WriteLine(instance("displayName").ToString()) Next instance
No.Thanks, or maybe a batch file would be easier?
I would look in registry, at LastProduct name/value pair probably in this key:I found out I need to see if Office 2010 service pack 1 is installed, is this possible>?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Common\ProductVersion