Hi All,
We have a client who runs Server 2012(non R2) and it looks like at some point the have tried to remove IE10 from the server. I can only assume it didn't go well as it is still there in C:\Program Files but we can not run it. When we double click on it the program
doesn't open and no process is running. When we try to install IE10 again it gives an error reporting that a newer version is installed (We are using 10.0.9200.16521 installer). We have tried removing IE10 by using the following command in an elevated command
prompt.
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
and rebooting after the fact but it still does not work. We do get an error Operation failed with 0x80070005 Access is denied.
When we run it with the quiet switch we don't get the error but even after the reboot it still is not removed.
Any advice would be great thanks.