Tuesday, March 12, 2013

Installing .NET 3.5 Offline or Manually

 

Part of the DPM 2012 requirement is install the .NET 3.5.  Somehow in this project, there was no internet connection for it.  So I’m going to share with you the steps :

  1. Insert your Windows 2012 Installation Disk into your DVD Drive.
  2. Now run Command Prompt as Administrator. (Hint: Start > Type cmd > Now right click on Command Prompt and hit on Run as Administrator from the bottom)
  3. Now key in following command or copy and paste it in the command prompt window.
  4. Now .Net Framework will be installed within few minutes.

 

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:z:\sources\sxs


Note : z is the drive letter of DVD drive. Change it with your DVD drive letter. 

keynote : .NET 3.5 .Net DPM 2012 requirement, how to install .net 3.5 manually install .NET offline

No comments:

Post a Comment