Hi in the past I was able to extract vc++ 2015-19 redistributable files inside with UniExtract.exe and i got all the files api* and other files , 51 files inside vcRuntimeMinimum_x86 and vcRuntimeMinimum_x64 and the 14 files inside vc_runtimeAdditional_x86/x64 I have downloaded vc++ 2015-2022 redistributable 64bit (and 32bit) from microsoft site , but i can't extract them I have download VC_redist.x64.exe 25.267.128 byte , hash sha-256 a9f5d2eaf67bf0db0178b6552a71c523c707df0e2cc66c06bfbc08bdc53387e7 and i have used UniExtractRC3 I got 3 folders VC_Runtime_arm64\ vcRuntimeAdditional_amd64\ vcRuntimeMinimum_amd64\ Patch\ inside vcRuntimeAdditional_amd64\ i got these files Code: mfc140.dll mfc140u.dll mfc140esn.dll mfc140chs.dll mfc140cht.dll mfc140deu.dll mfc140enu.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfcm140.dll mfcm140u.dll indide vcRuntimeMinimum_amd64\ i got these Code: msvcp140.dll msvcp140_2.dll concrt140.dll msvcp140_1.dll msvcp140_atomic_wait.dll msvcp140_codecvt_ids.dll vcomp140.dll vcamp140.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll inside VC_Runtime_arm64 i got these files Code: vcruntime140.dll vcamp140.dll vccorlib140.dll vcomp140.dll mfc140.dll mfc140u.dll msvcp140.dll msvcp140_2.dll msvcp140_atomic_wait.dll concrt140.dll vcruntime140_1.dll msvcp140_codecvt_ids.dll mfc140esn.dll msvcp140_1.dll mfc140chs.dll mfc140cht.dll mfc140deu.dll mfc140enu.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll can sombody try to extract or tell me what's wrong and why i can't extract all the files ? thanks
Looks like all the files to me. Anyway, I always get the latest vc++ files from here: https://github.com/abbodi1406/vcredist/releases. You can extract every file just using 7-Zip. You don't even need UniExtractRC3 (which I also use frequently). Plus with this file all you need to do is execute it and it will automatically delete the older files and update with the latest. BTW, this is always ahead of the Microsoft releases.
Hi I use these file to copy in the same folder of a program that does need visual c++ , for example audacity 3.0.0 (portable 32bit) or tagscanner 64bit portable ,just because i don't want to install lots of visual c++ vc++ 2015-2022 does miss api-ms-win-core*.dll when i have extracted the file from VC_redist.x64.exe ( Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.28.29325) I got all the api-ms-win-core*.dll if i copy the vc++ 2015-2022 extracted files inside audacity 3.0.0 ,it doesn't start thanks ltsnow for the answer and the link!