Note
More information you can find on Microsoft documentation.
Tip
You can install all Visual C++ Redistributable Packages using only one command with winget! https://gist.github.com/ChuckMichael/d4221fd8681a7e962c8d37d623ff3145
- x64 9.0.30729.6161 (EOL)
Microsoft.VCRedist.2008.x64 - x86 9.0.30729.6161 (EOL)
Microsoft.VCRedist.2008.x86
- x64 10.0.40219.473 (EOL)
Microsoft.VCRedist.2010.x64 - x86 10.0.40219.473 (EOL)
Microsoft.VCRedist.2010.x86
Previosly known as Visual C++ 2015-2022 Redistributable Package
The newest version is binary compatible with 2015,2017,2019,2022,2026. Support for Visual Studio 2015 ended on 15th October 2025.

Thanks Chuck for the info. Why do MS put pre-release software on winget? They make no mention of this when it’s listed or updated?