Page 1 of 1

Single File Wim archive?

Posted: Tue Jan 22, 2019 7:59 pm
by Afellowcitizen
how can I use wimlib-imagex.exe to pack a single file into a wim archive(or a list of files)?
and how would I do the same thing, but using standard input(if that's possible)?
I've read through the wimcapture.pdf doc and couldn't really figure these outs. Most of my attempts threw me some errors.

Re: Single File Wim archive?

Posted: Sat Feb 09, 2019 9:14 pm
by synchronicity
You can use the --source-list option to store multiple files or directories into a WIM image (rather than the usual case where the source is just a single directory). See the wimcapture documentation.