How to add Microsoft Dot Net Framework 4 to your Software Catalog in SCCM.

A lot of programs these days rely on Microsoft Dot Net Framework 4 to work. In an SCCM environment, this can prove to be a very useful application to have in your Software Catalog and as an application so that your users can install it when required and so that you can also use it […]

How To Add Microsoft Dot Net Framework 4 To Your Software Catalog In

A lot of programs these days rely on Microsoft Dot Net Framework 4 to work. In an SCCM environment, this can prove to be a very useful application to have in your Software Catalog and as an application so that your users can install it when required and so that you can also use it as a pre-requisite (dependency) for other applications that you may have in your Software Catalog.  

This post will show you how to add Microsoft Dot Net Framework 4 to your Software Catalog as an application.

Firstly, you will need to download the full redistributable package from Microsoft, this can be found here:  

Microsoft Dot Net Framework 4 Download  

Once you have downloaded the executable file, copy it to your usual source location ready to add to SCCM as an application.   The details that you will then require to successfully add this are below:  

Installation Program:

"dotNetFx40_Full_x86_x64.exe" /q /norestart

Uninstall Program:

%windir%Microsoft.NETFramework64v4.0.30319SetupCacheExtendedsetup.exe /uninstall /x86 /x64 /ia64 /parameterfolder Extended /q /norestart

Detection Method:

1

You can then distribute to your distribution points and deploy where you require, it will also then be available to other applications in your catalog as a pre-req (dependency).

🛠️

Gear We Recommend

Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.

Browse our Windows Admin Toolkit picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.