简体   繁体   中英

Is it legal to include .Net framework in my custom installer ( not using VS installer)

我正在开发一个自定义.Net应用程序安装程序,并且我想知道至少在我的应用程序(可再发行.net框架安装程序)2.0版中包括.Net框架是否合法。

As long as you follow their license terms you should be able to do it.

Redistributing the .NET Framework

The other alternative would be to direct the user to the internet to download the installer themselves. If file size is of any concern, then this might be advantageous, as it would also reduce the size of your packaged application (you don't have to provide the redistributable installer).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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