Check Windows Installer Version
I have checked my Add/Remove program panel and Components panel as well but c开发者_如何学JAVAould not find the version of Windows Installer on my machine. Can anybody please guide me in finding out the version of Windows Installer installed on any machine
Go into cmd(command prompt) or the run dialog (Windows + R) and execute msiexec -?
.
It will open a window containing your version at the top.
精彩评论