Microsoft-windows-netfx3-ondemand-package.cab -extra Online

Includes the cumulative features of .NET Framework 2.0 and 3.0 , such as Windows Communication Foundation (WCF) and Windows Presentation Foundation (WPF) .

if "%1"=="-Extra" ( echo Applying extra language support... if exist "%EXTRA_LANG%" ( DISM /Online /Add-Package /PackagePath:"%EXTRA_LANG%" /NoRestart ) echo Enabling .NET 3.5 feature and all child features... DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:"%~dp0" /LimitAccess ) echo Done. Microsoft-windows-netfx3-ondemand-package.cab -Extra

microsoft-windows-netfx3-ondemand-package.cab Incorrect: microsoft-windows-netfx3-ondemand-package.cab -Extra Includes the cumulative features of

IT admins use this file to install .NET 3.5 without an internet connection using the Deployment Image Servicing and Management (DISM) tool. Microsoft-windows-netfx3-ondemand-package.cab -Extra