felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

Computer won't boot after failed installation. #167

Closed tamirco2003 closed 5 years ago

tamirco2003 commented 5 years ago

I tried installing, the installer was stuck on "finished installing python 2.7". I stopped it with ctrl+c and tried again. It said that it's still installing, and I need to wait until it finishes installing. I restarted my computer, and now it won't even reach the desktop. What do I do?

jacobq commented 5 years ago

I restarted my computer, and now it won't even reach the desktop.

I'm sorry you are having trouble, but unfortunately it sounds like it is beyond the scope of the windows-build-tools project, and thus this is not the place to get support for it. All this program does is download and launch other installers (i.e. Python & Microsoft's C++ build tools, see constants.ts). If the problem you're having happened to begin occurring after attempting to install this package then I suspect it was either a coincidence (something else wrong already / failed since previous reboot) or that something was corrupted (left in an inconsistent state) by you aborting the installer. You'll likely need to proceed with general purpose recovery steps to undo whatever caused the problem (e.g. boot alternate media, scan file system for inconsistency with chkdsk, scan OS file signatures with sfc, ..., see if you can uninstall recently installed packaged, use a restore point, etc.).

See also: