在windows server 2012上安裝.net3.5



1.
dism.exe /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs /all


2.
Start the Local Group Policy Editor or Group Policy Management Console.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.


3.
Create a folder under root (C:\NetFx3 for example)

Copy the microsoft-windows-netfx3-ondemand-package.cab from a Windows install disk .\sources\sxs to the C:\NetFx3 folder

Command Prompt as an administrator
DISM.exe /online /enable-feature /featurename:NetFX3 /All /Source:C:\NetFX3 /LimitAccess

The text progress bar will go to 100% when completed and will give you a message: "The operation completed successfully".

 

4.

有外國大牛寫的standalone的安裝包,需要的留下郵箱。

 

5.

dism.exe /online /all /enable-feature /featurename:NetFX3ServerFeatures /Source:d:\sources\sxs /LimitAccess
dism.exe /online /all /enable-feature /featurename:NetFX3 /Source:d:\sources\sxs /LimitAccess


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM