Failed Visual Studio 2015 installation

前端 未结 4 1807
轻奢々
轻奢々 2020-12-12 07:29

I tried to install Visual studio 2015 express for Windows 10 on my windows 10 but it failed and didn\'t install.

Here is a picture:

I tried uninstalling an

相关标签:
4条回答
  • 2020-12-12 08:04

    Solution that did it for me is: 1. Go to Control Panel. 2. Go to User Accounts. 3. Make Changes to my account in PC settings. 4. Click Sign in with a local account (if you are logged with a microsoft account). 5. Sign in with the local account and you're done.

    0 讨论(0)
  • 2020-12-12 08:06

    I had a similar Visual Studio install failure ("User cancelled" and "Overlapped I/O" messages) on Win 8.1 Pro. I eventually found this thread:

    http://blogs.msdn.com/b/vsnetsetup/archive/2014/10/27/error-997-overlapped-i-o-operation-is-in-progress-kb2918614-breaks-windows-installer-service.aspx

    After I renamed the C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18 folder then the VS install worked fine.

    0 讨论(0)
  • 2020-12-12 08:12

    For me it was almost the same. Just first time I was installing community version. and it failed. Maybe it happend because I lost my internet connection. And one of the packages were downloaded wrong. after that no mater If I tryed community online installation or dream-spark community or Enterprise. It always failed.

    So suggestion to delete C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18 folder worked just fine. I just didn't want to repeat installation, so I deleted it everywhere it was created. After that tryed adding more features ant it worked without deleting S_1-5-18.

    So thnx PaulM

    0 讨论(0)
  • 2020-12-12 08:13

    It's almost impossible to "tell" you what's wrong or how to fix this. The error is coming from the fact that your crypto store is somehow corrupt. It happens sometimes, it's hard to say why. Last time I had these kind of issues I decided to do a fresh install of Windows 10 and that made all the problems go away. I ended up in that state because I updated the firmware of my laptop. Did not figure out exactly what went wrong, It doesn't take too long to do a fresh install, it takes longer to try and figure it out.

    There are a few things that may help though, there are a few reasons this error may occur:

    • Virus scanner is running and doing funny thing.
    • You have a virus on your machine and it's doing funny things
    • You're using a mandatory or temporary Window Profile. Changing that to a normal profile should fix this issue.
    • It is possible that some part of your Windows Installer database has been corrupted, try running this Fit-It tool to see if that resolves the issue.

    If these things don't help, and you want to try something else, you can turn off the hash checks altogether WARNING this allows installation of corrupted MSI packages and is considered very insecure. Only do this as a last resort:

    1. Create a DWORD named SecureRepairPolicy with value 1 in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer

    Run the installation, which should succeed now and after rebooting reset the flag to either its previous value or delete it if it didn't originally exist.

    If you need Microsoft support with this issue, file a bug on Connect and be sure to attach the Visual Studio installation log collection data that is gathered by this tool.

    Note: many forum posts and other topics mention the deinstallation of specific Windows Hotfixes. This was an option, though insecure, when this problem was not yet part of the default installation and was specifically triggered by the installation of the hotfix. With Windows 10 there is no hotfix to uninstall, as the stuff that is causing this issue has been installed with the clean operating installation and cannot be uninstalled.

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