Other links
Radia - General Discussions
Deploy Microsoft .Net Framwork 3.5
Dear all,
I am trying to deploy Microsoft .Net Framework 3.5 feature on all desktops.
I tried to get it offline package but I didn't find it.
How can we do this from Radia Client Automation side.
Thank you
Ahmad Salman
+966 50 246 5704
Previous 3件のコメント
.NET 3.5 is included in Windows 7, ref:
https://superuser.com/questions/254234/how-do-i-install-net-framework-3-5-on-windows-7
Concerning deploying .NET 3.5 to Windows 10, you must package and deploy the "\sources\sxs" directory from the Win10 .ISO file and execute this command on the target machine:
dism.exe /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"<Path-to-sources-sxs-directory-deployed-to-target-machine>" /quiet /norestart
Participate
Ask, Discuss, Answer





