Visual studio 2017 installer won't run after extracting

前端 未结 19 1736
遥遥无期
遥遥无期 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:00

    Nothing worked for me here however i was able to find out that there was an error with the main.js file that he couldn't find the temp folder. so i looked up the environment variables and indeed for my current user TEMP was not set resp. empty. i copied the default temp value(%SystemRoot%\TEMP) for all users to my current user TEMP variable and afterwards everything worked

提交回复
热议问题