[Repack] Visual C++ Redistributable Runtimes [2024-04-11]

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,191
    84,694
    340
  2. DiamondMon

    DiamondMon MDL Addicted

    Jul 31, 2009
    655
    1,600
    30
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,191
    84,694
    340
    it's for Windows 10/11 ARM64

    VC_redist.arm64.exe include arm64 and x64 emulation
    VC_redist.x86.exe can be installed on arm64
     
  4. retalv

    retalv MDL Novice

    Dec 5, 2007
    4
    1
    0
    Yes, those links.

    Many many thanks! Alone I could never have found the way to find the links.
     
  5. Ultraform

    Ultraform MDL Junior Member

    Mar 17, 2013
    51
    18
    0
    Will you made this latest version in ".wa" file :O ?
     
  6. mrces2

    mrces2 MDL Novice

    Mar 20, 2011
    32
    11
    0
    Minor version update (17.2) released today:
    devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,191
    84,694
    340
  8. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,066
    394
    60
    Thank you for this repack! I find it useful for when games on Steam with their initial set-ups downgrade packages.
     
  9. loweistudio

    loweistudio MDL Novice

    Jan 13, 2021
    10
    11
    0
    Great work @abbodi1406 ! I'm following your Github page via RSS but I wanted to thank you there for the smooth C++ libraries installation you provide!
     
  10. Magmarock

    Magmarock MDL Member

    Oct 12, 2016
    175
    22
    10
    this is awesome @abbodi1406 I wish I could make something like this. Can this be installed silently or placed in the $EOM$ folder?
     
  11. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    Unattended switches: https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2022-04-08.76588/
    Code:
    Usage:        VisualCppRedist_AIO_x86_x64.exe [switches]
            All switches are optional, case-sensitive.
    
    /y - Passive mode, shows progress. *All* Runtime packages are installed.
    /ai - Quiet mode, no output shown. *All* Runtime packages are installed.
    /aiA - Quiet mode. *All* Runtime packages are installed, and hide ARP entries.
    /ai5 - Quiet mode. *Only* 2005 package is installed.
    /ai8 - Quiet mode. *Only* 2008 package is installed.
    /aiX - Quiet mode. *Only* 2010 package is installed.
    /ai2 - Quiet mode. *Only* 2012 package is installed.
    /ai3 - Quiet mode. *Only* 2013 package is installed.
    /ai9 - Quiet mode. *Only* 2022 package is installed.
    /aiT - Quiet mode. *Only* VSTOR 2010 package is installed.
    /aiE - Quiet mode. *Only* Extra VB/C package is installed.
    /aiV - Quiet mode. *Only* VC++ packages are installed.
    /aiM - Manual Install mode, shows installation script with prompt.
    /aiU - Manual Uninstall mode, remove all detected runtimes.
    /aiR - Auto Uninstall mode, remove all detected runtimes.
    /aiD - Debug mode, create VCpp_debug.log without install/uninstall any package.
    /aiP - Manual Hide or Show Runtimes entries in Add/Remove Programs panel.
    /aiH - Auto Hide Runtimes entries in Add/Remove Programs panel.
    /ai1 - Update mode. Only already installed packages are updated.
    
    /gm2 - Optional switch to disable extraction dialog for all other switches
    /sfxlang: - Set the program display language, if possible. Example: /sfxlang:1031
    /h | /? - Display help.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Magmarock

    Magmarock MDL Member

    Oct 12, 2016
    175
    22
    10
    I'm such an idiot. I found the readme in the source files that showed all the command switchers. Still thanks for showing this to me. I'm kind of jealous. I made my own tool for installing all VC++ files but it's not as good as this. It's bigger and takes longer. :<