安装程序未启动 .NetFramework

发布于 2024-11-06 05:45:23 字数 194 浏览 5 评论 0原文

我正在使用安装项目来安装我的应用程序。我已在先决条件中添加了 .NetFramework 3.5 SP1 和 Windows Installer 3.1,并选择了“从与我的应用程序相同的位置下载先决条件”。

但是当我尝试安装时,安装程​​序会转到 Microsoft 网站下载 .NetFramework。 为什么它不从我的机器本地副本安装? 这里缺少什么?

I am using Setup project to install my application.I have added .NetFramework 3.5 SP1 and Windows Installer 3.1 in Prerequisites and selected "Download Prerequisites from the same location as my application".

But when I tried to install Installer goes to Microsoft website to download .NetFramework.
why it is not installing from my machines local copy?
what am missing here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晚雾 2024-11-13 05:45:23

您是否包含完整的 .NET 3.5 SP1 安装(大约 237mb)或 2.8mb 引导程序。如果您使用后者,那么这就是引导程序的本质。它会检查缺少的内容,然后前往 Microsoft 下载所需的内容。

请参阅 http://www.microsoft。 com/downloads/en/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986 获取完整安装包。

Are you including the full .NET 3.5 SP1 install (around 237mb) or the 2.8mb bootstrapper. If you are using the latter then this is the nature of a bootstrapper. It checks what is missing and then goes to Microsoft to download what is needed.

See http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986 for the full install package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文