Home > Database > Mysql Tutorial > body text

SQLSERVER2000以前的某个程序安装已在安装计算机上创建挂起的文

WBOY
Release: 2016-06-07 15:09:55
Original
1498 people have browsed it

以前 装过sql server,后来删掉。现在重装,却出现 以前 的 某个 程序 安装 已在 安装 计算机 上 创建 挂起的 文件 操作 。运行 安装 程序 之前必须重新启动 计算机 错误。无法进行下去。 参考网上资料,总算搞定。步骤是: 1)添加/删除 程序 中彻底删除sql

 以前装过sql server,后来删掉。现在重装,却出现“以前某个程序安装已在安装计算机创建挂起的文件操作。运行安装程序之前必须重新启动计算机”错误。无法进行下去。

参考网上资料,总算搞定。步骤是:

1)添加/删除程序中彻底删除sql server。

2)将没有删除的sql server目录也删除掉。

3)打开注册表编辑器,在HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目。

4)删除注册表中跟sql server相关的键。

其实估计只要做第3步就可以搞定,这样就可以清除安装暂挂项目。自己是先走了1,2,4,最后做了3才搞定。所以估计3才是最关键的。

另外:

看看微软网站的解决方案
1、在注册表项HKEY_LOCAL_MACHINE/System/CurrentControlSet/Control/Session Manager上,单击左键。你会看到右边窗格中的"名称"列中有一项PendingFileRenameOperations。把它删掉。
2、将注册表项HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/RunOnce的右边窗格中内容设为空。
3、将注册表项HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/RunOnce的右边窗格中内容设为空。

对于windowsxp sp2
运行 regedit
打开注册表编辑器:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/BackupRestore/KeysNotToRestore
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet002/Control/BackupRestore/KeysNotToRestore
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Control/BackupRestore/KeysNotToRestore
删除多字符串值:PendingFileRenameOperations

或者直接直接搜索 PendingFileRenameOperations 并删除

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!