How to install .NET 3.5 offline
1) To install .NET 3.5 offline, you will need a windows 8 or 8.1 ISO file or setup disk. If you are having an ISO file, right-click on it and select Mount option.
If you are having a Windows setup disk, just insert the disk in your CD/DVD drive.
2) Search for Command Prompt and run as administrator.
3) Type the following command:
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess
Note: Replace E:\sources\sxs /LimitAccess with the letter of the drive.
4) Wait till the operation gets completed successfully.
If this method fails, try installing .NET 3.5 online.
Comments
Post a Comment