OSDeploy / OSDBuilder

PowerShell Module
http://osdbuilder.com
MIT License
193 stars 55 forks source link

Handling for install.wim greater than 4GB #93

Open TitanDeploy opened 1 year ago

TitanDeploy 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.