To verify that .NET Framework 4.7.2 is successfully installed, you can check the registry key: Open regedit.exe .
Improvements in ASP.NET, ClickOnce, and SQL connectivity. 1. Prerequisites and Pre-installation Tasks
If your server is offline, download the latest Cumulative Update for .NET Framework 4.7.2 from the Update Catalog to get the most recent bug fixes.
Run PowerShell as Administrator and execute:
For Windows Server 2016 installations without a GUI (Server Core) or for silent, scripted deployments across many machines, use the quiet installation method. The standard installer may fail on Server Core without user interaction.
Follow these steps to deploy the framework manually using administrative access: Prerequisites
Yes. .NET Framework versions 4.x install side-by-side. Installing 4.8 will not remove 4.7.2. In fact, 4.8 is a replacement for 4.7.2 – but some legacy apps explicitly check for 4.7.2 and may require the specific version.
Do you intend to use a or deploy it silently across multiple hosts via command line?
.NET Framework 4.7.2 Language Packs support 23 languages and can be installed side-by-side, allowing multiple languages on a single computer. After installation, the language pack will provide translated error messages and UI text for applications that respect the system locale. Note that you must have the base English .NET Framework 4.7.2 installed before adding any language packs.
Windows Server 2016 (Standard, Datacenter, or Essentials editions).
If your environment requires localized error messages and UI text, you can install language packs. Before installing any language pack, ensure the English version of .NET Framework 4.7.2 is already installed.
:

