wimexport to a delta wim

Comments, questions, bug reports, etc.
Post Reply
supercilious
Posts: 19
Joined: Thu Sep 03, 2015 9:24 pm

wimexport to a delta wim

Post 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
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: wimexport to a delta wim

Post 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.
Post Reply