Wix3.5和Votive 可以为 Windows Installer 4.0 生成 MSI 安装程序吗?



我可以从Visual Studio 2010的单个Wix 3.5 VOIVE生成不同的Windows安装程序版本(4,4.5或5.0).MSI。

现在,它正在创建仅在Windows Installer 5.0(Server 2008 R2和Windows 7)平台上运行的.msi。

我希望它生成可以在Windows Installer 4.0(主要是Windows Server 2008)平台上运行的.msi。

在 Package 元素的 InstallerVersion 属性中指定最低支持的 Windows 安装程序版本:

对于 Windows Installer 4 或更高版本:

<Package InstallerVersion="400"

对于 Windows 安装程序 4.5 或更高版本:

<Package InstallerVersion="405"

相关内容

  • 没有找到相关文章

最新更新