为什么 .NET Framework 先决条件不能从安装文件的同一位置运行?
我已经在 C# 中创建了一个安装项目,并选择了 dot net Framework 3.5 作为先决条件,并设置了选项“从与我的应用程序相同的位置下载”。但是,虽然当我运行 Setup.msi 时它假定从本地运行,但它会通过互联网安装 .NET Framework 3.5。
有人可以告诉我为什么吗?
I have created a setup project in c# and i had choose dot net framework 3.5 as it's prerequisites and i set the option "Download from the same location as my application". But while it assumed to be run from local when i run the Setup.msi it goes through the internet to install the .NET Framework 3.5.
Could anybody please tell me WHY?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自应用程序部署先决条件(已添加强调):
msi 文件只是 Windows 安装程序数据库,无法执行引导操作。
From Application Deployment Prerequisites (emphasis added):
The msi file is just a windows installer database, and isn't capable of performing bootstrapping actions.