可能重复:
Make an Installation program for C# applications and include .NET Framework installer into the setup
我有.net框架4.0的Windows应用程序,我想将.net框架4.0添加到安装文件..
我已经使用先决条件添加了它,但是当我开始下载它时,它需要互联网连接。和文件约250 MB
有可能当我开始安装应用程序时,它还会自动安装.net框架吗?
答案 0 :(得分:6)
如果您使用的是Visual Studio安装程序安装项目,请转到“安装项目属性”并单击“先决条件”按钮,然后需要选择所需的框架(3.5 does not work out of the Box look at section 2.3.1.1 )。然后选择Download prerequisites from the same location as my application
。这将包括框架作为安装程序的一部分。
答案 1 :(得分:0)
是的,您可以通过在您自己的设置中添加.net框架设置,并在客户端计算机上未安装.net安装程序的情况下启动.net框架设置。