Git Product home page Git Product logo

Comments (1)

abbodi1406 avatar abbodi1406 commented on August 16, 2024
  • Installer doesn't add or remove any VS registry, and nothing changed compared to previous versions
  • When you say v75, you would mean VC++ 14.38.32919.0 because that's what changed
  • VS2022 non preview contain older vcredist 14 version, which will be replaced by the above version, this may make VS complain that's one of its components are missing
  • I checked the registry which new vcredist add, it's the same as all previous versions
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0]
"SP"=dword:00000000
"SPIndex"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeAdditional]
"Install"=dword:00000001
"InstallerType"="MSI"
"SP"=dword:00000000
"SPIndex"=dword:00000000
"SPName"="RTM"
"UpdateVersion"="14.38.32919"
"Version"="14.38.32919"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeMinimum]
"Install"=dword:00000001
"InstallerType"="MSI"
"SP"=dword:00000000
"SPIndex"=dword:00000000
"SPName"="RTM"
"UpdateVersion"="14.38.32919"
"Version"="14.38.32919"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64]
"Bld"=dword:00008097
"Installed"=dword:00000001
"Major"=dword:0000000E
"Minor"=dword:00000026
"Rbld"=dword:00000000
"Version"="v14.38.32919.00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VC\Servicing\14.0]
"SP"=dword:00000000
"SPIndex"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeAdditional]
"Install"=dword:00000001
"InstallerType"="MSI"
"SP"=dword:00000000
"SPIndex"=dword:00000000
"SPName"="RTM"
"UpdateVersion"="14.38.32919"
"Version"="14.38.32919"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeMinimum]
"Install"=dword:00000001
"InstallerType"="MSI"
"SP"=dword:00000000
"SPIndex"=dword:00000000
"SPName"="RTM"
"UpdateVersion"="14.38.32919"
"Version"="14.38.32919"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\X86]
"Bld"=dword:00008097
"Installed"=dword:00000001
"Major"=dword:0000000E
"Minor"=dword:00000026
"Rbld"=dword:00000000
"Version"="v14.38.32919.00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\X64]
"Bld"=dword:00008097
"Installed"=dword:00000001
"Major"=dword:0000000E
"Minor"=dword:00000026
"Rbld"=dword:00000000
"Version"="v14.38.32919.00"

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.