Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要让我的安装程序包含 .NET Framework 3.5 SP1 以及 SQL Compact 3.5。我记得在 Visual Studio IDE 中的某个地方看到了这些可以包含在安装中的地方,但我找不到它们。有谁知道如何做到这一点?谢谢!
找到了!看起来您可以转到安装程序项目的“属性”窗口并单击“先决条件”按钮以查看要包含在安装程序中的先决条件安装程序列表,例如 SQL Server、SQL Compact、.NET Framework 版本等。
似乎该列表是由您在开发计算机上安装的东西驱动的。
您可能还想注册再分发权:
http://www.microsoft.com/sqlserver/2005/en/us/compact-redistribute.aspx