Home  >  Article  >  Database  >  卸载Microsoft SQL Server 2008 R2 安装程序

卸载Microsoft SQL Server 2008 R2 安装程序

WBOY
WBOYOriginal
2016-06-07 15:06:552613browse

在卸载Microsoft SQL Server 2008 R2 安装程序(简体中文) 出现 :“警告 26003。无法卸载 Microsoft SQL Server 2008 R2 安装程序支持文件,因为安装了以下产品:SQL Server 2008 R2 SP1 Database Engine Shared SQL Server 2008 R2 SP1 Common Files”。

在卸载Microsoft SQL Server 2008 R2 安装程序(简体中文)  出现 :“警告 26003。无法卸载 Microsoft SQL Server 2008 R2 安装程序支持文件,因为安装了以下产品:SQL Server 2008 R2 SP1 Database Engine Shared   SQL Server 2008 R2 SP1 Common Files”。但是在程序列表中并未找到该程序,在网上找了找资料,可以使用 WMIC(Windows Management Instrumentation Command-line)列出当前系统上安装的应用程序,最后再使用 MSIEXEC /X 将其卸载!

 

http://wenku.baidu.com/link?url=sM6xv7e0e39wG4gFiwfYuDqdSegdXZcTV3xC19-5tsyd7bo6LXN_zGK4YHMU12-Ce2fFBO04yfoep7SimdcdYYJlRW8clZDuFkc2AstR06_


 

使用360安全卫士“功能大全”的“强力卸载软件”功能,然后提示以下两个问题

无法卸载,因为安装了

SQL Server 2008 R2 Database Engine Shared

SQL Server 2008 R2 Common Files

但是在已安装软件中找不到这两个软件,那么解决办法是

首先点击运行,输入cmd,进入命令行模式 然后输入WMIC

然后执行product list 找到

SQL Server 2008 R2 Database Engine Shared

SQL Server 2008 R2 Common Files

二者后面分别对应:

{36F70DEE-1EBF-4707-AFA2-E035EEAEBAA1}

 {A2122A9C-A699-4365-ADF8-68FEAC125D61}

然后进入windos/system32目录下

执行:

c:\Windows\System32>msiexec.exe /x  {36F70DEE-1EBF-4707-AFA2-E035EEAEBAA1}

c:\Windows\System32>msiexec.exe /x   {A2122A9C-A699-4365-ADF8-68FEAC125D61}

然后再卸载

Microsoft sql server 2008 R2 就不会有问题了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn