Community
 
 
 

Radia - General Discussions

팔로워 1323명
 
Avatar
Asalman

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

댓글 3개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 3개

Avatar
Arne Halsteinslid

Hi Ahmad!
Which OS are you planning on deploying .NET Framework 3.5 to?

댓글 작업 고유 링크
Avatar
Asalman

Windows 7 and Windows 10 with different build numbers.

 

댓글 작업 고유 링크
Avatar
Arne Halsteinslid

.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

Also ref:
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/deploy-net-framework-35-by-using-deployment-image-servicing-and-management--dism

댓글 작업 고유 링크

Top Contributors