2014년 2월 7일 금요일

Windows8에서 .netframework3.5 offline 으로 설치하기.

Office line mode 에서 .net framework 설치하기.
먼저 Windows 8 DVD 를 준비한다.
여기서는 d:\ 가 DVD경로이다.
아래 명령어를 치면 .net framework 3.5가 설치된다.
1. 관리자 권한으로 CMD 실행
2. Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess




The following are the steps to enable .NET Framework 3.5 (include .NET 2.0 and 3.0) feature in offline mode :

Step 1 :
Insert Windows 8 DVD or mount ISO image. The source of this feature can be found in folder E:\sources\sxs. (In this case E:the user’s drive letter on which the user has loaded Windows 8 Media.)
2785191


Step 2 :
Open CMD.EXE with Administrative Privileges. 

Step 3 :
Run the following command Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess, and hit Enter. 

After completing the installation of .NET Framework 3.5 you can see that the feature is enabled.
2785192

출처 : http://support.microsoft.com/kb/2785188/en-us

댓글 없음:

댓글 쓰기