Thursday, April 06, 2006

Retrieve Windows Installer Version

I can't take the credit for this one but here is a little code snippet to allow you to retrieve the currently installed version of Windows Installer. Copy it to a text file and save it with a ".vbs" extension. Then double click the result to run

Set WshShell = WScript.CreateObject("WScript.Shell")

Dim objInstaller
Dim strVersion

Set objInstaller = CreateObject("WindowsInstaller.Installer")

strVersion = objInstaller.Version
MsgBox("Installer version is: " & strVersion)


Send this to:                          

Comments

Name
URL
Email
Email address is not published
Remember Me
Comments

CAPTCHA
Write the characters in the image above