Search found 5 matches

by sov44
Sun Jan 24, 2021 7:16 am
Forum: wimlib discussion
Topic: add switch for wimoptimize
Replies: 0
Views: 19447

add switch for wimoptimize

Hello!
Please add a wimoptimize switch to the new version so that only the optimization progress is visible in the console.
by sov44
Sat Dec 19, 2020 9:08 pm
Forum: wimlib discussion
Topic: Make install.wim from install * .swm
Replies: 1
Views: 5412

Make install.wim from install * .swm

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?
by sov44
Fri Mar 10, 2017 7:57 am
Forum: wimlib discussion
Topic: Does not work optimize
Replies: 0
Views: 16145

Does not work optimize

The optimize command does not work after importing wimRE.wim to install.wim http://i.imgur.com/KqV2HKf.png @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%&qu...
by sov44
Tue Feb 07, 2017 9:15 am
Forum: wimlib discussion
Topic: Key strict-acls
Replies: 3
Views: 7955

Re: Key strict-acls

Thanks, i realized --no-acls. Please explain to me --strict-acls

p.s. sorry for automatic translation to eng
by sov44
Mon Feb 06, 2017 8:07 am
Forum: wimlib discussion
Topic: Key strict-acls
Replies: 3
Views: 7955

Key strict-acls

Hi! If I am from a wim file extracted file/folder with the key-no-acls (removal of security descriptors), after manipulation with the folder \ file to return to the wim need apply-strict acls, to restore default security descriptors?