I faced the above mentioned problem when trying to install the Exchange 2010 Management Tool on a brand new Windows Server 2008 R2.
Having all the prerequisites installed and enabled, I wonder why the setup wizard still would not allowed me to proceed with the installation. It boils down to the following:
http://technet.microsoft.com/en-us/library/cc164360(v=exchg.80).aspx
Having all the prerequisites installed and enabled, I wonder why the setup wizard still would not allowed me to proceed with the installation. It boils down to the following:
The Exchange Server Analyzer reads the following registry key to determine whether a system restart is required after installation or removal of a software update such as a security update, critical update, or hotfix.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile
The Exchange Analyzer also checks the following registry key to determine whether a previous software update installation was not completed and the system must be restarted to finish the installation.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations
The Exchange Analyzer displays an error message if one of the following conditions is true:.
- The value of the UpdateExeVolatile registry key is anything other than 0.
- The PendingFileRenameOperations registry key has any value.
To resolve this issue, restart the system and then run Exchange setup again.
To remove an orphaned UpdateExeVolatile registry key value- Open a registry editor, such as Regedit.exe or Regedt32.exe.
- Navigate to HKLM\SOFTWARE\Microsoft\Updates\
- In the right navigation pane, double-click the UpdateExeVolatile key.
- Configure the key with a value of 0
- Close Registry Editor.
- Open a registry editor, such as Regedit.exe or Regedt32.exe.
- Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\
- In the right navigation pane, right-click the PendingFileRenameOperations key and select Delete.
- Close Registry Editor.
http://technet.microsoft.com/en-us/library/cc164360(v=exchg.80).aspx