GithubHelp home page GithubHelp logo

Comments (3)

waiting4love avatar waiting4love commented on August 29, 2024

补充:
在这个注册项里:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall{89ed6293-813d-4d4e-9004-4233efc2bae7}
snipaste_2018-02-10_12-12-52

解决方法:
在ltlvcrt.props第25~26行改成这样,但是有点丑:
<!--计算机已经安装Visual Studio 2015 Update3 KB3165756 ?--> <VC-LTLUsedToolsVersion>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{4B1849F2-3D49-325F-B997-4AD0BF5B8A09}@DisplayVersion)</VC-LTLUsedToolsVersion> <VC-LTLUsedToolsVersion Condition=" '$(VC-LTLUsedToolsVersion)'=='' ">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4B1849F2-3D49-325F-B997-4AD0BF5B8A09}@DisplayVersion)</VC-LTLUsedToolsVersion> <VC-LTLUsedToolsVersion Condition=" '$(VC-LTLUsedToolsVersion)'=='' ">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{89ed6293-813d-4d4e-9004-4233efc2bae7}@DisplayVersion)</VC-LTLUsedToolsVersion> <VC-LTLUsedToolsVersion Condition=" '$(VC-LTLUsedToolsVersion)'=='' ">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{89ed6293-813d-4d4e-9004-4233efc2bae7}@DisplayVersion)</VC-LTLUsedToolsVersion> <VC-LTLUsedToolsVersion Condition=" '$(VC-LTLUsedToolsVersion)'>'14.0.24225' ">14.0.24225</VC-LTLUsedToolsVersion>

from vc-ltl.

mingkuang-Chuyu avatar mingkuang-Chuyu commented on August 29, 2024

这样是不行的……因为某些人没有VS2015,但是单纯安装了2015工具集。另外我需要取的是CRT Heard斑斑。你的环境可能有点特殊。
方便吧这个注册表导出给我看看吗?你可以加VC-LTL QQ群633710173,然后把这个注册表丢给我。谢谢

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall

from vc-ltl.

mingkuang-Chuyu avatar mingkuang-Chuyu commented on August 29, 2024

已经解决,原来VS 2015 Update3本身版本号就是24210,但是VS 2017 for VC 2015 Update3平台工具集版本号是 24225

from vc-ltl.

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.