.NET Framework 4.8 - How to check that the target system meets the minimum capabilities
Posted: Thu Nov 05, 2020 6:34 am
Hi,
The list of supported client & server operating systems is listed by Microsoft here: https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements#supported-server-operating-systems.
I get this when matching that against the list from InstallAware X6:
However, I'm unclear on how to use the "Get System Settings" command from InstallAware to perform all these checks. First off, does this command mix client & server operating systems? E.g. will the “Get System Settings” command return true for “Windows Server 2012 R2” minimum capability on “Windows 10”? It would help to understand what it does under the hood - does it just compare the build numbers?
Thanks in advance.
The list of supported client & server operating systems is listed by Microsoft here: https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements#supported-server-operating-systems.
I get this when matching that against the list from InstallAware X6:
However, I'm unclear on how to use the "Get System Settings" command from InstallAware to perform all these checks. First off, does this command mix client & server operating systems? E.g. will the “Get System Settings” command return true for “Windows Server 2012 R2” minimum capability on “Windows 10”? It would help to understand what it does under the hood - does it just compare the build numbers?
Thanks in advance.