博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
完全卸载VS2005
阅读量:5208 次
发布时间:2019-06-14

本文共 2520 字,大约阅读时间需要 8 分钟。

    最近因为要使用VS2008,想将机器上的老版本的VS去掉,结果引发了很多麻烦。

    记录下卸载过程,备份
    微软推出的自动卸载工具:
    
    手动卸载步骤:
    Visual Studio Express Editions

  1. 进入控制面板,运行添加或删除程序
  2. 卸载 "MSDN Library for Visual Studio 2005 Beta"
  3. 卸载 "Microsoft SQL Server 2005 Express Edition"
  4. 卸载 "Microsoft SQL Server 2005 Tools Express Edition"
  5. 卸载 "Microsoft SQL Native Client"
  6. 卸载 "DMA Transport Update for VS 2005 Beta 2"
  7. 卸载 "Microsoft MSDN Express Library 2005 Beta"
  8. 卸载所有 Microsoft Visual Studio Express Editions (比如 Visual C# 2005 Express Edition Beta)
  9. 卸载 "Microsoft Visual Studio 2005 Remote Debugger Light" (如果您的Visual Studio被安装在64位的机器上,则需要执行此步骤)
  10. 卸载 "Microsoft Visual J# .NET Redistributable 2.0 Beta Language Pack" (如果您只有英文版,则不需要此步骤)
  11. 卸载 "Microsoft Visual J# .NET Redistributable Package 2.0 Beta"
  12. 确认所有Visual Studio 2005产品已经从您的系统中卸载
  13. 卸载 "Microsoft .NET Framework 2.0 Beta Language Pack" (如果您只有英文版,则不需要此步骤)
  14. 卸载 "Microsoft .NET Framework 2.0 Beta"
  15. 安装Visual Studio 2005 Express版或您需要的其它版本

Visual Studio 2005

  1. 进入控制面板,运行添加或删除程序
  2. 卸载 "MSDN Library for Visual Studio 2005 Beta"
  3. 卸载 "Microsoft SQL Server 2005 Express Edition"
  4. 卸载 "Microsoft SQL Server 2005 Tools Express Edition"
  5. 卸载 "Microsoft SQL Native Client"
  6. 卸载 "Microsoft Visual Studio 64bit Prerequisites Beta" (如果您的Visual Studio被安装在64位的机器上,则需要执行此步骤)
  7. 卸载 "Microsoft Visual Studio Tools for Office System 2005 Runtime Language Pack" (如果您只有英文版,则不需要此步骤)
  8. 卸载 "Microsoft Visual Studio Tools for Office System 2005 Runtime Beta"
  9. 卸载 "DMA Transport Update for VS 2005 Beta 2"
  10. 卸载 "Microsoft Device Emulator 1.0 Beta"
  11. 卸载 "Microsoft .NET Compact Framework 2.0 Beta"
  12. 卸载 "Microsoft .NET Compact Framework 1.0"
  13. 卸载 "Microsoft Visual Studio 2005 Professional" or other related IDE installs (比如 Visual Studio Professional/Standard/Enterprise Architect/Team Suite, 等等)
  14. 卸载 "Microsoft Document Explorer 2005 Language Pack" (如果您只有英文版,则不需要此步骤)
  15. 卸载 "Microsoft Document Explorer 2005" (Beta2之后的版本需要此步骤)
  16. 卸载 "Microsoft SQL Mobile 2005 Development Tools"
  17. 卸载 "Microsoft 64-bit SDK" (如果您的Visual Studio被安装在64位的机器上,则需要执行此步骤)
  18. 卸载 "Microsoft Visual Studio 2005 Remote Debugger (x64)" (如果您的Visual Studio被安装在64位的机器上,则需要执行此步骤)
  19. 卸载 "Microsoft MDAC 2.8 SP1" (如果您运行在Windows 2000的操作系统上,则需要执行此步骤)
  20. 卸载 "Microsoft MSXML 6 SDK and Parser"
  21. 卸载 "Microsoft Visual J# .NET Redistributable 2.0 Beta Language Pack" (如果您只有英文版,则不需要此步骤)
  22. 卸载 "Microsoft Visual J# Redistributable Package 2.0 Beta"
  23. 确认所有Visual Studio 2005产品已经从您的系统中卸载
  24. 卸载 "Microsoft .NET Framework 2.0 Beta Language pack" (如果您只有英文版,则不需要此步骤)
  25. 卸载 "Microsoft .NET Framework 2.0 Beta"

转载于:https://www.cnblogs.com/shineboy1219/archive/2008/05/26/1207352.html

你可能感兴趣的文章
eclipse中创建多模块maven web项目
查看>>
代码生成声音
查看>>
第一篇博客关于Log4net的配置记录
查看>>
微信小程序开发入门
查看>>
UVA 10905 Children's Game
查看>>
TensorFlow Classification 分类学习
查看>>
java位运算笔记
查看>>
java输出pdf
查看>>
set,multiset容器类型
查看>>
第三次博客作业
查看>>
ToolBarTray
查看>>
拉登是我罩的队_张正浩_郑鉴
查看>>
SpringBoot18 Swagger、API接口文档生成、WireMock、模拟后台数据
查看>>
《Python学习之路 -- 初识Python》
查看>>
vue -- 路由解析顺序流程
查看>>
JVM进程启动会启动哪些线程?
查看>>
Socket教程
查看>>
常用算法之——广度优先搜索
查看>>
第1章 从开机加电到main函数之前的过程
查看>>
MySQL存储引擎
查看>>