Community
 
 
 

Radia - General Discussions

1323 seguidores
 
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 comentários
0

iniciar sessão para comentar.

 
 

Previous 3 comentários

Avatar
Arne Halsteinslid

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

Ações de comentário Permalink
Avatar
Asalman

Windows 7 and Windows 10 with different build numbers.

 

Ações de comentário Permalink
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

Ações de comentário Permalink

Top Contributors