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.

...

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.

...