Search found 9 matches

by abbodi86
Thu Jan 27, 2022 3:08 am
Forum: wimlib discussion
Topic: UPDATE command
Replies: 2
Views: 3754

Re: UPDATE command

Code: Select all

for /f %%# in ('wimlib-imagex.exe dir install.wim 1 --path=/Windows/System32/config ^| findstr /i "\.log"') do wimlib-imagex.exe update install.wim 1 --command="delete --force '%%#'"
by abbodi86
Wed Nov 06, 2019 1:09 pm
Forum: wimlib discussion
Topic: wimlib-imagex.exe cannot find libwim-15.dll in path with ;
Replies: 1
Views: 22588

wimlib-imagex.exe cannot find libwim-15.dll in path with ;

Hello, i don't know if this is a known/intended behavior, or unknown bug if wimlib-imagex.exe (and libwim-15.dll) exist in a directory path name that contain path separator character ; in this case: - executing wimlib-imagex.exe directly referencing the full path = fail to load libwim-15.dll - chang...
by abbodi86
Thu Nov 23, 2017 1:15 am
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Re: Delta WIM

No need to take it hard, expand cab/capture wim still very feasible workaround for that matter
thank.

on apply, both DISM & ImageX recognize solid ESD as reference
but on export, DISM recognize ESD, but not CAB, and vice versa for ImageX

thanks again.
by abbodi86
Sat Nov 18, 2017 1:20 am
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Re: Delta WIM

Sorry to bump this just wanted to inform you about a recent change related to this matter in Windows 10 WIMGAPI/ImageX starting build 15063 Microsoft implemented support (or recognition) for using cab files as reference globs in applying delta wim/esd this actually require and make use of a text fil...
by abbodi86
Mon Jan 16, 2017 2:06 pm
Forum: wimlib discussion
Topic: Where is Winre.wim going?
Replies: 6
Views: 19100

Re: Where is Winre.wim going?

For the reference, "hidden" and "system" attributes are not required for winre.wim
in vanilla (not booted) image, it doesn't have them
they only get assigned if you boot to Audit/sysprep, then recaptured the OS image
by abbodi86
Sat Jan 14, 2017 11:07 am
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Re: Delta WIM

Works great, thanks again.
by abbodi86
Fri Jan 13, 2017 7:51 pm
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Re: Delta WIM

I appreciate that, thanks.
by abbodi86
Thu Jan 12, 2017 2:00 pm
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Re: Delta WIM

Not that I am aware of. I could however look at some of the Microsoft-created files and see if there is a flag or anything that I've missed. I checked it with wimlib-imagex, dism, imagex, nothing special showed up in the reported info. here is the Metadata ESD if you like to check: https://mega.nz/...
by abbodi86
Wed Jan 11, 2017 5:22 pm
Forum: wimlib discussion
Topic: Delta WIM
Replies: 9
Views: 18375

Delta WIM

Hi thanks for the magnificent tool couple of questions about the delta WIM files - apart from the noticeably smaller size, is there a way or a flag to identify a delta WIM? - is there a way to ignore some of missing base WIMs and continue applying or exporting delta WIM? - delta WIM can be only crea...