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
Minor version update (17.2) released today: devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available
Thank you for this repack! I find it useful for when games on Steam with their initial set-ups downgrade packages.
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!
this is awesome @abbodi1406 I wish I could make something like this. Can this be installed silently or placed in the $EOM$ folder?
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.
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. :<