问题描述
我正在尝试从我的机器上卸载 Visual Studio 2012,但没有给我任何卸载相同的选项.当我在控制面板/程序和功能中单击 Visual Studio 2012 时,它会显示更改"选项,当我单击此选项时,它会显示带有以下选项的弹出窗口.
I am trying to uninstall Visual studio 2012 from my machine but is is not giving me any option for uninstalling the same. When I write click on Visual Studio 2012 in control panel/Program and Features, it shows CHANGE option and when I click on this option it display popup with following option.
Microsoft Visual Studio Professional 2012 安装所需的 Microsoft .Net Framework.
Microsoft .Net Framework Required for Microsoft Visual Studio Professional 2012 Setup.
单击接受并安装以接受 Microsoft Framework 许可条款.
Click Accept and Install to accept Microsoft Framework license Term.
当我单击此选项时,它不会执行任何操作,也不会卸载它.你能建议我删除它并重新安装它的任何选项吗?这是相同的许可副本.
When I click on this option, it doesn't perform anything and dont uninstall it. Can u please suggest me any option to remove it and install it again. This is licenced copy of the same.
推荐答案
你可以尝试强行删除VS2012及其所有组件http://support.microsoft.com/kb/2771441#Force
You could try forcibly removing VS2012 and all its componentshttp://support.microsoft.com/kb/2771441#Force
1. Download the setup application you used to originally install Visual Studio 2012. If you installed from media, please insert that media.
2. Open a command prompt.
3. Click Run on the Start menu (Start + R).
a. Type cmd and press OK (Enter).
b. Type in the full path to the setup application and pass the following command line switches: /uninstall /force
Example: D:\vs_ultimate.exe /uninstall /force
4. Click the Uninstall button and follow the prompts.
这篇关于无法卸载 Visual Studio 2012的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!