1

我有一个带有安装程序的项目,它可以在我的计算机和一台服务器上运行。但在第二台服务器安装崩溃。当我通过 msiexec /i msiPath /l*vx logPath 通过 cmd 安装它时,我收到一个错误

Property(C): VSDNETURLMSG = This setup requires the .NET Framework version 4.0.  Please install the .NET Framework and run this setup again.  The .NET Framework can be obtained from the web.  Would you like to do this now?
Property(C): VSDIISMSG = This setup requires Internet Information Server 5.1 or higher and Windows XP or higher.  This setup cannot be installed on Windows 2000.  Please install Internet Information Server or a newer operating system and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework version 4.0.  Please install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.
Property(C): VSDVERSIONMSG = Unable to install because a newer version of this product is already installed.

这只是日志的一部分,如果您需要完整的告诉我,我会粘贴它。.NET 4.0 安装在服务器上。任何人都可以想到,必须解决它吗?

4

1 回答 1

0

确保您已安装完整的 .NET Framework 4.0,而不仅仅是客户端配置文件。这是在线安装程序的链接:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17851

于 2013-10-03T10:55:50.480 回答