How can resume the update of visual studio 2022?(READ DETAILS)

Blokc 0 Reputation points
2023-10-22T10:37:56.01+00:00

When I finishing coding an Enemy AI script for a game I was working on I closed the all my windows and updated the visual studio 2022, while updating I got up to get something and then I accidently trip over my pc cable and my pc screen went black, I turn it back on and go resume the update but it won't resume and I can't remove or modify it all it says is "Sorry, something went wrong".

Plz help.

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.
1,009 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 29,446 Reputation points Microsoft Vendor
    2023-10-23T02:58:56.5033333+00:00

    Hello @Blokc ,

    Welcome to Microsoft Q&A forum.

    If VS Installer provides the "Repair" option(Normally More > Repair), then please click it and try to repair VS.   

    Some VS files may be corrupted, you can download and run this collect.exe tool. Go to %Temp% folder and search for a file/folder called vslogs.zip. Extract the files from vslogs.zip, open the sub-folder called Temp, check the files start with dd_bootstrapper, dd_installer and dd_setup. If you find any detailed error messages like failing to install/update XXXX package, then please try to search and find that package in C:\ProgramData\Microsoft\VisualStudio\Packages, remove/rename that specific folder and repair VS/continue updating VS. If you find other error message, please share it with us.

    You can also directly uninstall VS manually and reinstall it by following below steps:

    1. Close VS and rename following folders:
    • C:\Program Files (x86)\Microsoft Visual Studio
    • C:\Program Files\Microsoft Visual Studio
    • %programdata%\Microsoft\visualstudio\packages
    1. Rename this folder: C:\Users\Administrator\AppData\Local\Microsoft\VisualStudio\17.0_xxxxxxxx.
    2. Rename %Temp% folder(you may need to reboot your machine before renaming %Temp% folder).
    3. Download a new VS setup file and put it into a new clean folder, double click to install VS.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.