【问题标题】:difference between windows installer 3.1 and 4.5 While creating SetUP Project, which one to select whenwindows installer 3.1 和 4.5 的区别在创建 SetUP Project 时,选择哪一个
【发布时间】:2011-03-28 12:40:53
【问题描述】:

我正在为 Win App 创建设置项目。在 VS2010 框架 4.0 中

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

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

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

(Windows Installer 3.1 / Windows Installer 4.5)

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

【问题讨论】:

    标签: .net c#-4.0 installation setup-project visual-studio-setup-proje


    【解决方案1】:

    不同的操作系统默认安装不同的 Windows Installer 版本。见Released Versions of Windows Installer

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

    【讨论】:

    • 按照 Alexey 提供的链接,您可以看到某些版本的 Windows Installer 可作为可再发行包使用。因此,如果您确实需要依赖 4.5 的功能,可以考虑将 4.5 作为先决条件添加到您的安装包中
    • Microsoft 建议在 XP 及更高版本上使用 Windows Installer 4.5:msdn.microsoft.com/en-us/library/windows/desktop/…
    猜你喜欢
    • 2012-06-20
    • 2012-05-21
    • 2023-03-13
    • 1970-01-01
    • 2011-10-27
    • 2012-01-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多