zoukankan      html  css  js  c++  java
  • A system restart from a previous installation or update is pending sharepoint 2010

     when running Setup.exe for Microsoft SharePoint Server 2010 you may experience the error:

    Setup is unable to proceed due to the following error(s): 
    A system restart from a previous installation or update is pending. Restart your computer and run setup to continue. 
    For the list of pre-requisites needed to install the product please refer to: 
    http://go.microsoft.com/fwlink/?LinkId=106209 
    Correct the issue(s) listed above and re-run setup.

    Check the value of the following Registry keys:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile - if the value of the UpdateExeVolatileRegistry key is anything other than 0 you will see this message.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations - if the PendingFileRenameOperations Registry key has any value you will see this message.

    To remove an orphaned UpdateExeVolatile registry key value

    1. Open a registry editor, such as Regedit.exe or Regedt32.exe.
    2. Navigate to HKLM\SOFTWARE\Microsoft\Updates\
    3. In the right navigation pane, double-click the UpdateExeVolatile key.
    4. Configure the key with a value of 0
    5. Close Registry Editor.
    To delete the orphaned PendingFileRenameOperations registry key
    1. Open a registry editor, such as Regedit.exe or Regedt32.exe.
    2. Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\
    3. In the right navigation pane, right-click the PendingFileRenameOperations key and select Delete.
    4. Close Registry Editor.
  • 相关阅读:
    Hibernate:组合模式解决树的映射
    以面到点的学习MFC
    linux内核--进程与线程
    控件自定义
    火车车次查询-余票查询--Api接口
    如何处理大量数据并发操作(数据库锁机制详解)
    Java单链表、双端链表、有序链表实现
    事务、数据库事务、事务隔离级别、锁的简单总结
    数据库连接池分析
    Spring面试题集
  • 原文地址:https://www.cnblogs.com/netwenchao/p/2427987.html
Copyright © 2011-2022 走看看