Visual Studio Uninstaller

Visual Studio Uninstallation 有时并不可靠,经常会留下许多不需要的痕迹。Visual Studio Uninstaller 可彻底可靠地移除这些不需要的工具。「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 arti…」

  • 所有者: microsoft/VisualStudioUninstaller
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Visual Studio Uninstaller

This executable is designed to clean up and delete Preview, RC and final releases of Visual Studio 2013 and Visual Studio 2015. It is designed to be used as a final resort to clean up a system of remaining artifacts from a non-successful installation, instead of having to reimage the machine.

WARNING: running this application may stop earlier remaining installations of Visual Studio 2012 and earlier from working, because Visual Studio 2012 and below share MSI upgrade code with Visual Studio 2013 and above.

Download: https://github.com/Microsoft/VisualStudioUninstaller/releases

How it works?

This app finds and uninstall every Preview/RC/RTM release of Visual Studio 2013 and 2015. It will first execute uninstall command on the bundle, and then it will uninstall any stale MSIs. The application contains a master list of Bundle IDs and upgrade codes for every MSI ever chained in by Visual Studio 2013-2015. It will not uninstall MSU or MSIs that marked as ReallyPermanent.

Status

Shipped

Contributing and building this project

See CONTRIBUTING.md

Goals/Vision/Scope

Our goal is to provide a way to thoroughly and reliably remove Visual Studio. This program first attempts to force uninstall Visual Studio from top down, and then remove any remaining MSIs and MSUs. This program will work on any BURN based Visual Studio; that means this program is only capable of removing Visual Studio 2012 - 2015.

Mailing list/contacts/forums

https://www.visualstudio.com/support/support-overview-vs

Usage

How to debug Total Uninstaller remotely?

IMPORTANT: Do not run this on your development machine without setting the DoNotExecuteProcess flag. This will prevent the application from uninstalling the very development environment you are working from.

To get the most out of the debug experience, I recommend the following:

  1. Create a VM with Dev14 installed.
  2. Start the 64-bit remote debugger with administrative privileges.
  3. Copy the debug Bin directory to the VM.
  4. Run the application with Administrative privileges.
  5. Create a snapshot of the machine using Hyper-V.
  6. Start a remote debugging session to your VM and attach.
  7. Step through to your hearts delight.
  8. If you find something you don’t like, restore the snapshot and recopy the Bin directory and go to step 6 again.

Using Total Uninstall:

  1. Download and unzip the zip file to a folder.
  2. Open cmd.exe with Administrative privileges
  3. Execute Setup.ForcedUninstall.exe
  4. Press Y and hit enter to run the application.
  5. If the application ask to reboot the system, please reboot the system, and rerun this application again.

Commands:

  1. help or /help or /? : Print usage.
  2. break : run the application and pause until the user hit any key.
  3. noprocess : run the application but does not uninstall anything.

Roadmap

  1. Periodically update of the Total Uninstaller to ensure the data used for uninstallation is up to date with the most recent Visual Studio releases.

Open issues

Please file an issue request as necessary.

Guidelines

These are general guidelines for source code within this solution:

Native code

  • Parameters should be declared with SAL annotation.
  • Input string parameters should be declared as LPCWSTR.
  • Output string parameters should be declared as CStringW& references.
  • Class members should not be references or pointers, but be created and destroyed with the owning class.

Managed code

Please follow these coding standards:
https://msdn.microsoft.com/en-us/library/Ff926074.aspx?f=255&MSPPError=-2147217396

主要指标

概览
名称与所有者microsoft/VisualStudioUninstaller
主编程语言C#
编程语言C# (语言数: 2)
平台
许可证Other
所有者活动
创建于2015-09-19 00:36:01
推送于2019-02-20 17:33:25
最后一次提交2019-02-20 09:33:13
发布数5
最新版本名称v1.4 (发布于 )
第一版名称Release (发布于 )
用户参与
星数3.9k
关注者数238
派生数574
提交数76
已启用问题?
问题数86
打开的问题数42
拉请求数22
打开的拉请求数2
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?