Microsoft Visual C++ 2010 Redistributable

Redistro 211 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.

Developer technologies Visual Studio Setup
Microsoft Security Intune Other
Developer technologies Visual Studio Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 53,981 Reputation points Microsoft External Staff
    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.


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.