Pages

Subscribe:

Ads 468x60px

Labels

Jumat, 09 November 2012

How to Enable/Install Dot Net framework 3.5 on Windows 8 ( Windows developer Preview) Without Connecting Internet


Microsoft released first preview of Windows 8 for public as Windows Developer Preview. Which can be downloaded here.
 Actually Windows 8 contains Dot net framework 4, But for applications developed in Dot Net 3.5 require framework of same version to run.Windows 8 allows users to enable this feature through internet. But it consumes so much time since the size update is about 230Mb.
 The interesting thing is that actually the Windows Developer Preview DVD contains Dot Net 3.5 Update setup but you cant use it directly. Which can only be used through cmd.


Follow the Instructions to install Dot Net framework 3.5 offline through cmd:

1. Insert Windows Developer Preview DVD into your drive.
2. Goto "C:\Windows\System32" and find cmd.exe.


3. Right click on the file and select Run As Administrator.
4. Copy and Paste following code in cmd window :
dism.exe /online /enable-feature /featurename:NetFX3 /Source:Z:\sources\sxs

Change Z with your DVD RW Drive letter and press Enter key.
The process may take several minutes to finish. Restart your PC after the completion of the process.
 
Credit : http://nanwick.blogspot.com/2012/07/how-to-enableinstall-dot-net-framework.html

0 komentar:

Posting Komentar