According to https://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.110%29.aspx, to install .NET 4.5 we must be Vista SP2+, Windows 7 SP1+, or later. However Ana�s thinks this is just for customer support, anything >= Vista will generally work.
| 19 | // to install .NET 4.5 we must be Vista SP2+, Windows 7 SP1+, or later. |
| 20 | // However Ana�s thinks this is just for customer support, anything >= Vista will generally work. |
| 21 | bool CFxHelper::CanInstallDotNet4_5() |
| 22 | { |
| 23 | return IsWindowsVistaOrGreater(); |
| 24 | } |
| 25 | |
| 26 | NetVersion CFxHelper::GetRequiredDotNetVersion() |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected