C++ 2017 Redistributable Direct
HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\65BEA3A8-0C14-475F-8DDA-5C352DB3BF17
However, Microsoft made the in terms of shared components. The actual runtime DLLs (like vcruntime140.dll , msvcp140.dll ) share the same major version number and can be upgraded in place. But the installer package and system detection still treat them separately in some cases. 2. Proper Way to Check if It’s Installed Registry Check (Most Reliable) Look for the product code of the installed redistributable: c++ 2017 redistributable
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\65BEA3A8-0C14-475F-8DDA-5C352DB3BF17 c++ 2017 redistributable