Unsolved
11 Legend
•
16K Posts
•
82K Points
0
4771
November 27th, 2025 00:48
Install .NET framework 3.5 offline (really offline) without internet access
some old apps need .NET 2.0 and 3.0
You can use DISM: Deployment Image Servicing and Management (DISM) to add .NET Framework 3.5 and provide access to the \sources\SxS folder on the installation media to an installation of Windows that is not connected to the Internet.
prerequisite:
- Installation media
- Administrator user rights.
Open a command prompt with administrator user rights (Run as Administrator).
To install .NET Framework 3.5 from installation media located on the D: drive, use the following command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
No Events found!

