Page 1 of 1

Is it possible to append without changing the index?

Posted: Fri May 31, 2024 8:05 am
by joseph
I want to add some files to wim without extracting all of them.
wimlib-imagex append always creates index 2. Is there any way to add files to index 1? --rebuild option didn't work either.
It is okay that modify an existing wim, or also create a new wim by adding a few files to the source wim.

Re: Is it possible to append without changing the index?

Posted: Tue Jul 09, 2024 11:14 am
by Tokener
A solution might be:
wimupdate, or equivalently wimlib-imagex update, modifies the specified IMAGE in the Windows Imag-
ing (WIM) archive WIMFILE by adding, deleting, or renaming files or directories in it.