Need to know Windows Installer version # via WMI

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I need to check if installer in a system is 3.0 or 3.1 - via WMI. Does
some one know/refer an example of a wmi script to this need?
I crawled msdn and technet with no success. At least, if I could have a wmi
query against some registry value revealing the installer version...
T.i.a.
 
Dim installer
Set installer = CreateObject("WindowsInstaller.Installer")
Wscript.Echo installer.Version
Wscript.Quit 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top