microsoft / VisualStudioUninstaller

Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
www.visualstudio.com
Other
3.92k stars 573 forks source link

When is it finished #96

Closed JohnCHill closed 6 years ago

JohnCHill commented 6 years ago

How do I know when the uninstaller is finished? It has been running for 30 minutes.

heaths commented 6 years ago

Uninstalling dozens of not hundreds of packages can take time. If you use the normal uninstaller (this project is for if that doesn't work - not for normal situations as this bypasses certain features to protect you from breaking Sommer other products), you get progress.

Command line control will be returned when this console app is finished.

JohnCHill commented 6 years ago

Thank you!