WIM File Architecture Flag

Comments, questions, bug reports, etc.
Post Reply
zipmagic
Posts: 67
Joined: Thu Aug 06, 2015 7:09 am

WIM File Architecture Flag

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