.NET 3.5 静默安装程序?

发布于 2024-07-04 02:02:53 字数 90 浏览 5 评论 0原文

是否有可再发行的 .NET 3.5 安装包是静默安装程序?

或者,是否有一个开关可以传递到主要的可再发行 .NET 3.5 安装程序以使其保持静默?

Is there a redistributable .NET 3.5 installation package that is a silent installer?

Or alternatively, is there a switch that can be passed to the main redistributable .NET 3.5 installer to make it silent?

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

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

发布评论

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

评论(2

作死小能手 2024-07-11 02:02:53

对于 Windows 10,您需要执行以下操作

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"Path\To\microsoft-windows-netfx3-ondemand-package"

您可以在 Windows DVD 的sources\sxs 下找到这些软件包

For Windows 10 you need to do following

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"Path\To\microsoft-windows-netfx3-ondemand-package"

You can find thoose packages under sources\sxs of a Windows DVD

桃酥萝莉 2024-07-11 02:02:53

使用

dotnetfx35setup.exe /q /norestart

有关更多详细信息,请参阅 .NET Framework 3.5应用程序开发人员部署指南

Use

dotnetfx35setup.exe /q /norestart

For more details, see the .NET Framework 3.5 Deployment Guide for Application Developers.

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