G glad123bey New Member Messages 2 Reaction score 0 Yesterday at 9:00 PM #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,373 Reaction score 4,097 Yesterday at 9:29 PM #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 Yesterday at 9:30 PM #3 garlin I tried the normal install WIM but it still doesn't work.