I am using Visual Studio Installer project for deploying a Windows Forms application. Is there a way to set up an automatic downloading and installing .NET framework 4.0 Client profile, if necessary, automatically from the Internet?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The setup installer has an option to both ask and download appropriate the framework from the Internet. It is set in the project.
Click setup project -> properties. On the "properties page" there is a button called "Prerequisites.."
There you have three choices:
- Vendors's website
- Same location as my application
- Download from following location
Choose the appropriate option.