Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aaronparker/vcredist

Lifecycle management for the Microsoft Visual C++ Redistributables
https://github.com/aaronparker/vcredist

configmgr deployment intune mdt microsoft powershell powershell-gallery sccm vcredist visual-c-redistributables visual-studio windows

Last synced: 2 months ago
JSON representation

Lifecycle management for the Microsoft Visual C++ Redistributables

Lists

README

        

# VcRedist

[![License][license-badge]][license]
[![PowerShell Gallery Version][psgallery-version-badge]][psgallery]
[![PowerShell Gallery][psgallery-badge]][psgallery]

## About

VcRedist is a PowerShell module for lifecycle management of the [Microsoft Visual C++ Redistributables](https://support.microsoft.com/en-au/help/2977003/the-latest-supported-visual-c-downloads). 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](https://github.com/aaronparker/vcredist/actions/workflows/validate-module.yml/badge.svg)](https://github.com/aaronparker/vcredist/actions/workflows/validate-module.yml) [![codecov](https://codecov.io/gh/aaronparker/vcredist/branch/main/graph/badge.svg?token=0AUlPVPhiQ)](https://codecov.io/gh/aaronparker/vcredist)

### 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/](https://vcredist.com/)

### PowerShell Gallery

The VcRedist module is published to the PowerShell Gallery and can be found here: [VcRedist](https://www.powershellgallery.com/packages/VcRedist/). Install the module from the gallery with:

```powershell
Install-Module -Name "VcRedist" -Force
```

[psgallery-badge]: https://img.shields.io/powershellgallery/dt/vcredist.svg?logo=PowerShell&style=flat-square
[psgallery]: https://www.powershellgallery.com/packages/vcredist
[psgallery-version-badge]: https://img.shields.io/powershellgallery/v/vcredist.svg?logo=PowerShell&style=flat-square
[license-badge]: https://img.shields.io/github/license/aaronparker/Install-VisualCRedistributables.svg?style=flat-square
[license]: https://github.com/aaronparker/vcredist/blob/main/LICENSE