NTLite unattended ISO creation

glad123bey

New Member
Messages
2
Reaction score
0
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
    Ekran Görüntüsü (3).png
    2 MB
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
 
Back
Top