No, install.esd is not serviceable, you need to convert to install.wim first to be able to service it.
I was just pointed here by Enthousiast because of an issue with LTSB 1607 where updates take ages to download. It seems to be a known issue with a posible solution. Can anyone point me to those posts (if they exists)? Trying to search through 272 pages will take a while. Cheers.
https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-269#post-1411457 The cleanup command is: Code: Dism /online /Cleanup-Image /StartComponentCleanup
Woopie. So that would be: 1. Deploy image 2. Cleanup command 3. WU (should download normally). Cheers.
Ok so how to convert install.wim to install.esd after included updates to wim? Ok i see exacly this script ok.
@abbodi1406 ESD<>WIM tool: https://forums.mydigitallife.net/threads/esd-wim-conversion-batch.54007/#post-903619 Manual: Code: dism /Export-Image /SourceImageFile:"x:\install.wim" /all /DestinationImageFile:"y:\install.esd" /Compress:recovery /checkintegrity
Code: oscdimg -h -m -o -u2 -udfver102 -bootdata:2#p0,e,b<Path to \boot\etfsboot.com>#pEF,e,b<Path to \efi\microsoft\boot\efisys.bin> -l<Description of ISO> <Path to Extracted ISO> <Path to New ISO>