-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vs2017 webbuildtools: installation still running in the background after Choco reports successfull install #13
Comments
Possibly related to #7. Did this happen on a fresh installation of VS 2017 or did you already have VS 2017 installed for some time and only now decided to add the webbuildtools workload to it? |
I had vs_installer on that machine, but it was crashing with node.dll is missing error(https://developercommunity.visualstudio.com/content/problem/24239/cannot-uninstall-microsoft-visual-studio-2017-inst.html). May be VS installation is corrupted on the machine. |
I think what happened was that when you launched |
…ninstaller processes GitHub-Issue: GH-13
… VS product installation GitHub-Issue: GH-13
…n the modify path GitHub-Issue: GH-13
… processes are running GitHub-Issue: GH-13
… for VS installer processes GitHub-Issue: GH-13
…es some time to exit GitHub-Issue: GH-13
…nstallerProcesses GitHub-Issue: GH-13
…ore robust - dispose process handles to avoid the process objects being kept alive until the GC runs - filter out already exited processes to avoid false positives - if any processes were detected, look again once they finish in order to detect any spawned child processes GitHub-Issue: GH-13
…ected Wait-Process behavior There have been cases observed where all processes already exited, yet Wait-Process did not return. GitHub-Issue: GH-13
Reported on Disqus:
The text was updated successfully, but these errors were encountered: