Microsoft .NET Framework
Installing Microsoft .NET 3.5 during KACE K2000 Imaging processes as a Post Installation Task.find the sxs folder on the Windows DVD and copy that to a temp folder such as C:\ITTEMP\Sources\ins… Read More
By default, Windows 10 does not include .NET 3.5 and for some reason, after you join the computer to a domain, you are no longer able to add it through the GUI from the add/remove Windows featu… Read More
We currently deploy 1.1 with Windows 7 X64 using SCCM . Use command-line (dotnetfx.exe /q:a /c:"install.exe /qb /l") the uninstall string is MsiExec.exe /X{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}… Read More
Here is a method to enable .Net 3.5 on Windows 8 with a powershell script. this method is usefull when you deploy windows 8 with SCCM (this script can be used as part of a task sequence) becau… Read More
Installing .NET 1.1 on Windows 7 x64 Microsoft did not include the .NET 1.1 Framework in Windows 7. As a result, any application wanting to use the .NET Framework 1.1 will be unable to do so … Read More
.NET Framework 3.5 SP1 is built in to Windows 7. social.msdn.microsoft.com stackoverflow.com Read More
You can deploy .NET 3.5 on Windows 8 machines by calling DISM in two ways an online option DISM /Online /Enable-Feature /FeatureName:NetFx3 /All OR a source media option DISM /Online /Ena… Read More
dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT Download the full package at this link -> http://www.microsoft.com/fr-fr/download/details.aspx?id=17718 Read More
Doing some lab testing for ConfigMgr 2012. I wanted to install App-V 5.0 Beta but it needed the .NET Framework 4 Full as a prereq. So, created the .NET Framework 4 Full application with the f… Read More