I was wrong, the problem only concerns Windows 11 24h2
It could be related to this problem.:
It doesn't mention copytocache but I hope that's where the problem comes from.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
It seems that this method no longer works on Windows 11:
https://learn.microsoft.com/en-us/windows/win32/api/wuapi/nf-wuapi-iupdate2-copytocache
Interface not registered
Do you have an idea?
I was wrong, the problem only concerns Windows 11 24h2
It could be related to this problem.:
It doesn't mention copytocache but I hope that's where the problem comes from.
I confirm that once kb5048667 is installed manually with the msu, copytocache seems to work correctly again.
On the other hand, Microsoft continues to currently provide an ISO online that contains the bug, which is a shame...
Ultimately the problem was still there...
The problem appears with cumulative.
We ended up realizing that the difference with the old version of Windows is that we now have a .msu which appears in the download urls of the cab.
We therefore completely change our behavior for this specific case...
We no longer use copytocache when a .msu file appears in the download urls, we forget all the download urls... and we download only the .msu file then we launch the installation of it with wusa.exe "{ }" /quiet /norestart.
The behavior therefore completely changes compared to the method we used before. And no communication from Microsoft explains it....