gus33000 / UUPMediaCreator

An utility to create Windows Media files (.ISO, .WIM, .VHD) from Unified Update Platform files
MIT License
782 stars 66 forks source link

Support for bulk adding files to WIMs #154

Closed thebookisclosed closed 1 year ago

thebookisclosed commented 1 year ago

Image builder now adds offline setup files to boot.wim in one batch instead of calling WimLib individually for every entry.

Knocks down that part of the build process from ~.5s per file (~1min as of build 23451) to ~1s per whole batch.

Not sure if this follows ideal versioning practices, open to feedback.