简体   繁体   English

适用于 Windows XP 的 Visual Studio 2013 安装程序

[英]visual studio 2013 installer for windows xp

My sw is developed under VisualStudio 2013 on Windows7.我的 sw 是在 Windows7 上的 VisualStudio 2013 下开发的。 I need it to work on a Windows XP with .NET 3.5 sp1 installed and it works well under XP.我需要它在安装了 .NET 3.5 sp1 的 Windows XP 上运行,并且在 XP 下运行良好。 All the projects target only .NET 3.5.所有项目仅针对 .NET 3.5。

Now I'd like to create an installer, so I downloaded the setup project extensions and created it.现在我想创建一个安装程序,所以我下载了安装项目扩展并创建了它。 But it did not work on XP until I found the workaround in DIRCA_CHECKFX Return Value 3 - VS 2013 Deployment Project .但是直到我在DIRCA_CHECKFX Return Value 3 - VS 2013 Deployment Project 中找到解决方法后,它才在 XP 上运行。

But now when it install it asks me to install .NET 4.5 too, and I can't download additional packages.但是现在当它安装时,它也要求我安装 .NET 4.5,而且我无法下载其他软件包。 I have disabled all prerequisites from the properties of the setup project and the libraries and executables only need .NET 3.5 that is already installed, but it keep me asking again .NET 4.5.我已经从安装项目的属性中禁用了所有先决条件,库和可执行文件只需要已经安装的 .NET 3.5,但它让我再次询问 .NET 4.5。 Why?为什么?

Thanks.谢谢。

除了先决条件之外,还可以检查实际安装项目的启动条件,在 View->Editor->Launch conditions 中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM