Page 1 of 1

Merge two wim files

Posted: Wed Feb 14, 2024 10:42 am
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?