Make install.wim from install * .swm

Comments, questions, bug reports, etc.
Post Reply
sov44
Posts: 5
Joined: Mon Feb 06, 2017 7:52 am

Make install.wim from install * .swm

Post 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?
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Make install.wim from install * .swm

Post 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.
Post Reply