thanks for the magnificent tool
couple of questions about the delta WIM files
- apart from the noticeably smaller size, is there a way or a flag to identify a delta WIM?
- is there a way to ignore some of missing base WIMs and continue applying or exporting delta WIM?
- delta WIM can be only created with capture operation, but if the WIMFILE already exist, delta WIM is appended to new index
whether if it's a normal or accidental behavior, i hope you do not remove it
i ask because of the new Microsoft's upgrade mechanism that's called Unified Update Platform
https://blogs.windows.com/windowsexperi ... tform-uup/
the static complete ESD file is now delivered as multiple smaller ESD and CAB files, based on Edition/Language/Features.. etc
it's literally use the delta WIM concept
one Metadata ESD (i.e. Professional_en-us.esd), contain 3 indexes:
1- setup media layout (ISO files minus boot.wim/install.wim)
2- winre.wim
3- install.wim metadata (the actual delta WIM)
all other files are the base WIMs
however, some of them are delivered as regular CAB files, so it's needed first to expand those CABs and capture them as WIMs in order to use them in reference GLOB
i don't know how the upgrade setup handle those files to build and deploy OS image
i can upload you the files if you are interested
Regards.