How to extract and create a new single version .iso from multiple win10 editions?

Discussion in 'Windows 10' started by crazyuser, Aug 17, 2016.

  1. crazyuser

    crazyuser MDL Junior Member

    Aug 14, 2016
    66
    19
    0
    Hello

    I need to extract a single windows version (Pro) from multiple editions of windows 10.iso, in this case the original iso came with Home and pro x64.

    So i need to extract only the pro version from that iso and create a new one, single, pro version (iso)


    I used MSMG ToolKit, to do that, but creates a BIG file ,4.5GB!!! iso with single version only. The original multiple editions has 3.xGB,

    Im lost here

    Any way to do this??

    Thanks
     
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Using MSMG toolkit, before you create the ISO, you need to go to option 6, and rebuild wim image. Then create ISO. It will be much smaller.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,615
    450
    #3 Enthousiast, Aug 17, 2016
    Last edited by a moderator: Apr 20, 2017
    Extract the iso.
    Run this in an elevated cmd:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    Open the iso with Power/Ultra-iso and replace the install.wim.
    Save.

    To directly export to install.esd (about 800MB smaller) run this command:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.esd" /Compress:recovery /checkintegrity

    Or just download the Win 10 Pro VLSC iso.
     
  4. crazyuser

    crazyuser MDL Junior Member

    Aug 14, 2016
    66
    19
    0
    Thanks! ill try both options!
     
  5. crazyuser

    crazyuser MDL Junior Member

    Aug 14, 2016
    66
    19
    0
    Done that, 3.8GB single version. :mad:

    original multiple home/pro 3.7GB

    Still big
     
  6. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    Why does it have to be small ?
     
  7. crazyuser

    crazyuser MDL Junior Member

    Aug 14, 2016
    66
    19
    0
    ill try to remove language packs that i dont need, but if its only a single version...
     
  8. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Then why not compress to install.esd as in Enthousiast post?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. crazyuser

    crazyuser MDL Junior Member

    Aug 14, 2016
    66
    19
    0
    i dont know how do that, im just using MSMG toolkit...o_O