Saturday, February 23, 2013

install offline .NET framework 3.5

To enable .NET Framework 3.5 on only a few machines with clean installs of Windows Developer Preview:
1.copy file .NET FRAMEWORK 3.5 to c:/dotnet35
2.start->type  cmd.exe->advance->Run as Administrator
3.Execute the following command line using admin privileges
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\dotnet35 /LimitAccess

No comments:

Post a Comment