Page 1 of 1

WIM File Architecture Flag

Posted: Mon Feb 23, 2026 9:26 pm
by zipmagic
If we do something like:

Code: Select all

dism /get-imageinfo /imagefile:c:\wimboot.wim /index:1
It spits out some stuff, including:
Architecture: x64 (or arm64 or whatever)
Where in wimlib do we set this architecture flag?