Versions Compared

Key

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

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

In some closed systems the internet connection is not possible. The NETx Server setup installer will fail on the prerequisite of .NET Framework 3.5.

This article guides you through the steps necessary to install the framework .NET Framework 3.5 in offline mode.

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

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

  2. Open command prompt with administrative privileges

  3. Issue the following command

    Infocode
    titleCommand
    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.

After that, re-run the NETx Server setup installer.

Troubleshooting

Following error codes are known to occur most commonly during the installation:

...