G glad123bey New Member Messages 2 Reaction score 0 Sep 6, 2026 #1 Friends, when I open 7zip, the folder doesn't copy itself. It's in the Windows setup section inside the install.wim file. Attachments Ekran Görüntüsü (3).png 2 MB
Friends, when I open 7zip, the folder doesn't copy itself. It's in the Windows setup section inside the install.wim file.
G garlin Moderator Staff member Messages 8,405 Reaction score 4,113 Sep 6, 2026 #2 7-Zip doesn't support opening SWM (split WIM) files. You must convert all of the SWM files to a normal WIM. Code: DISM /export-image /sourceimagefile:\path\folder\install.swm /swmfile:\path\folder\install*.swm /sourceindex:1 /destinationimagefile:\path\folder\install.wim
7-Zip doesn't support opening SWM (split WIM) files. You must convert all of the SWM files to a normal WIM. Code: DISM /export-image /sourceimagefile:\path\folder\install.swm /swmfile:\path\folder\install*.swm /sourceindex:1 /destinationimagefile:\path\folder\install.wim
G glad123bey New Member Messages 2 Reaction score 0 Sep 6, 2026 #3 garlin I tried the normal install WIM but it still doesn't work.