Skip to main content

Install Microsoft Visual C++ Redistributable

Summary

An Automate implementation of the Invoke-VcRedistModule agnostic script to install the Microsoft Visual C++ Redistributable. By default, the script will install the supported redistributable unless a user parameter is set.

Sample Run

Sample Run

Variables

NameDescription
ProjectNameInvoke-VCRedistModule
WorkingDirectoryC:/ProgramData/_automation/script/Install-VCRedist

User Parameters

NameExampleRequiredDescription
Release20192012, 2013, 2022FalseSet the release id(s) of the Redistributable to install.
Purge1FalseSetting this parameter to 1 will remove the unsupported Redistributable and install the supported Redistributable.