NanaZip icon indicating copy to clipboard operation
NanaZip copied to clipboard

Nana zip does not know how to handle split WIM Archives. (.SWM)

Open TheCodeingPadawan opened this issue 1 year ago • 1 comments

Recently was trying to get a WIM image to fix my computers recovery partition. However, i found that because the Windows media creation tool formats the usb as FAT32 to make it EFI bootable, The 4 GB file limit means that the install WIM image is split into two SWM Archives instead.

Nana zip recognized that the Archive structure is similar to a WIM, however it does not seem to understand that it is a split archive and does not try to open it using both parts. install.swm & install2.swm

TheCodeingPadawan avatar Dec 28 '23 07:12 TheCodeingPadawan