Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NETx Server products require the .NET Framework 3.5. The installation is typically done through an online installer during the setup process.

...

Installation can be done using the Windows installation media (DVD or disk image) of your Windows version (810, 1011, Server 2012, or Server 2016).2016 or Server 2019).

If you do not have an installation media ready, you freely download it from Microsoft:

Afterwards, do the following steps for installing .NET 3.5:

  1. Insert the Windows installation disk in your CD/DVD drive so that Windows can access its content or mount the ISO disk image as a drive.

    1. For mounting an ISO image, right-click the ISO file and select "mount"
  2. Open command prompt with administrative privileges

  3. Issue the following command

    Code Block
    Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\Sources\sxs /LimitAccess

    and replace the source location according to the path of your Windows DVD.

    Installation will take a few minutes and result in a message that the operation completed successfully.

...