gus33000 / UUPMediaCreator

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

Validate temporary path before use #203

Closed riverar closed 5 months ago

riverar commented 5 months ago

Catches typos/errors earlier during media creation workflow. Without this in place, the temporary path doesn't get validated, aggregated metadata extraction fails, and ambiguous composition database errors surface.

gus33000 commented 5 months ago

Thanks Rafael!