Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
here is the solution. you should specify specific update version, via cmd.
[source] https://borncity.com/win/2024/07/05/microsoft-office-click2run-update-broken-error-code-30088-27/
- Disable Microsoft Office Updates (File/Office Account/Update Options and select the Disable Updates option)
- Open an administrative command prompt and then enter the following command to go back to specified version.
[action]
in my case it was stuck on 16.0.17726.20126.
in my case i run:
"C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.17830.20166
change version number above, as newer versions come out: https://learn.microsoft.com/en-us/officeupdates/current-channel
Well, I'm the author of the blog post linked above. A reader came back to me with a comment, indicating, that Microsoft has changed the communication method for Office Click-to-Run.
- Previously, OfficeC2Rclient.exe used the WinInet proxy settings (Internet Settings) to connect to Microsoft's cloud services.
- Following the June update, OfficeC2Rclient.exe now utilizes the WinHTTP proxy (configured via NetSH) for communication.
The reader was able to configure the WinHTTP proxy via NetSH for his enterprise environment. But this morning (August 17, 2024, CET) I received feedback from two German blog readers, telling me, that the Office C2R Update issue has been solved "mysteriously". So I guess, Microsoft has changed something server-side to fix that issue.
If somebody has more details, feel free to drop me a comment within the blog post linked above.
Addendum: Microsoft seems to have fixed the issue on August 17, 2024 - several blog reader has reported this to me. See also the explanation in my blog post:
Has Microsoft fixed update error code 30088-27 in Office Click2Run?