How do I check if Windows Installer 3.1 or higher is installed?

后端 未结 5 1684
情歌与酒
情歌与酒 2020-12-18 19:07

I need to know this since this is a pre-req for .NET 3.5 and if I\'m including the .NET bootstrapper, I should also see if Windows Installer 3.1 is needed.

Right now

5条回答
  •  萌比男神i
    2020-12-18 19:51

    If this is inside the MSI file itself, you can check for the VersionMsi property.

提交回复
热议问题