创建自动下载 .NET Framework 的 Windows 安装程序
我正在使用 Visual Studio Installer 项目来部署 Windows 窗体 应用程序。有没有办法设置自动下载和安装 .NET Framework 4.0 客户端配置文件(如有必要),自动从 Internet 进行下载和安装?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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:
Choose the appropriate option.