gus33000 / UUPMediaCreator

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

Fetch HotPatch update #199

Open lzw29107 opened 7 months ago

lzw29107 commented 7 months ago

There is a new VBS attribute: VBSState=2 And HotPatch need LCUVer=Baseline LCU build (such as 10.0.26058.1100).

lzw29107 commented 7 months ago

Additionally, the IsVbsEnabled parameter is missing the & symbol before it.

gus33000 commented 7 months ago

hey, this is already being worked on, but we're also rethinking the command line as a result so you can fetch either types of builds too, see this branch: https://github.com/gus33000/UUPMediaCreator/tree/vbs

VBSState doesn't seem like it impacts the results much from earlier testing