The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    C++ Redistributable Packages

    Discussion in 'Windows OS and Software' started by joehempel, Sep 3, 2011.

  1. joehempel

    joehempel Notebook Consultant

    Reputations:
    1
    Messages:
    188
    Likes Received:
    0
    Trophy Points:
    30
    Just wondering if I can un-install all the C++ Redistributable Packages except for the one that's the most up-to-date.

    My Add/Remove Software list is just a mess LOL.
     
  2. qhn

    qhn Notebook User

    Reputations:
    1,654
    Messages:
    5,955
    Likes Received:
    1
    Trophy Points:
    205
    I would recommend just removing everything and re-installing new with the latest version

    cheers...
     
  3. davepermen

    davepermen Notebook Nobel Laureate

    Reputations:
    2,972
    Messages:
    7,788
    Likes Received:
    0
    Trophy Points:
    205
    you can remove them, but expect apps to not like it. they might rely on that older version. they're not cumulative, each one exists on it's own. sometimes, app need a specific one to work properly.
     
  4. joehempel

    joehempel Notebook Consultant

    Reputations:
    1
    Messages:
    188
    Likes Received:
    0
    Trophy Points:
    30
    Okay. I'll leave them. Thanks. I was hoping it was cumulative.
     
  5. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    functionality they may be cumulative but the name of the DLL is kind of embedded in the caller application so removing the package(thus the DLL like vcrt900.dll) would make apps that compiled and linked against that to be not working.