适用于 Windows 98 的 .NET 2.0 应用程序安装程序
如何为 Windows 98 创建 .NET 2.0 应用程序的自动安装程序?
我的意思是应用程序,如果缺少的话,也适用于 .NET 2.0。
我尝试通过为 Visual Studio 2008 创建安装项目来实现此目的,但没有成功。 我手动安装了 IE6 SP1,但安装程序仍然崩溃。 Windows Installer 2.0 已安装。 在那里不可能安装Installer 3.0。 我在安装项目先决条件中取消选中安装程序,但仍然无法安装该应用程序 - 错误消息表明它需要较新版本的 Windows。
如何解决这个问题?
How can an automatic installer for .NET 2.0 application be created for Windows 98?
I mean for application and also for .NET 2.0 if missing.
I tried to do it by creating a setup project for Visual Studio 2008, but I didn't succeed.
I installed IE6 SP1 manually, but Installer still crashed.
Windows Installer 2.0 is installed. It's impossible to install Installer 3.0 there.
I unchecked Installer at Setup Project prerequisites, but still it's not possible to install the application - the error message says that it requires a newer version of Windows.
How can this be resolved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您打算部署到 Windows 9x 或 ME,请不要使用 Visual Studio 2008。 VS2008 不再支持这些操作系统,如果您坚持使用它们,您应该使用 VS2005 或更早版本。 另请参阅此问题:Visual Studio 2008 支持 Windows 98 吗?
Do not use Visual Studio 2008 if you intend to deploy to Windows 9x or ME. VS2008 does not support these operating systems anymore, and if you're stuck with them you should use VS2005 or earlier. Also see this question: Does Visual Studio 2008 support windows 98?
根据这篇文章Win98支持2.0
http://msdn.microsoft.com /en-us/library/aa480241.aspx 为什么不直接从 Microsoft 获取可再发行版本?
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
According to this article Win98 is supported for 2.0
http://msdn.microsoft.com/en-us/library/aa480241.aspx why not just getting the redistributable from Microsoft?
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
根据 MS 此处,Windows Installer 3.0+ 不适用于 Windows 98。
运行 Installer 3.1 安装程序在 Windows 98 上手动失败并显示消息
According to MS here, Windows Installer 3.0+ is not available for Windows 98.
Running Installer 3.1 setup manually on Windows 98 fails with the message
您需要先手动将计算机更新到 Windows Installer 3.x。 那么它应该走了。
You need to manually update the machine to windows installer 3.x first. Then it should go.