Page 1 of 1

wimexport to a delta wim

Posted: Wed Feb 21, 2018 7:59 pm
by supercilious
Hi,

Is there a way to wimexport an image from a WIM or ESD into another with a delta (other than apply and capture)?
Essentially:

Code: Select all

wimexport source.wim 1 destination.wim --delta-from=other.wim
Thanks

Re: wimexport to a delta wim

Posted: Wed Feb 28, 2018 4:11 am
by synchronicity
Not currently; the --delta-from option is only accepted by wimcapture and wimappend. It would be a bit tricky to add it to wimexport since it would require a library API change (more than just updating wimlib-imagex), but it could be done I think.