Visual studio 2017 installer won't run after extracting

前端 未结 19 1729
遥遥无期
遥遥无期 2020-12-03 11:28

visual studio 2017 community.exe won\'t run after extracting to the temp.

OS: windows 10 x64bit

Setup : community version

in the temp folder bootstra

19条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 12:03

    Faced the same problem with Visual Studio 2019, but I think version doesn't matter here. This thread helped me: https://developercommunity.visualstudio.com/content/problem/326811/vs-community-installer-not-running-working.html. The reason was in somehow corrupted .NET files.

    Actions applied:

    • deleted all apps with "Microsoft .NET" in name using https://support.microsoft.com/ru-ru/help/17588/windows-fix-problems-that-block-programs-being-installed-or-removed
    • downloaded and installed latest version of .NET Framework Runtime (not .NET Core Runtime) from https://dotnet.microsoft.com/download, in my case it was version 4.8
    • restarted PC

    This helped me.

提交回复
热议问题