How to detect if Visual C++ 2017 Redistributable is installed -
with microsoft changing pattern of registry entries in latest versions, how detect if visual c++ 2017 redistributable installed on machine?
my aim install vc++2015redist since software written using vs2015. if can detect vc++2017redist on machine, skip installation of vc++2015redist
you're solving wrong problem. you're trying install outdated redistributable suitable vs2015 (toolset v140). instead, install current vs2017 redistributable (toolset v141). it's backwards compatible vs2015.
Comments
Post a Comment