WindowsBuildIdentifier icon indicating copy to clipboard operation
WindowsBuildIdentifier copied to clipboard

Misc bugfixes; Support for reading EditionMappings.xml; Support for PID in setupp.ini

Open hounsell opened this issue 3 years ago • 0 comments

Some of my own misc fixes and improvements from over the past half year or so. I've not fully tested this merge yet, but it compiles OK so it's definitely ready to ship by MS standards.

Might yet bung a few other things in here.

  • Update ManagedWimLib to 2.4.0
  • Update copyright date
  • Add support for reading parent editions of virtual SKUs from EditionMappings.xml
  • Fix base SKU list for filename generation
  • Switch to OrdinalIgnoreCase - this is the recommended comparison for path names, it should also be slightly quicker.
  • Fix some errors thrown on real-world Windows ISOs
    • Where a WIM index doesn't contain a Windows install
    • No Base SKU available breaks renaming
    • Missing case insensitive comparison for install.wim name
  • Add support for detecting OEM / VLK from PID in setupp.ini in I386-style installs

hounsell avatar Jun 11 '22 23:06 hounsell