fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


microsoft:windows10:dotframework_offline

.NET Framework 3.5 offline Installation

Command Line

Windows 10 ISO entpacken und “sources” Ordner in Share ablegen

DISM /Online /Enable-Feature /FeatureName:NetFX3 /All /Source:"\\Pfad\zur\share\sources\sxs" /LimitAccess

Alternativ Cab-Files installieren

DISM /Online /Add-Package /PackagePath:"C:\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab"
DISM /Online /Add-Package /PackagePath:"C:\sxs\Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~de-DE~.cab"

PowerShell

:!: Untested

Enable-WindowsOptionalFeature -Online -FeatureName 'NetFx3' -All
Add-WindowsCapability -Online -Name NetFx~~~~ -Source C:\Windows\Temp\dotnet -LimitAccess
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
microsoft/windows10/dotframework_offline.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1