Jump to content

Recommended Posts

Posted

Does anyone know the best way to deploy the .NET Framework 4.6.2 through an SCCM Windows 7 image task? (Don't need to do anything fancy like deploy it to existing machines in SCCM!)

 

Can it be added as an Application in Software Library so I can just add the install during the task sequence?

Posted

I have it installing as a package, but it'll work as an application just fine. Just use the following switches

 

/q /norestart /ChainingPackage ADMINDEPLOYMENT

  • Thanks 1
Posted
Off the top of my head: Get the offline installer, extract the MSI's from the exe, add the correct architecture MSI in the software library, then you can add that into the task sequence.
  • Thanks 1
Posted

In the end I downloaded the offline installer, extracted the lot, whacked it in a folder on the SCCM applications share then just created a new application and pointed SCCM to the 'netfullx64.msi' file or whatever it was called and it did all the switch stuff automatically and worked during a test image :D

 

Then I found out part of the SCCM server must have been infected with one of those encryption malwares as most of the other application folders just contained loads of files with the 'india' file extension! So not actually sure how it is working at all there, does it copy the applications somewhere else on the server when I 'distribute content'?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...