zoukankan      html  css  js  c++  java
  • "Setup has detected a pending system reboot from a previous install, Setup Cannot continue until the machine is rebooted. Please reboot the machine and run the installation again."问题的解决。

    安装一个软件时,反复重启也无法解除"Setup has detected a pending system reboot from a previous install, Setup Cannot continue until the machine is rebooted. Please reboot the machine and run the installation again."的提示,安装无法进行。

    clip_image002

    引起的原因


    One potential trigger was the installation of Logitech Webcam drivers which adds values to HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\PendingFileRenameOperations key. Issue has also been seen on Acer Notebooks in the Public forum.

    一个可能的原因就是安装罗技的摄像头是会在注册表的HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\PendingFileRenameOperations写入内容,同样的问题在Acer 的笔记本上也有。

    解决方法:

    打开注册表,浏览到: HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\
    备份 PendingFileRenameOperations 键值,然后删除,之后不用重启,尝试安装软件。

    对于Vista,还有两个文件夹里也包含了重启信息。
    C:\Windows\winsxs\Temp\PendingDeletes\
    C:\Windows\winsxs\Temp\PendingRenames\

    HKLM\Software\Microsoft\CurrentVersion\Run, 或者(HKCU\Software\Microsoft\CurrentVersion\Run)

    注意:如果需要的话更新Windows  Installer

    1. 通过下面的Dos命令打开"C:\Windows\winsxs"
      " CD \ " (press Enter)
      " CD \Windows\winsxs " (press Enter)
    2. 把文件 "Pending.xml" 改一个名字,比如:
      "ren pending.xml pending.xxx" (按 Enter键)
    3. 通过"regedit" 打开注册表程序
    4. 查找包含"Advanced installer need resolving" 的条目删除
    5. 查找"Pending.xml identifier" (这个是一个两行的)并删除。
    6. 关闭注册表编辑器
  • 相关阅读:
    git —— 远程仓库(操作)
    git —— 远程仓库(创建)
    git —— 异常1,index.lock
    git —— 基本命令以及操作(No.1)
    爬虫练习二(拉勾网投递简历)
    知识点拾忆(一)
    爬虫练习一(爬取笑话集)
    metaclass元类解析
    正则表达式re.S的用法
    requests模块
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1399525.html
Copyright © 2011-2022 走看看