Share via

Multiple Microsoft Visual C++ Redistributable installs

Anonymous
2010-06-17T04:13:23+00:00

Multiple programs have installed C++ redistributable programs on my computer.  Is it okay to uninstall all but one or are certain programs reliant on certain versions? I have three builds of 2008  and three builds of 2005 (two are the same)

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2010-06-17T06:50:38+00:00

    Multiple programs have installed C++ redistributable programs on my computer.  Is it okay to uninstall all but one or are certain programs reliant on certain versions? I have three builds of 2008  and three builds of 2005 (two are the same)

    Hello Keith – Welcome to Microsoft Answers Community.

    I recommend you keep them; the programs that installed these

    packages depend on the MSVC dynamic link library (dll). I recommend

    that you keep them. The programs that require them might crash if

    you remove them.

    I hope you find this information useful and if you need any further assistance,

    please feel free to contact me and let me know.

    I hope this information was helpful…

    Have a nice day…

    Best regards,

    Fisnik


    Itknowledge24.com

    100+ people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2010-06-17T13:27:43+00:00

    DON'T remove them! As a replacement of the "DLL he ll" (the forums sensors it without the space) (new version override old ones, which break older software) MS creates the WinSxS folder, and now multiple DLL versions can be stored side by side (SxS). Now the application uses the version it was build!

    So, NEVER uninstall a VC++ Runtime!


    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/

    70+ people found this answer helpful.
    0 comments No comments

30 additional answers

Sort by: Most helpful
  1. Anonymous
    2015-05-31T21:29:01+00:00

    Here is site for latest all version of  Microsoft Visual C++ Redistributable.

    You should have only installed last build of all version.


    Example for x64 OS:

    Microsoft Visual C++ Redistributable x86 2005

    Microsoft Visual C++ Redistributable x64 2005

    Microsoft Visual C++ Redistributable x86 2008

    Microsoft Visual C++ Redistributable x64 2008

    Microsoft Visual C++ Redistributable x86 2010

    Microsoft Visual C++ Redistributable x64 2010

    Microsoft Visual C++ Redistributable x86 2012

    Microsoft Visual C++ Redistributable x64 2012

    Microsoft Visual C++ Redistributable x86 2013

    Microsoft Visual C++ Redistributable x64 2013

    all last builds.


    There is no reason to have multiple builds! It is actually bad in some cases.  For example I had frame drops with multiple builds installed with COD: Modern Warfare.

    It is very irritating when almost all games and programs are installing they own builds

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-06-17T19:59:50+00:00

    Thank you both for the help and clarificatin on the functions.

    Another question regarding the runtimes... if the program that install these files is uninstalled, is the runtime uninstalled with it?

    AFAIK, NO!


    Itknowledge24.com

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-06-17T15:27:40+00:00

    Thank you both for the help and clarificatin on the functions.

    Another question regarding the runtimes... if the program that install these files is uninstalled, is the runtime uninstalled with it?

    1 person found this answer helpful.
    0 comments No comments