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. 关闭注册表编辑器
  • 相关阅读:
    UML类图
    # linux下安装Nodejs环境
    [原创] 如何编写一份不可维护的代码
    [原创作品]观察者模式在Web App的应用
    Thinking In Web [原创作品]
    [原创作品]Javascript内存管理机制
    [小知识] 获取浏览器UA标识
    [原创作品] 对获取多层json值的封装
    Javascript 精髓整理篇之三(数组篇)postby:http://zhutty.cnblogs.com
    [原创作品]一个实用的js倒计时器 postby:zhutty.cnblogs.com
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1399525.html
Copyright © 2011-2022 走看看