Does not work optimize

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

Does not work optimize

Post by sov44 »

The optimize command does not work after importing wimRE.wim to install.wim
http://i.imgur.com/KqV2HKf.png

Code: Select all

@Echo off
SetLocal EnableDelayedExpansion

set in=f:\new_Win7\12
set rw=x86

>nul "%rw%\wimlib-imagex.exe" extract "%in%\install86.wim_" "1" --dest-dir="%in%" Windows\system32\recovery\winre.wim

for /l %%a in (1,1,5) do (
  >nul "%rw%\wimlib-imagex.exe" update "%in%\install86.wim_" "%%a" --command="add '%in%\winRE.wim' '\Windows\system32\recovery\winRE.wim'"
)

%rw%\wimlib-imagex.exe optimize "%in%\install86.wim_" --compress=LZX:100

pause
I experimented with the modified winre, it's just an example that optimization after import does not work.
Post Reply