Microsoft Visual C++ 2010 Redistributable

Discussion in 'Operating Systems' started by iFRAC7UR3, Sep 21, 2012.

  1. thatguy91

    thatguy91 Guest

    Realised the last version I linked on here was v19, so here is v24a:

    Visual C++ Redist Installer V24a- http://db.tt/GxoAyvna
    All other stuff - https://www.dropbox.com/sh/yvo0u5lrac3whv2/j3Uhlqc9j8


    The changes between v19 and v24 is that the versions of some of the runtimes were updated.

    Note: Just upped v24a. Functionally it is identical (in that it won't affect programs etc), just had to add the Windowsupdate satisfaction for old security update KB2538243. The updated files are cumulative, so already includes the changes made with the KB2538243 update.
     
    Last edited by a moderator: May 29, 2013
  2. yosef019

    yosef019 Ancient Guru

    Messages:
    2,186
    Likes Received:
    17
    GPU:
    EVGA 1080 ti
  3. thatguy91

    thatguy91 Guest

  4. thatguy91

    thatguy91 Guest


  5. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,560
    GPU:
    GF RTX 4070
    I can write application which would recursively search for msvc*.dll files in folder, show them in a list and allow to select ones to remove (or rename).
     
    Last edited: Jun 5, 2014
  6. thatguy91

    thatguy91 Guest

    That would be good! I have heard from a couple of people over time that by using the installer and manually deleting the files in games folder actually fixed issues they had with game crashes and freezes, which makes sense.

    The files to delete are (all .dll files)
    appcrt
    desktopcrt
    vcruntime

    The above are part of the new Visual Studio 14 runtime system, these three files replace the use of msvcr (dll) in earlier versions. Visual Studio 14 is currently being developed, it is the successor to Visual Studio 2013 (they're going back to using numbers).

    The remaining .dll are:
    mfc
    mfcm
    vcamp
    vccorlib
    vcomp
    msvcp
    msvcm
    atl


    These are followed by 80, 90, 100, 110, 120, 140 for Visual Studio 2005, 2008, 2010, 2012, 2013, and 14 and then some are also followed by more things (like u, or language specific suffixes).

    There is no 130 as there is no Visual Studio 13. I guess they went straight from 2013 (Visual Studio 12) to 14 because it would be 'confusing' to some to have Visual Studio 2013 followed by Visual Studio 13.

    Searching for the numbers afterwards probably isn't necessary. I would also suggest exclusions for the search such as C:\Windows, antivirus folders like Avast, and Visual studio folders.
     
  7. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,560
    GPU:
    GF RTX 4070

    Good specification.
     
  8. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,725
    Likes Received:
    1,854
    GPU:
    EVGA 1070Ti Black

Share This Page