【问题标题】:Installer for .NET 2.0 application for Windows 98适用于 Windows 98 的 .NET 2.0 应用程序安装程序
【发布时间】:2008-11-21 21:26:14
【问题描述】:

如何为 Windows 98 创建 .NET 2.0 应用程序的自动安装程序?

我的意思是应用程序以及 .NET 2.0(如果缺少)。

我尝试通过为 Visual Studio 2008 创建一个安装项目来做到这一点,但没有成功。 我手动安装了 IE6 SP1,但安装程序仍然崩溃。 已安装 Windows Installer 2.0。在那里安装 Installer 3.0 是不可能的。 我在安装项目先决条件中取消选中安装程序,但仍然无法安装应用程序 - 错误消息说它需要更新版本的 Windows。

如何解决?

【问题讨论】:

    标签: .net windows visual-studio-2008 .net-2.0 setup-project


    【解决方案1】:

    如果您打算部署到 Windows 9x 或 ME,请不要不要使用 Visual Studio 2008。 VS2008 不再支持这些操作系统,如果你被他们困住了,你应该使用 VS2005 或更早的版本。另请参阅此问题:Does Visual Studio 2008 support windows 98?

    【讨论】:

      【解决方案2】:

      【讨论】:

        【解决方案3】:

        根据 MS here,Windows Installer 3.0+ 不适用于 Windows 98。

        在 Windows 98 上手动运行 Installer 3.1 安装程序失败并显示消息

        缺少 NtOpenProcessToken 函数的入口点

        【讨论】:

          【解决方案4】:

          您需要先手动将机器更新到 windows installer 3.x。然后它应该去。

          【讨论】:

          • Windows Installer 3.0 及更高版本对 NT 沿袭操作系统有严格要求。这不仅仅是“不支持”的问题,而是“无法完成”的问题。可在 9x 上使用的最新 Windows Installer 版本是 2.0。
          猜你喜欢
          • 2014-10-25
          • 2014-04-18
          • 2011-02-03
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多