It's superseded, thus better to hide it Code: set "ssu=KB2533552" set "arch=amd64" set "mumfile=Package_for_%ssu%~31bf3856ad364e35~%arch%~~6.1.1.1.mum" set "mountdir=C:\Mount" md .\temp expand.exe -f:*Windows*.cab *%ssu%*.msu .\ >nul expand.exe -f:* *%ssu%*.cab .\temp >nul cd .\temp ren update.mum %mumfile% findstr /i /v exclusive %mumfile%>update.mum dism /Image:%mountdir% /Add-Package /PackagePath:update.mum takeown /f "%mountdir%\Windows\servicing\Packages\%mumfile%" /A icacls "%mountdir%\Windows\servicing\Packages\%mumfile%" /grant *S-1-5-32-544:F copy /y %mumfile% "%mountdir%\Windows\servicing\Packages\" icacls "%mountdir%\Windows\servicing\Packages\%mumfile%" /reset change arch to x86 for 32bit change mountdir to your need KB3177467 also cannot be integrated offline normally, so the trick works for both
I don't know. I only relayed the info available on the companies' web sites. The main thing to take from it is that the .NET Preview should be avoided if not already installed and uninstalled if it is installed.
KB4088875 seems to have been pulled from windows update, as my win 7 and server 2008 r2 machines are not finding it. its still available on catalog though. -andy-
I can confirm the issue, actuallyI only get KB4075211 first, then when installed, restarted and researched only KB4091290 and finally KB4088875.
yes i noticed that few days ago by trying to integrate that update using Simplix Pack, in fact, it can't be integrated but it is still executed by RunOnce during the install so people might think that it can be integrated but it's not the case.