abbodi1406 / vcredist

AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装vc_runtimeAdditional_x64.msi和vc_runtimeMinimum_x64.msi出错求解决!

drw2005 opened this issue · comments

64位win7,安装到上述两个文件时,提示如下:

手动选择该文件也不行,请教解决办法!
谢谢

Open Command Prompt
copy, paste and run the following command, then copy and post the result
for /f %# in ('reg query "HKCR\Installer\Products" /f "Microsoft Visual C++ 2022" /s /d ^| findstr /i Products') do @reg query "%#\SourceList"

C:\Users\Administrator>for /f %# in ('reg query "HKCR\Installer\Products" /f "Mi
crosoft Visual C++ 2022" /s /d ^| findstr /i Products') do @reg query "%#\Source
List"

HKEY_CLASSES_ROOT\Installer\Products\06093EA0902F50D4BA7C458B9FFC3AE2\SourceList

PackageName    REG_SZ    vc_runtimeMinimum_x64.msi
LastUsedSource    REG_EXPAND_SZ    n;1;C:\Users\Administrator\AppData\Local\Temp\7ZipSfx.000\2022\x64\

HKEY_CLASSES_ROOT\Installer\Products\06093EA0902F50D4BA7C458B9FFC3AE2\SourceList\Media
HKEY_CLASSES_ROOT\Installer\Products\06093EA0902F50D4BA7C458B9FFC3AE2\SourceList\Net

HKEY_CLASSES_ROOT\Installer\Products\3EA73AD7EA8D1B94B9CD32ACA09BFF22\SourceList

PackageName    REG_SZ    vc_runtimeAdditional_x64.msi
LastUsedSource    REG_EXPAND_SZ    n;1;C:\Users\Administrator\AppData\Local\Temp\7ZipSfx.000\2022\x64\

HKEY_CLASSES_ROOT\Installer\Products\3EA73AD7EA8D1B94B9CD32ACA09BFF22\SourceList\Media
HKEY_CLASSES_ROOT\Installer\Products\3EA73AD7EA8D1B94B9CD32ACA09BFF22\SourceList\Net

HKEY_CLASSES_ROOT\Installer\Products\D170F7F20D3849942873B7509754F24D\SourceList\Media
HKEY_CLASSES_ROOT\Installer\Products\D170F7F20D3849942873B7509754F24D\SourceList\Net

HKEY_CLASSES_ROOT\Installer\Products\EF5920F5AAD340C4496AA2CFD637D943\SourceList\Media
HKEY_CLASSES_ROOT\Installer\Products\EF5920F5AAD340C4496AA2CFD637D943\SourceList\Net

C:\Users\Administrator>

Execute this in command prompt then try installation again

reg delete HKCR\Installer\Products\06093EA0902F50D4BA7C458B9FFC3AE2\SourceList /f
reg delete HKCR\Installer\Products\3EA73AD7EA8D1B94B9CD32ACA09BFF22\SourceList /f

Execute this in command prompt then try installation again

reg delete HKCR\Installer\Products\06093EA0902F50D4BA7C458B9FFC3AE2\SourceList /f
reg delete HKCR\Installer\Products\3EA73AD7EA8D1B94B9CD32ACA09BFF22\SourceList /f

Installation complete, thank you!