Problem :
I wanted to install a .NET 472 developer pack on my Windows 10 machine from long time, and when I tried to install it got below error.
I was able to install .NET 472 developer pack on my other Win10 machines, and also on my Win7 machine. So I don’t know why it claims to be the "not supported" version.
In my log I found there are some version checks as below :
“Bundle condition evaluated to false:
((VersionNT = v6.1 AND ServicePackLevel >= 1) OR (VersionNT = v6.2 AND NOT (OSInstallationType = "Client")) OR (VersionNT = v6.3) OR
(VersionNT = v10.0 AND OSBuildNumber >= 14393) OR (VersionNT > v10.0))”