Skip to content

An updated version of bitbeans' Redistributable Checker. Check if Microsoft Visual C++ Redistributable Packages are installed.

Notifications You must be signed in to change notification settings

codexJoin/RedistributableChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

RedistributableChecker

General info

An updated version of bitbeans' Redistributable Checker. Check if Microsoft Visual C++ Redistributable Packages are installed.

Packages

Can check for the following packages:

Microsoft Visual C++ Redistributable Package 2015 - 2022 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2015 - 2022 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2017 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2017 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2015 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2015 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2013 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2013 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2012 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2012 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2010 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2010 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2008 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2008 (x64) ✔️
Microsoft Visual C++ Redistributable Package 2005 (x86) ✔️
Microsoft Visual C++ Redistributable Package 2005 (x64) ✔️

Usage

To use this project, do the following:

using RedistributableChecker;

if (RedistributablePackage.IsInstalled(RedistributablePackageVersion.VC2013x64)) {
  //go on
}

Installation

Install-Package RedistributableChecker2022 -Version 0.2.3

About

An updated version of bitbeans' Redistributable Checker. Check if Microsoft Visual C++ Redistributable Packages are installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages