Cannot install any Feature/Role on Windows Server 2008 R2 Standard

2

I was trying to install Exchange 2010 prerequisites, when I encountered some error. All look like the same. Like this one:
Error: Installation of [Windows Process Activation Service] Configuration APIs failed. the server needs to be restarted to undo the changes.

My server is running Windows Server 2008 R2 Standard Edition.

UPDATE: I tried installing the prerequisites one by one using PowerShell. Now I have errors on RPC over Http proxy:

Installation of [Web Server (IIS)] Tracing Failed, Attempt to install tracing failed with error code 0x80070643. Fatal error during installation.

Searching about the error code doesn't tell me much more than something went wrong when trying to update windows.
Installing Http Tracing alone also doesn't make any difference.

windows-server-2008-r2
asked on Server Fault May 4, 2010 by Parsa • edited May 4, 2010 by Parsa

5 Answers

2

Try turning off UAC, rebooting & installing the pre-req's

answered on Server Fault May 4, 2010 by iainlbc
2

Reinstall (all assuming this is an empty server, which it should be for exchange).

answered on Server Fault May 4, 2010 by TomTom
0

I had this problem with an IIS role service install. I was logged in as a domain admin. When I ran server manager "as administrator" it worked fine.

answered on Server Fault Nov 4, 2010 by (unknown user)
0

I've you've moved the system TEMP folders, try moving them back to the original C:\Windows\TEMP

I've seen that cause the problem.

answered on Server Fault Feb 15, 2011 by Jimbo
0

This error also occurs when the server you are adding the feature to is using an IIS Shared Configuration setup.

In this case it is sufficient to remove the Shared Configuration, install the feature and then re-enable the Shared Configuration.

answered on Server Fault Sep 21, 2015 by Joep Grooten

User contributions licensed under CC BY-SA 3.0