Git Product home page Git Product logo

Comments (4)

abbodi1406 avatar abbodi1406 commented on August 16, 2024

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"

from vcredist.

drw2005 avatar drw2005 commented on August 16, 2024

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>

from vcredist.

abbodi1406 avatar abbodi1406 commented on August 16, 2024

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

from vcredist.

drw2005 avatar drw2005 commented on August 16, 2024

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!

from vcredist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.