-
-
Notifications
You must be signed in to change notification settings - Fork 23
Labels
Description
Expected Behavior
VcRedist 2012, 2013, 2019 detected as installed by Config Mgr.
Current Behavior
VcRedist 2008 and 2010 are being installed and detected correctly by Config Mgr. VcRedist 2012, 2013, 2019 are being installed, they show up in Control Panel -> Add remove programs, but Config Mgr isn't detecting them as such.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- $VcList = Get-VcList
- Get-VcRedist -VcList $VcList -Path "C:\Temp\VcRedist"
- Import-VcConfigMgrApplication -VcList $VcList -Path "C:\Temp\VcRedist" -CMPath "\myshare" -SMSSiteCode xxx
- Deploy Visual C++ Redistributable for Visual Studio 2019 x64 to a collection in Config Mgr
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- VcRedist Version: 2.0.168
- PowerShell Version: 5.1.17763.1007
- Operating System: Server 2019 x64 and Windows 10 1909 x64