Visual Studio 2015 installer hangs during install?

前端 未结 30 2174
小蘑菇
小蘑菇 2020-11-28 21:29

I downloaded the full ISO for Visual Studio Ultimate CTP 6. The installation program got to about the 90% mark, gauging by the progress bar, and just stuck there. There wa

相关标签:
30条回答
  • 2020-11-28 21:37

    I had the same problem when I tried to install VS 2015 RC from ISO. It got stuck during Android SDK Setup (API Level 19 & 21, System Images). For me the problem was metered Wi-Fi connection. The installer didn't download necessary files.

    Turning off the Internet connection resolved the problem. When installation finished, it said that some components were not installed and it will try to download and install them later.

    0 讨论(0)
  • 2020-11-28 21:37

    When stuck on Visual Studio Preparation:

    I killed vs_enterprise.exe with higher PID, Visual Studio threw an error, that "pipe is being closed". Restarted PC & Logged in. Visual Studio started automatically and has completed within 1 minute.

    0 讨论(0)
  • 2020-11-28 21:39

    The current version of AVG Free antivirus is incompatible with Microsoft Visual Studio 2015.

    1. It does not allow Visual Studio to be installed on the computer. It gets stuck at "Creating restore point". Visual Studio installs perfectly when AVG is turned off.

    2. Any code compiled in "Release" mode targeting x86 platform/environment (in project properties) does not compile. It compiles successfully when AVG is turned off.

    I posted the issues in AVG support forum but no one responded.

    0 讨论(0)
  • 2020-11-28 21:39

    This solution is a safe mix of killing the sub tasks answer and the waiting answer:

    • when the installer gets stuck, simply launch the task manager and kill the process
    • if you attempt to run the app again, it will say that the app installation is not complete
    • run the installer again, and click on repair
    • installs fine
    0 讨论(0)
  • 2020-11-28 21:40

    Check if your Windows has pending updates. After the restart, installation worked as expected.

    0 讨论(0)
  • 2020-11-28 21:40

    I got stuck during Android SDK Setup (API Level 19 and 21) Turning OFF and ON the Internet connection resolved the issue and the installation completed successfully.

    0 讨论(0)
提交回复
热议问题