i cant install visual studio{visual studio installer has stopped working}

GODHANA exe 0 Reputation points
2023-10-01T15:30:27.63+00:00

when try to install visual studio i cant intall.it stopped working .i tried every other versions also.not working.windows 7 64 bit

link fot vslog = https://1drv.ms/u/s!Amb604zyg9tMbNeqdOFfEH2Zr14?e=xoN0a7

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
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
{count} votes

2 answers

Sort by: Most helpful
  1. Keith Derham 0 Reputation points
    2023-10-01T19:20:13.6333333+00:00

    Windows 7 went out of support in 2020 so there might be some compatability issues with the version(s) of Visual Studio you're trying to install. Perhaps upgrade to Windows 10 or 11 perhaps?


  2. Tianyu Sun-MSFT 29,446 Reputation points Microsoft Vendor
    2023-10-02T03:06:34.8466667+00:00

    Hello @GODHANA exe ,

    Perhaps, it’s related to the Windows OS version. Did you update and use the latest version of Windows 7?

    If so, I suggest you try to create an offline layout to install VS.

    You can download the bootstrapper file from here: Bootstrapper, open CMD as administrator and use the commands to download the workloads and components of VS 2022 into the layout, run the setup file which is stored in the generated layout folder to install VS 2022.

    Please remember to manually install the certificates after the downloading process finishes. This step is very important, as I guess that the certificates issue blocks you from downloading and installing VS. If you fail to download and generate the layout, please try to download it from another machine and move this layout to this machine after that.

    Besides, I agree with Keith. You may experience some issues with VS on end-of-supported Windows OS like Windows 7. See this document: Workarounds for Visual Studio 2022 on unsupported operating systems.

    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.