Deploy .NET Framework 4.0 Using SCCM

This step-by-step post describes how a system administrator can deploy .NET Framework 4.0 using SCCM. The .NET Framework is a managed execution environment that provides a variety of services to its running applications.

It consists of two major components: the common language runtime (CLR), which is the execution engine that handles running applications; and the .NET Framework Class Library, which provides a library of tested, reusable code that developers can call from their own applications.

In this post we will deploy .NET Framework 4.0 using SCCM 2012 R2 to a collection which consists of Windows 7 computers. The overall deployment of .NET Framework 4.0 is easy however if you follow screenshots it will be pretty easy.

First of all download the .NET Framework 4.0 standalone installer by clicking here. After you download .NET Framework 4.0 installer, copy it to a folder on the SCCM server.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Deploy .NET Framework 4.0 Using SCCM

To deploy .NET Framework 4.0 using SCCM

  • Launch SCCM console.
  • Navigate to Software Library workspace > Application Management, and then choose Packages.
  • Right click Packages and click Create Package.
  • Specify the Name as .NET Framework 4.0, Source folder and click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Choose the Program Type as Standard Program. Click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Specify the Name for the standard program, enter the Command line as dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT and click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

On the requirements page click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Click Close.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

The .NET Framework 4.0 package is ready. Distribute the package to all the SCCM distribution points. Next, deploy the package to a device collection. Click Browse and select the collection. Click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Set the purpose as Required and click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Specify the schedule for this deployment. Specify when you want the .NET Framework 4.0 to be installed. Click New and set the assignment schedule to As soon as possible. Click Next.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Follow the wizard and complete the next steps. Click Close. Deploy .NET Framework 4.0 Using SCCM 2012 R2

Login to one of the client machine and let’s test the deployment. Since the package is deployed as Required, the installation should occur automatically.

So go to Program and Features we see that .NET Framework 4.0 has been installed.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

Open the execmgr.log file on the client machine, we see that the execution is complete for .Net Framework 4.0. In case the installation fails check the log file for any errors.

Deploy .NET Framework 4.0 Using SCCM 2012 R2

4 Comments

  1. Avatar photo Miguel Angel Rosales Rodriguez says:

    Thanks for this post prajwaldesai, any reason for why not use Application way?

      1. Avatar photo Miguel Angel Rosales Rodriguez says:

        Ok cool, thanks prajwaldesai! i like your posts a lot, they saved me in several situations.

Leave a Reply

Your email address will not be published. Required fields are marked *