安装了.NET 2.0应用程序的Windows 98应用程序、安装了、NET、Windows

2023-09-04 03:26:42 作者:掵中注定

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

How can an automatic installer for .NET 2.0 application be created for Windows 98?

我的意思是应用程序,也为.NET 2.0,如果丢失了。

I mean for application and also for .NET 2.0 if missing.

我试图创建一个安装项目的Visual Studio 2008来做到这一点,但我没有成功。 我手动安装IE6 SP1,但安装程序仍崩溃。 Windows安装程序2.0安装。这是不可能的安装安装3.0出现。 我未选中安装程序在安装项目prerequisites,但仍然是不能安装应用程序 - 错误消息说,它需要更新的Windows版本

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.

这又如何解决?

推荐答案

你的没有的使用Visual Studio 2008,如果您打算部署到Windows 9x或ME。 VS2008不支持这些操作系统了,如果你坚持他们应该使用VS2005或更早版本。也看到了这个问题: http://stackoverflow.com/questions/213711

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: http://stackoverflow.com/questions/213711