Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Offline installer for .Net 3.5 SP1 not working

I downloaded a big file of .Net 3.5 SP1.

Now when I try to install it on Windows Server 2012, I get the following screenshot:

enter image description here

Now this is a loop. When I try to install from Server Manager, I get installation cannot be done. It needs the installation disk.

Does that mean I can't install at all without the installation disk in presence?

like image 840
Jack Avatar asked Jan 07 '13 08:01

Jack


2 Answers

Your WSUS server is probobly getting in the way, or you just can't reach the Microsoft update site.

Follow these directions. "Specify settings for optional component installation and component repair" worked for me.

like image 190
Daro Avatar answered Nov 15 '22 09:11

Daro


This is alternate solution when you don't have windows server installation disk

  1. 1.On your local computer(not server), go to windows install directory(C:\Windows) and then find "WinSxS" directory.
  2. Copy this folder to server
  3. Open add roles and features wizard, go to features tab and check .Net Framework SP1.
  4. Then bellow of this window click on "Specify Alternate Source Path" and in new window specify folder path that you coped early on the server.

That's it!

like image 36
Cybertron Avatar answered Nov 15 '22 07:11

Cybertron