same problem as here, where you find that setup.exe need defined elements ARCH and SYSTEMROOT (and maybe others missed)...
is please any chance to implement to wimlib any way for compatibility with setup.exe ?
- option to capture wim with read xml from external file
- or define ARCH, SYSTEMROOT (and others) with command line parameters as --flags EDITION_ID: --windows-arch x86 --windows-systemroot WINDOWS ?
- or ARCH detect if exists /Windows/SysWOW64 dir then x86_64, if not then x86? and SYSTEMROOT detect root dir where exist explorer.exe?
- or maybe if some info is readable from registry on SOURCE, then use this value auto, maybe using external libhivex?
http://libguestfs.org/hivex.3.html
http://libguestfs.org/virt-inspector.1. ... tingsystem
thx for answer, and of course for all your work