Page 1 of 1

Make install.wim from install * .swm

Posted: Sat Dec 19, 2020 9:08 pm
by sov44
How to build install.wim correctly?

Code: Select all

wimlib-imagex.exe join "d:\1.wim" "d:\out\new*.swm" --check
or

Code: Select all

wimlib-imagex.exe export "d:\out\new.swm" all "d:\1.wim" --ref="d:\out\new*.swm"
Need optimization after assembly?

Re: Make install.wim from install * .swm

Posted: Mon Dec 28, 2020 7:33 pm
by synchronicity
For each "wimjoin" command there is a corresponding "wimexport" command that basically does the same thing. It doesn't matter which you use.

The output file will be newly created, so "wimoptimize" won't remove any holes from it as they won't be any. However, if you use "wimoptimize" to recompress the file it might save space.