13

我正在为 Win App 创建安装项目。在 VS2010 框架 4.0

现在在选择先决条件时(从项目属性中获胜)

根据我的项目要求,我有 Microsoft .NET Framework 4(x86 和 x64)。

现在我对选择哪个 Wind Installer 感到困惑

(Windows 安装程序 3.1 / Windows 安装程序 4.5)

它们是基于应用程序将安装的操作系统还是..什么..?

4

1 回答 1

8

不同的操作系统默认安装了不同的 Windows Installer 版本。请参阅Windows Installer 的已发布版本

如果您计划将应用程序部署到Windows XP 或 Windows 2003 Server,请选择 Windows Installer 3.1,如果您计划仅部署到Vista 或 Windows 7,4.5可能是更好的选择。

于 2011-03-28T15:02:37.267 回答