by Dmitry [dimaka] Pavlov
25. August 2011 03:14
В мае я писал об иногда очень удобной утилите для удаления всех версий .NET Framework. Сегодня по каким-то неизвестным причинам (видимо замучал я IDE совсем и настало время ее реинкарнировать) перестал работать пакет TFS в моей Visual Studio 2010 Ultimate. И я хочу поделиться ссылками на утилиту для удаления многочисленных компонентов, которые устанавливает Visual Studio, но потом не всегда их может удалить.
Итак есть утилита для версии Visual Studio 2010:
Запустить Visual Studio 2010 Uninstall Utility можно в 3 разных режимах, цитирую:
- Default (VS2010_Uninstall-RTM.ENU.exe)
Uninstalls all top level products of 2010 release and its supporting components. This mode does not remove Visual Studio components shared with previous product releases (e.g. Visual Studio 2008) or system level updates such as Microsoft .NET Framework 4.0. - Full (VS2010_Uninstall-RTM.ENU.exe /full)
Removes Visual Studio 2010 and supporting products, including components shared with previous versions of Visual Studio. Note: may break features of previous versions of Visual Studio installed on the machine. This option does not remove Microsoft .NET Framework 4.0 from the machine. - Complete (VS2010_Uninstall-RTM.ENU.exe /full /netfx)
Removes entire set of Visual Studio 2010 and supporting products, including Microsoft .NET Framework 4.0 and components shared with previous versions of Visual Studio. Note: may break features of previous versions of Visual Studio or other products taking dependency on Microsoft .NET Framework 4.0.