Skip to content

Releases: EUCPilots/vcredist

v4.1.480

Choose a tag to compare

@github-actions github-actions released this 15 Mar 09:57
16307ca
Merge pull request #129 from aaronparker/development

Update VisualCRedistributables.json

v4.0.461

Choose a tag to compare

@github-actions github-actions released this 16 Feb 22:13
3991e7c
Update module 4.0.461

v4.0.460

Choose a tag to compare

@github-actions github-actions released this 09 Jan 23:12
d0011f0
  • 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-VcRedist to return status codes for uninstall results
  • Updates Export-VcManifest to output a System.IO.FileSystemInfo object instead of a string
  • Fixes an issue with Get-InstalledVcRedist where is was not exporting only the installed Redistributables by default
  • Renames Test-VcRedistDownload to Test-VcRedistUri to better align with function purpose
  • Changes the Download property to URI in the Visual C++ Redistributable manifest
  • Fixes install command lines in the Visual C++ Redistributable manifest that were using noreboot instead of norestart
  • 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

Choose a tag to compare

@github-actions github-actions released this 10 Nov 01:22
159722e
v3.0.338

v3.0.337

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:46
v3.0.337
f531ff7
  • Update for VcRedist 2022 version 14.32.31332.0

v3.0.336

Choose a tag to compare

@github-actions github-actions released this 11 May 00:47
v3.0.336
fe825a3
  • Update for VcRedist 2022 version 14.32.31326.0

v3.0.335

Choose a tag to compare

@github-actions github-actions released this 07 Apr 00:09
v3.0.335
2f52cee
  • Adds Import-VcIntuneApplication to import the Visual C++ Redistributable into a target Microsoft Intune tenant. For this release, adding assignments to the application via Import-VcIntuneApplication is not supported. The function will return the Intune application objects that can be used to add assignments with the Add-IntuneWin32AppAssignmentAllDevices function in IntuneWin32App
  • Adds private function New-TemporaryFolder
  • Updates tests for new functions
  • Updates documentation for Import-VcIntuneApplication