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?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
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:
Choose the appropriate option.