I have wasted nearly a day on this.
I have a fresh Windows Server 2012 R2, fully up to date, that I am trying to install IIS on.
I run the add Roles and Features wizard, select my required features, but the install fails without an error message.
I am unable to find any logs or details to help me trouble shoot what could be wrong.
Task Details shows me nothing:
Could someone please point me to somewhere that could explain my lack of success, or even better, let me know how to get IIS to install?
I had the exact same problem. Could not get any information about what was wrong. However from microsofts own guide there is an option for installing through cmd with:
For whatever reason this worked while the wizard did not.
I run into this error while trying to install Request Monitor feature of IIS. In order to troubleshoot it, I would recommend checking:
In my case Procmon logs showed
PARSE_ERROR_INFO
while reading applicationHost.config file which was corrupted. Reinstalling IIS solved the issue. 0x800f0922 Update IIS-RequestMonitor of package IIS-WebServer-Core-Package failedMaybe trying to install IIS with PowerShell will give you a better error message:
Install-WindowsFeature Web-Server
Pascal
I recently ran into this problem at work. The issue was caused by a Microsoft security update. Specifically KB's 3098779 and 3097997 both cause this behavior. Uninstalling these updates corrected the issue for me.
Here's the KB I used to resolve this issue. https://support.microsoft.com/en-us/kb/3118750