Releases: EUCPilots/vcredist
Releases · EUCPilots/vcredist
Release list
v4.1.480
Merge pull request #129 from aaronparker/development Update VisualCRedistributables.json
v4.0.461
v4.0.460
- This update is primarily a result of code improvements through implementing additional testing and code coverage reports
- Includes general code improvements including simplifying routines and consistent throwing behavior in the event of errors
- Changes the output from
Uninstall-VcRedistto return status codes for uninstall results - Updates
Export-VcManifestto output aSystem.IO.FileSystemInfoobject instead of a string - Fixes an issue with
Get-InstalledVcRedistwhere is was not exporting only the installed Redistributables by default - Renames
Test-VcRedistDownloadtoTest-VcRedistUrito better align with function purpose - Changes the
Downloadproperty toURIin the Visual C++ Redistributable manifest - Fixes install command lines in the Visual C++ Redistributable manifest that were using
norebootinstead ofnorestart - Adds internal validation when creating a drive mapping to an MDT deployment share
- Removes private functions that were not being used or providing critical functionality
v3.0.338
v3.0.337
- Update for VcRedist 2022 version
14.32.31332.0
v3.0.336
- Update for VcRedist 2022 version
14.32.31326.0
v3.0.335
- Adds
Import-VcIntuneApplicationto import the Visual C++ Redistributable into a target Microsoft Intune tenant. For this release, adding assignments to the application viaImport-VcIntuneApplicationis not supported. The function will return the Intune application objects that can be used to add assignments with theAdd-IntuneWin32AppAssignmentAllDevicesfunction inIntuneWin32App - Adds private function
New-TemporaryFolder - Updates tests for new functions
- Updates documentation for
Import-VcIntuneApplication