Yes, we can install .Net Framework 3.5 in windows 8 without internet connection.
Step 1 : Open CMD.EXE with Administrative Privileges
Step 2 : Run the this DISM command dism /online /get-features
(you will see something like below )
Step 3 : Use Windows 8 ISO/DVD/USB and copy SXS folder to local machine located at D:\sources\sxs (In this case D: is your drive letter on which you have loaded Windows 8 Media)
Step 4 : Once completed, in order to install this feature you can run the following command dism /online /enable-feature /featurename:NetFx3 /All /SourceC:\sxs /LimitAccess and hit Enter
Step 5 : After completing the installation of .NET Framework 3.5 you can see that the feature is enabled in the Control Panel –> Program and Features
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
Step 1 : Open CMD.EXE with Administrative Privileges
Step 2 : Run the this DISM command dism /online /get-features
(you will see something like below )
Step 3 : Use Windows 8 ISO/DVD/USB and copy SXS folder to local machine located at D:\sources\sxs (In this case D: is your drive letter on which you have loaded Windows 8 Media)
Step 4 : Once completed, in order to install this feature you can run the following command dism /online /enable-feature /featurename:NetFx3 /All /SourceC:\sxs /LimitAccess and hit Enter
Step 5 : After completing the installation of .NET Framework 3.5 you can see that the feature is enabled in the Control Panel –> Program and Features
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments