[Repack] Visual C++ Redistributable Runtimes [2024-03-13]

Discussion in 'Application Software' started by abbodi1406, Mar 9, 2018.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    The redist contain all runtimes (CRT, ATL, MFC, OpenMP)
    you only need the latest

    each of those redist is just labeled with the component that was fixed in the security update
     
  2. johnnywalls

    johnnywalls MDL Novice

    Aug 21, 2021
    12
    0
    0
    Then why did they release them separately? Those redists are different in size. I haven't checked the content yet but I'm curious if there's any difference between those two releases (MFC and ATL).
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    They are not released at the same time

    download/26347 is v8.0.50727.6195 - June 14, 2011
    contain security fix for MFC runtime (it include the 2009 security fix for ATL runtime too)

    download/14431 is v8.0.50727.4053 - July 28, 2009
    contain security fix for ATL runtime (along with all previous fixes for other components)

    no need to overcomplicate the situation
    just install latest security 8.0.50727.6195 or latest hotfix 8.0.50727.6229
     
  4. spriditis

    spriditis MDL Novice

    Mar 7, 2014
    33
    39
    0
    Later contain previous security patches/hotfixes - so all have different version number => binary different: *.dll
    #1: 8.0.50727.4053 (QFE.050727-4000)
    #2: 8.0.50727.6195 (QFE.050727-5600)
    v53: 8.0.50727.6229
     
  5. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    671
    296
    30
    VisualCppRedist_AIO_x86_x64_50r4.zip so this is latest updates?
     
  6. johnnywalls

    johnnywalls MDL Novice

    Aug 21, 2021
    12
    0
    0
    Hello again! I've got another question. In the description of the repack it says:
    "Universal CRT:
    complementary part of VC++ 2022 redist.
    ..."
    Does it mean that the UCRT is originally included in the VC++ 2022 redist or that the UCRT that is installed by the repack is somehow related to functionality of the 2022 redist (so it's recommended to install it)? I have already installed the 2022 redist separately with no issue on my Win7x64 so I'm wondering if i still have to install the UCRT.

    By the way, thank you for your help and explanations. I appreciate it! :)
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    If UCRT is not detected for Windows Vista / 7 / 8 / 8.1:
    - original VC++ 2022 redist will install update KB2999226
    - the repack install update KB3118401

    if your Win7 is updated with Monthly Rollup, it already include UCRT
     
  8. contanova

    contanova MDL Novice

    Sep 25, 2021
    2
    0
    0
    Hi, Could you tell me what tools are used in creating this installer? I looked for several SFX creation tools, but none came close to the quality of this installer.
     
  9. wilenty

    wilenty MDL Senior Member

    Jan 15, 2014
    270
    494
    10
  10. contanova

    contanova MDL Novice

    Sep 25, 2021
    2
    0
    0
    Thanks for the answer!
     
  11. elajitz

    elajitz MDL Novice

    Mar 22, 2014
    31
    3
    0
    Hey! will this work good whit Win 11 ? :)
     
  12. parafer

    parafer MDL Member

    Dec 20, 2016
    164
    105
    10
    Abbodi, your timing is exquisite :)
     
  13. jiafei2427

    jiafei2427 MDL Member

    Nov 26, 2020
    207
    54
    10
    @abbodi1406 I can't use it for unattended installations of winxp.
    Can only be extracted at T-13 but cannot continue to setup it . I think it's kill the process by itself after running install.cmd .
    Please , what should I do?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    install.cmd only use exit /b-/ goto : eof
    it should not exit the cmd.exe process if called from another script