One way is converting it from .wim to .esd file format.
The Windows installer file came in two flavors, .wim and .esd…so it was either install.wim or install.esd in the sources folder.
For an experiment, I copied winre.wim off my recovery partition and converted it.
DISM/Export-Image /SourceImageFile:”C:\Test\winre.wim” /SourceIndex:1 /DestinationImageFile:”C:\Test\winre.esd” /Compress:recovery /CheckIntegrity
winre.wim – 528 MB
winre.esd – 324 MB
May not have made a difference for the partition resizing fiasco, and probably would have required Microsoft to change their winre updating and access strategy…but just sayin’.