RedistributableChecker icon indicating copy to clipboard operation
RedistributableChecker copied to clipboard

Check for installed Visual C++ Redistributable Packages

Results 3 RedistributableChecker issues
Sort by recently updated
recently updated
newest added

The 2013 registry keys have been updated to the following: **Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Dependencies\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece} 2013x86 Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Dependencies\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7} 2013x64** If you could update them that would be great. Thank you

#### Reference Issue (1) IsInstalled is true for x86 when only x64 is installed #### What does this implement fix Visual C++ 2015-2019 Redistibutable (x86) looks installed altough only x64...

RedistributablePackage.IsInstalled(RedistributablePackageVersion.VC2015to2019x86) == true Even when only x64 is installed...