aaronparker / vcredist

Lifecycle management for the Microsoft Visual C++ Redistributables

Home Page:https://vcredist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VcRedist

License PowerShell Gallery Version PowerShell Gallery

About

VcRedist is a PowerShell module for lifecycle management of the Microsoft Visual C++ Redistributables. VcRedist downloads the supported (and unsupported) Redistributables, for local install, gold image deployment or importing as applications into the Microsoft Deployment Toolkit, Microsoft Configuration Manager or Microsoft Intune. Supports passive and silent installs and uninstalls of the Visual C++ Redistributables.

validate-module codecov

Visual C++ Redistributables

The Microsoft Visual C++ Redistributables are a core component of any Windows desktop deployment. Because multiple versions are often deployed they need to be imported into your deployment solution or installed locally, which can be time consuming. The aim of this module is to provide a definitive list of available Redistributables and functions for managing deployment of those Redistributables across various mechanisms.

Documentation

Full documentation for the module is located at https://vcredist.com/

PowerShell Gallery

The VcRedist module is published to the PowerShell Gallery and can be found here: VcRedist. Install the module from the gallery with:

Install-Module -Name "VcRedist" -Force

About

Lifecycle management for the Microsoft Visual C++ Redistributables

https://vcredist.com

License:MIT License


Languages

Language:PowerShell 100.0%