Microsoft Visual C++ 2010 Redistributable

Redistro 186 Reputation points
2023-05-26T11:36:00.9866667+00:00

We have a couple of machine that has the 2010 redist that I need to patch ASAP. What is the recommended approach, uninstall it and then reinstall latest version or upgrade?

If I need to uninstall, what is the best way to do it via Intune, I have checked for PowerShell command and cant find any.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
963 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,327 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 42,956 Reputation points Microsoft Vendor
    2023-05-29T02:23:11.81+00:00

    @Redistro, Thanks for posting in Q&A. For the Microsoft Visual C++ app, you can check if there's any install command to uninstall which can run silently without user interaction.

    If yes, you can consider deploy it via Win32 app. For win32 app, we can use required assignment to deploy the app, use uninstall assignment to uninstall the app. Use Supersedence to deploy update. Here is a link with more details for your reference:

    https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-add

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.