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. 关闭注册表编辑器
  • 相关阅读:
    nginx启动时指定配置文件
    idea修改忽视文件产生得bug
    SpringBoot整合RabbitMQ出现org.springframework.amqp.AmqpException: No method found for class
    解决git速度太慢的问题,亲测有效
    HttpRequestException encountered解决方法
    mybatis大于等于小于等于的写法
    Could not initialize class sun.awt.X11GraphicsEnvironment异常处理
    CF377C Captains Mode
    AT1251 たのしいたのしい家庭菜園
    CF1057C Tanya and Colored Candies
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1399525.html
Copyright © 2011-2022 走看看