All Projects → aaronparker → Vcredist

aaronparker / Vcredist

Licence: mit
Lifecycle management of 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 (-33.82%)
Mutual labels:  microsoft, deployment
vcredist
Lifecycle management for the Microsoft Visual C++ Redistributables
Stars: ✭ 91 (+33.82%)
Mutual labels:  microsoft, deployment
Xp
Windows XP All Editions Universal Product Keys Collection.
Stars: ✭ 47 (-30.88%)
Mutual labels:  microsoft
Cloudflare Purge Action
🗑️ GitHub Action to purge a website's cache via the Cloudflare API
Stars: ✭ 66 (-2.94%)
Mutual labels:  deployment
Rsync Deployments
GitHub Action for deploying code via rsync over ssh
Stars: ✭ 59 (-13.24%)
Mutual labels:  deployment
Cmd Command Cheat Sheet
CMD - Command Cheat Sheat ✅
Stars: ✭ 50 (-26.47%)
Mutual labels:  microsoft
Unixagent
This is the OCS unified agent for Unix operating systems
Stars: ✭ 61 (-10.29%)
Mutual labels:  deployment
Nextjs With Lambda
Next.js example with deploying to AWS Lambda
Stars: ✭ 48 (-29.41%)
Mutual labels:  deployment
Dynatrace Appmon Docker
The home of Dockerized components of the Dynatrace Application Monitoring enterprise solution.
Stars: ✭ 66 (-2.94%)
Mutual labels:  deployment
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+12310.29%)
Mutual labels:  deployment
Branchsite
CLI tool for publishing your static website to a separate branch
Stars: ✭ 65 (-4.41%)
Mutual labels:  deployment
Edgeml
This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Stars: ✭ 1,093 (+1507.35%)
Mutual labels:  microsoft
Graceful Shutdown Spring Boot
Graceful Shutdown with Spring Boot (Demo)
Stars: ✭ 51 (-25%)
Mutual labels:  deployment
Private Aks Cluster
This sample shows how to create a private AKS cluster in a virtual network along with a jumpbox virtual machine.
Stars: ✭ 63 (-7.35%)
Mutual labels:  microsoft
Theserverroom
Weekly shows notes are added here.
Stars: ✭ 49 (-27.94%)
Mutual labels:  microsoft
Capsule
Dead-Simple Packaging and Deployment for JVM Apps
Stars: ✭ 1,143 (+1580.88%)
Mutual labels:  deployment
Processjs
Stars: ✭ 48 (-29.41%)
Mutual labels:  microsoft
Laravel Caprover Template
Template to deploy a Laravel app in docker for CapRover
Stars: ✭ 56 (-17.65%)
Mutual labels:  deployment
Bert In Production
A collection of resources on using BERT (https://arxiv.org/abs/1810.04805 ) and related Language Models in production environments.
Stars: ✭ 58 (-14.71%)
Mutual labels:  deployment
Jekyll Github Deploy
Jekyll Site Automated Deployer to GitHub Pages
Stars: ✭ 67 (-1.47%)
Mutual labels:  deployment

VcRedist

License PowerShell Gallery Version PowerShell Gallery Main build status Development build status Codacy Badge

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, main image deployment or importing as applications into the Microsoft Deployment Toolkit or Microsoft Endpoint Configuration Manager. Supports passive and silent installs and uninstalls of the Visual C++ Redistributables.

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 reduce the time required to import the Redistributables or install them locally.

Documentation

Full documentation for the module is located at https://stealthpuppy.com/VcRedist/index.html

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].