我有一个 Visual Studio 安装设置项目,我想在其中指定先决条件是 .Net 2.0 当我单击属性-> 先决条件时
它仅显示 .Net framework 3.5/client profile 和 .Net framework 4.0/client profile 和其他组件,但不显示 .Net 2.0
第二部分是如果不满足先决条件或自动安装它们,安装程序会失败吗?
谢谢,
我有一个 Visual Studio 安装设置项目,我想在其中指定先决条件是 .Net 2.0 当我单击属性-> 先决条件时
它仅显示 .Net framework 3.5/client profile 和 .Net framework 4.0/client profile 和其他组件,但不显示 .Net 2.0
第二部分是如果不满足先决条件或自动安装它们,安装程序会失败吗?
谢谢,
如果您查看解决方案的属性,您可以选择您使用的 .NET 框架的版本。请注意,这仅适用于非 Express 版本。
http://msdn.microsoft.com/en-us/library/bb398202.aspx
此外,微软通过仅使 VS 向后兼容而不是向前兼容未来的 .NEzt 版本来维持自己的业务。
要创建安装程序,您需要 mtomcreatemamDeployment 项目并指定依赖项。