F5F Stay Refreshed Software Operating Systems Set up .NET Framework 3.5 on a Server 2012 R2 using the .NET Framework 3.5 installer.

Set up .NET Framework 3.5 on a Server 2012 R2 using the .NET Framework 3.5 installer.

Set up .NET Framework 3.5 on a Server 2012 R2 using the .NET Framework 3.5 installer.

P
Povl0072
Junior Member
47
01-16-2016, 09:44 AM
#1
I’ve checked the available options, but there’s no direct way to download .NET 3.5 installers from Microsoft without an installation disk or ISO file. You can still follow the steps from your search, such as using the installation media or visiting the official site for downloads.
P
Povl0072
01-16-2016, 09:44 AM #1

I’ve checked the available options, but there’s no direct way to download .NET 3.5 installers from Microsoft without an installation disk or ISO file. You can still follow the steps from your search, such as using the installation media or visiting the official site for downloads.

X
xAndersalsdux
Member
184
01-16-2016, 01:23 PM
#2
No, .NET isn't available in the server features section. You need to install it through the server dashboard by managing roles and features.
X
xAndersalsdux
01-16-2016, 01:23 PM #2

No, .NET isn't available in the server features section. You need to install it through the server dashboard by managing roles and features.

N
Norppa
Junior Member
14
01-17-2016, 03:54 PM
#3
I attempted that, but I’m encountering an error during installation. I looked online and found that the installation files aren’t available, suggesting you should point to a specific path on the server or ISO for downloads.
N
Norppa
01-17-2016, 03:54 PM #3

I attempted that, but I’m encountering an error during installation. I looked online and found that the installation files aren’t available, suggesting you should point to a specific path on the server or ISO for downloads.

S
142
01-22-2016, 06:37 PM
#4
It's unusual, but you can obtain an ISO from that link: https://www.reddit.com/r/microsoftsoftwa...ice_visio/ Look further down in the blue download section for Windows Server 2012 R2.
S
seishi_no_kami
01-22-2016, 06:37 PM #4

It's unusual, but you can obtain an ISO from that link: https://www.reddit.com/r/microsoftsoftwa...ice_visio/ Look further down in the blue download section for Windows Server 2012 R2.

S
sniperboy650
Senior Member
735
01-23-2016, 03:34 AM
#5
To install .NET 3.5 SP1 on Windows Server 2012: Launch Control Panel, go to Program and Features or Uninstall a program based on your settings. Choose to turn Windows features on or off. A wizard will open; review details then proceed. Select the installation type—Role-based or feature-based—and click Next. Pick the appropriate server role from the options and confirm the server choice. On the feature selection page, expand .NET Framework 3.5 by clicking the triangle next to it. Check the required options and click Add Features when prompted. If you’re using local files for Windows Server 2012, ensure they’re present; otherwise, specify a different source path and click Install. After completing steps, confirm the installation on the confirmation screen, ensuring .NET 3.5 appears. Finish by exiting Control Panel.
S
sniperboy650
01-23-2016, 03:34 AM #5

To install .NET 3.5 SP1 on Windows Server 2012: Launch Control Panel, go to Program and Features or Uninstall a program based on your settings. Choose to turn Windows features on or off. A wizard will open; review details then proceed. Select the installation type—Role-based or feature-based—and click Next. Pick the appropriate server role from the options and confirm the server choice. On the feature selection page, expand .NET Framework 3.5 by clicking the triangle next to it. Check the required options and click Add Features when prompted. If you’re using local files for Windows Server 2012, ensure they’re present; otherwise, specify a different source path and click Install. After completing steps, confirm the installation on the confirmation screen, ensuring .NET 3.5 appears. Finish by exiting Control Panel.

D
DanielEmpire
Posting Freak
781
01-23-2016, 06:18 AM
#6
I attempted that and the image below displays the error I encountered. The solutions I found online suggest using an alternate source path for the ISO of the server or installation disk. I didn’t find any of those options. Is there a method to download only the .NET Framework 3.5 and install it without re-downloading the entire OS again just to install .NET?
D
DanielEmpire
01-23-2016, 06:18 AM #6

I attempted that and the image below displays the error I encountered. The solutions I found online suggest using an alternate source path for the ISO of the server or installation disk. I didn’t find any of those options. Is there a method to download only the .NET Framework 3.5 and install it without re-downloading the entire OS again just to install .NET?

S
142
01-23-2016, 09:01 AM
#7
You can obtain the installation files from the provided link: http://www.techdreams.org/microsoft/down...5-20090314
S
seishi_no_kami
01-23-2016, 09:01 AM #7

You can obtain the installation files from the provided link: http://www.techdreams.org/microsoft/down...5-20090314

A
Aquiel331
Member
70
01-26-2016, 12:52 PM
#8
Hello, I downloaded .NET 3.5 but encountered an error. The installer appears to be offline, meaning it doesn’t need an internet connection. Your server is currently disconnected from the internet.
A
Aquiel331
01-26-2016, 12:52 PM #8

Hello, I downloaded .NET 3.5 but encountered an error. The installer appears to be offline, meaning it doesn’t need an internet connection. Your server is currently disconnected from the internet.

B
Burner4554
Member
69
01-30-2016, 11:14 AM
#9
I also tried through Server Manager and got this.
B
Burner4554
01-30-2016, 11:14 AM #9

I also tried through Server Manager and got this.

I
i0cean
Member
218
01-30-2016, 12:39 PM
#10
Consider disabling the firewall temporarily and see if installation succeeds. If it remains closed, run CMD as Administrator and execute "powershell" followed by the feature install command. Then use "Get-WindowsFeature" to check availability.
I
i0cean
01-30-2016, 12:39 PM #10

Consider disabling the firewall temporarily and see if installation succeeds. If it remains closed, run CMD as Administrator and execute "powershell" followed by the feature install command. Then use "Get-WindowsFeature" to check availability.