All Projects → aaronparker → vcredist

aaronparker / vcredist

Licence: MIT license
Lifecycle management for the Microsoft Visual C++ Redistributables

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to vcredist

Cloud-PAW-Management
Simplify PAW and SPA for the masses, unify the MS Internal, and public PAW specs, and expedite deployment to ~5min or less.
Stars: ✭ 45 (-50.55%)
Mutual labels:  microsoft, deployment, intune
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (+232.97%)
Mutual labels:  microsoft, visual-studio
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (-17.58%)
Mutual labels:  visual-studio, powershell-gallery
Rtvs
R Tools for Visual Studio.
Stars: ✭ 382 (+319.78%)
Mutual labels:  microsoft, visual-studio
image-customise
Customise a Windows 10/11 or Windows Server image at deployment time, including the default user profile, application packages and OS features
Stars: ✭ 44 (-51.65%)
Mutual labels:  configmgr, intune
vsixbootstrapper
An installer that can be chained with other packages to locate the latest VSIXInstaller.exe to use for installing VSIX extensions.
Stars: ✭ 19 (-79.12%)
Mutual labels:  visual-studio, deployment
PSCMContentMgmt
PowerShell module used for managing Microsoft Endpoint Manager Configuration Manager distribution point content.
Stars: ✭ 21 (-76.92%)
Mutual labels:  sccm, configmgr
Vcredist
Lifecycle management of the Microsoft Visual C++ Redistributables
Stars: ✭ 68 (-25.27%)
Mutual labels:  microsoft, deployment
Cn Vscode Docs
VScode说明文档翻译
Stars: ✭ 970 (+965.93%)
Mutual labels:  microsoft, visual-studio
Poshtools
PowerShell integration for Visual Studio 2015 and 2017.
Stars: ✭ 626 (+587.91%)
Mutual labels:  microsoft, visual-studio
sccm
Microsoft System Center Configuration Manager
Stars: ✭ 21 (-76.92%)
Mutual labels:  microsoft, sccm
System-Center-Operations-Manager-API
Microsoft System Center Operations Manager (SCOM) Web API
Stars: ✭ 40 (-56.04%)
Mutual labels:  microsoft, visual-studio
Msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Stars: ✭ 4,643 (+5002.2%)
Mutual labels:  microsoft, visual-studio
Visualstudiostandalone
Make your Visual Studio Portable
Stars: ✭ 177 (+94.51%)
Mutual labels:  microsoft, visual-studio
Toolbox
Misc powershell scripts
Stars: ✭ 97 (+6.59%)
Mutual labels:  sccm, configmgr
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+8965.93%)
Mutual labels:  microsoft
vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (-27.47%)
Mutual labels:  visual-studio
Cognitive-Face-Xamarin
A client library that makes it easy to work with the Microsoft Cognitive Services Face API on Xamarin.iOS, Xamarin.Android, and Xamarin.Forms and/or Portable Class Libraries.
Stars: ✭ 18 (-80.22%)
Mutual labels:  microsoft
azure-sphere-hardware-designs
Hardware reference designs for Azure Sphere chips created and maintained by the Azure Sphere team at Microsoft
Stars: ✭ 26 (-71.43%)
Mutual labels:  microsoft
MicrosoftCloudWorkshop-Asia
Microsoft Cloud Workshop Asia for Intelligent Cloud / Intelligent Edge
Stars: ✭ 20 (-78.02%)
Mutual labels:  microsoft

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 Endpoint Configuration Manager or Microsoft Intune. Supports passive and silent installs and uninstalls of the Visual C++ Redistributables.

validate-module Build status 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].