Merge two wim files

Comments, questions, bug reports, etc.
Post Reply
gailium
Posts: 6
Joined: Fri Jul 01, 2022 5:23 am

Merge two wim files

Post by gailium »

For example, I have a.wim and b.wim, both have 1 index, how could I copy the content of a.wim index 1 to b.wim index1?
For example:
a.wim contains test/test1.txt,test/test2.txt two files
b.wim contains foo/bar.txt one file
Merge the content of a.wim to /a folder of b.wim
b.wim now contains a/test/test1/txt,a/test/test2.txt,foo/bar.txt three files
Is it possible to achieve so?
Post Reply