Hi there,
I have a vbscript that checks if a specific application is installed. It uses the Win32_Product to find this out.
Set colItems = objWMIService.ExecQuery("Select * from Win32_Product where IdentifyingNumber =" & Old_Mcafee ,,48)
Unfortunatley this will not work under Windows 2003 as Win32_Product is not installed as standard (and I cannot install it to a couple of hundred servers)
What can I use under Windows 2003 to see if the application is installed?
Many thanks,
I have a vbscript that checks if a specific application is installed. It uses the Win32_Product to find this out.
Set colItems = objWMIService.ExecQuery("Select * from Win32_Product where IdentifyingNumber =" & Old_Mcafee ,,48)
Unfortunatley this will not work under Windows 2003 as Win32_Product is not installed as standard (and I cannot install it to a couple of hundred servers)
What can I use under Windows 2003 to see if the application is installed?
Many thanks,