OSDeploy / OSDBuilder

PowerShell Module
http://osdbuilder.com
MIT License
196 stars 57 forks source link

Handling for install.wim greater than 4GB #93

Open Dakota-LM opened 1 year ago

Dakota-LM commented 1 year ago

Added a Split parameter and a SplitSize dynamic parameter to handle when/if an install.wim is larger than 4GB, or if you wish to split the install.wim in general.

The install.wim will be split into install.swm, install1.swm, etc. This is so that the USB build process can continue unaffected by the size of the wim file.