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

Popular posts from this blog

Installing MASM on Windows (32 bit or 64 bit)

How to create a transparent window in Windows Form Application

Optical Charactor Recognition (OCR) in C#