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") |
| Send this to: |

Comments