I think i found the issue. We used to stop all Sharepoint related services which includes the W3SVC service and set the starttype to disabled, since that speeds up the CU Installation a lot – the updater fails because it wants to start the W3SVC and since its set to disabled it can not do that. After switching the starttype of the W3SVC and IISADMIN Service to Automatic the Update Installation worked.
↧