[Update - V56] Visual C++ Runtime Installer by burfadel

Discussion in 'Application Software' started by burfadel, Apr 27, 2015.

  1. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,856
    90
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. retest

    retest MDL Junior Member

    Nov 2, 2010
    86
    38
    0
    #43 retest, Feb 14, 2017
    Last edited: Feb 14, 2017
    If you mention the md5/sha hash value of the files it would help.

    Tried to download 50a twice, got a corrupted file both times. Will try again tomorrow.

    EDIT : got the file.
    size = 22,873,886 bytes
    md5 = 80B4A1C249D642227201FE8BD4DEF50D
     
  4. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    #45 Mr.X, Feb 14, 2017
    Last edited by a moderator: Apr 20, 2017
  6. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    335
    629
    10
    the hashes match my download, so they should be correct.
    also, you can open the file with 7-zip and verify the archive.

    -andy-
     
  7. MoKiChU

    MoKiChU MDL Senior Member

    May 15, 2015
    498
    1,483
    30
  8. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    520
    30
  9. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,856
    90
    New build will be up tomorrow (much later today for me). It's a little late to do it at the moment as it's approaching 2 am/0200 Friday and I have to be up in a few hours :).
     
  10. Reducer

    Reducer MDL Junior Member

    Jul 30, 2014
    51
    69
    0
    #50 Reducer, Mar 9, 2017
    Last edited by a moderator: Apr 20, 2017
    On v50a, install.cmd, line 208
    Code:
    if %arch% equ x64 (copy /y old_runtimes\* "%windir%\syswow64">nul) else (copy /y old _runtimes\* "%windir%\system32%">nul)
    
    The space typo is probably preventing the deployment of old_runtimes folder contents for x86 systems, if I've understood it correctly.
     
  11. Kevin Rosas

    Kevin Rosas MDL Member

    Nov 27, 2016
    159
    104
    10
    Useful and manageable in any case
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    #53 abbodi1406, Mar 11, 2017
    Last edited by a moderator: Apr 20, 2017
    Code:
    if %arch% equ x64 (copy /y old_runtimes\* "%windir%\syswow64">nul) else (copy /y old _runtimes\* "%windir%\system32%">nul)
    "2017 runtimes are in-place upgrade for 2015 runtimes" is a better wording than rebranded :)
     
  13. Trev19

    Trev19 MDL Member

    Feb 1, 2011
    100
    10
    10
    Thanks @Burf :)
     
  14. Thiersee

    Thiersee MDL Novice

    Nov 3, 2013
    41
    41
    0
    #55 Thiersee, Mar 11, 2017
    Last edited by a moderator: Apr 20, 2017
    This space typo is already present in version 47 (the oldest I still have); the newer versions from that folder are not installed if OS x86.

    Edit:
    with a corrected install.cmd (space and "%"-character deleted) works.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    42
    35
    0
    Dear burfadel,

    Firstly, thank you so much for your tools. Especially "Visual C++ Redist Installer": I only update this tool for VC updates. I still don't understand that why Windows 10 isn't contains all the VC++ runtimes. Microsoft should have done itself. :wallbash: They are tired of all you. :(

    I'd installed the lastest version(V51). I just tried to run Youtube-dl. Youtube-dl can't found "msvcr100.dll". I looked VC++ parts at Contral Panel. Not existed VC+ 2010 x86.

    I installed the vc_red.msi after extracted from vcredist_x86_2010 folder of "Visual C++ Redist Installer V51.exe". Youtube-dl worked now.
    Most likely, a software should have erased it from my Win10-x64-15063.

    Thank you for all efforts.
     
  16. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,856
    90
    #60 burfadel, Apr 25, 2017
    Last edited: May 21, 2017
    (OP)