I can't install visual studio 2022, it shuts down by itself

David Hoàng 6 Reputation points
2021-11-12T08:51:33.983+00:00

148823-image.png

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
972 questions
{count} vote

3 answers

Sort by: Most helpful
  1. Sreeju Nair 11,616 Reputation points
    2021-11-13T06:29:58.623+00:00

    Please refer the following thread that was reported and fixed.

    https://developercommunity.visualstudio.com/t/Visual-Studio-Installer-crashes-after-up/1356122

    Follow the steps and see whether it helps.


  2. Sreeju Nair 11,616 Reputation points
    2021-11-14T10:04:50.327+00:00

    One of the option is to create an offline installer for Visual Studio and try. See the following blog post

    https://weblogs.asp.net/sreejukg/create-an-offline-installer-for-visual-studio-2017


  3. Sreeju Nair 11,616 Reputation points
    2021-11-15T04:49:17.19+00:00

    Delete the Visual Studio Installer folder to fix upgrade problems

    Close the Visual Studio Installer.  
    Delete the Visual Studio Installer folder. Typically, the folder path is C:\Program Files (x86)\Microsoft Visual Studio\Installer.  
    Run the Visual Studio Installer bootstrapper. You might find the bootstrapper in your Downloads folder with a file name that matches a vs_[Visual Studio edition]__*.exe pattern. Or, you can download the bootstrapper for your edition of Visual Studio from the Visual Studio downloads page. Then, run the executable to reset your installation metadata.  
    Try to install or update Visual Studio again. If the Visual Studio Installer continues to fail, proceed to the Report a problem step.  
    

    Reference: https://learn.microsoft.com/en-us/visualstudio/install/troubleshooting-installation-issues?view=vs-2022

    and this

    https://learn.microsoft.com/en-us/answers/questions/470988/what-do-i-do-with-a-corrupt-installation-of-visual.html

    0 comments No comments