How to include VcRedist in OSD Task Sequence

Boopathi S 3,446 Reputation points
2021-07-28T17:03:38.36+00:00

Hi,

I need to include "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019" packages in OSD Task sequence.

https://support.microsoft.com/en-au/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

Please let me know whether VcRedist has to be created as application for each version and added to OSD Task sequence.
Guide me the approach.

Regards,
Boopathi

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
990 questions
0 comments No comments
{count} votes

Accepted answer
  1. Colin Ford 1,026 Reputation points
    2021-07-29T21:30:04.197+00:00

    The latest supported VCRedist installers can be found here https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

    The silent install switches for each are as follows (insert setup exe name before switch)
    VC2008 = /qb!-
    All others = /q /norestart

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. HanyunZhu-MSFT 1,846 Reputation points Microsoft Vendor
    2021-07-29T01:19:18.257+00:00

    Hi BoopathiSubramaniam-6294,

    Yes, It needs to be created for each version of VcRedist as an application and added to the OSD task sequence.

    For more details about install applications by using task sequencce, we could refer to the "Install Application" part in this article:
    https://video2.skills-academy.com/en-us/mem/configmgr/osd/understand/task-sequence-steps#BKMK_InstallApplication


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.