I use a batch to install all. Creating the folder structure: Code: md "2005 SP1" "2008 SP1" "2010" "2012 Update 4" "2013" "2017" Then copy the setups to the corresponding folders. InstallAll.cmd (Tested on 7/8.1/10) Spoiler Code: @echo off %windir%\system32\reg.exe query "HKU\S-1-5-19" >nul 2>&1 || ( echo "Run as Administrator" echo. echo Press any key to exit... pause >nul exit ) cd /d "%~dp0" "2005 SP1\vcredist_x86.exe" /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i vcredist.msi /qb"" " "2008 SP1\vcredist_x86.exe" /qb "2010\vcredist_x86.exe" /passive /norestart "2012 Update 4\vcredist_x86.exe" /passive /norestart "2013\vcredist_x86.exe" /install /passive /norestart "2017\vc_redist.x86.exe" /install /passive /norestart if "%PROCESSOR_ARCHITECTURE%"=="AMD64" ( "2005 SP1\vcredist_x64.exe" /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb"" " "2008 SP1\vcredist_x64.exe" /qb "2010\vcredist_x64.exe" /passive /norestart "2012 Update 4\vcredist_x64.exe" /passive /norestart "2013\vcredist_x64.exe" /install /passive /norestart "2017\vc_redist.x64.exe" /install /passive /norestart ) exit
and how to uninstall old versions of vc dll's? that's the point - automatically uninstalling old versions, then install new By the way - people sometimes have installed many versions, almost all from the date of starting the computer good luck P.S. Once you create such standalone installers, to do not do it manually and spend half a day passing through the computers, looking for the lost in time and space of installed programs, that count so much on computer that the mouse simply does not want to move on the screen.
Hello gentlemen, Sorry for the late message, but not everyone on MDL are expert, check my post: #127 and other post quoted, or need help like: and I try to help these people because I was able to do it for myself. Nothing less, nothing more ... If someone does not like people like me who want to help others, just say so and I will create a new topic with my modification. Thank You ALL.
I use the batch script because in this way I only depend on myself and FOR MY NEEDS is enough and maybe it is for other people. And I also do not like the more entries in Programs and Features compared to the original setups. But as I said I had not thought of cases where it is necessary to uninstall old versions simply because I have not yet gone through it. But having alternatives is always good
Burfadel, are you here? I am sorry but are you still thinking about updating/supporting this package?
@abbodi1406 What's the difference between the api-ms-win-core files that come from Windows and those that come with Visual Redist, the one that comes with RS3 Windows 10 has a higher file-version.
Those have not changed since 2015, still the same 10586.15 and they are ment for XP Vista and later gets them with Universal CRT update
Thanks, abbodi1406, may I ask do you also have the direct download links for the latest available version of all the previous runtimes? I mean the 2005, 2008, 2010, 2012, and 2013. Of course searching/finding is not a hard thing to do, but just thought you may have them handy. Thanks a lot.
@wilenty none of those are latest i would post the latest, but that will spoil the porpose of repack AIO