Make Windows 10 AIO With All Update

Discussion in 'Windows 10' started by Hamidreza2010, Nov 29, 2015.

  1. Hamidreza2010

    Hamidreza2010 MDL Novice

    Joined:
    Nov 27, 2015
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    Hi dear
    I want to make windows 10 with all update inside iso file,when i installed it , all update were install
    but i dont know what should i do.
    anybody can help me to create win 10 AIO with all update?
    Thanks before
     
  2. a0a0

    a0a0 MDL Novice

    Joined:
    Aug 16, 2009
    Messages:
    33
    Likes Received:
    11
    Trophy Points:
    0
    a script would be great
    AIO + net3.5 enabler + compress + iso creation
     
  3. Hamidreza2010

    Hamidreza2010 MDL Novice

    Joined:
    Nov 27, 2015
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    Ok but where is it?
    please give me a link or guide
    thanks
     
  4. eric33

    eric33 MDL Junior Member

    Joined:
    Nov 21, 2012
    Messages:
    80
    Likes Received:
    13
    Trophy Points:
    0
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    Just create all uptodate install.wim files you want to have in the aio, export all indexes into one install.wim and you're done.
     
  6. Nucleus

    Nucleus MDL Guru

    Joined:
    Aug 4, 2009
    Messages:
    2,873
    Likes Received:
    2,949
    Trophy Points:
    90
    Tons of info around the forum about this. In addition to MSMG Toolkit already mentioned by eric33 you can do it all manually and it's a good learning experience.

    Create AIO: Thread

    Integrate Updates: Post

    Compress final WIM to ESD: Post

    Win 10 ei.cfg for Mutiple Editions: Post
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    Please stop advertising an ei.cfg is needed, it's only needed in cases when there is a HWID for Pro but a 8.x oem:Dm bioskey for 8.x Core/10 Home and only when the 10586 iso is used.
     
  8. Nucleus

    Nucleus MDL Guru

    Joined:
    Aug 4, 2009
    Messages:
    2,873
    Likes Received:
    2,949
    Trophy Points:
    90
  9. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
  10. Gharlane00

    Gharlane00 MDL Addicted

    Joined:
    Aug 26, 2009
    Messages:
    711
    Likes Received:
    220
    Trophy Points:
    30
    Well since you can never be sure where you are going to need your AIO DVD it should definitely be configured for the maximum usefulness.
    You need to find a new windmill to tilt with.
     
  11. Hamidreza2010

    Hamidreza2010 MDL Novice

    Joined:
    Nov 27, 2015
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    sorry but how can i export all indexes into one install.wim?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    #12 Enthousiast, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    In former windows versions a ei.cfg prevented the upgrade possibillity, in 10586 it's possible to use an ei.cfg and still upgrade but than it doesn't autochoose the correct version for you.

    Export to install.wim:

    Code:
    dism /export-image /sourceimagefile:x:\install.wim /sourceindex:1 /destinationimagefile:y:\install.wim /compress:max /checkintegrity

    Direct export to install.esd:

    Code:
    dism /export-image /sourceimagefile:x:\install.wim /sourceindex:1 /destinationimagefile:y:\install.esd /compress:recovery /checkintegrity
     
  13. Hamidreza2010

    Hamidreza2010 MDL Novice

    Joined:
    Nov 27, 2015
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    #13 Hamidreza2010, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    dear i want to export all install.wim to 1 install.wim
    can i make with your guide?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    #14 Enthousiast, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    If you export all indexes to the same install.wim/esd you'll get an aio install.wim/esd, so yes :)

    Example, i exported 4 indexes into 1 install.wim:

    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Details for image : d:\Windows10\Project\Mediatool_ISO\Syspreppedx64\aio.test.install.wim
    
    Index : 1
    Name : Win 10 Home x64 nl-NL Nov. 2015
    Description : Win 10 Home x64 nl-NL Nov. 2015
    Size : 15.166.731.497 bytes
    
    Index : 2
    Name : Win 10 Professional x64 nl-NL Nov. 2015
    Description : Win 10 Professional x64 nl-NL Nov. 2015
    Size : 15.249.007.210 bytes
    
    Index : 3
    Name : Win 10 Education x64 nl-NL Nov. 2015
    Description : Win 10 Education x64 nl-NL Nov. 2015
    Size : 15.248.997.377 bytes
    
    Index : 4
    Name : Win 10 Enterprise x64 nl-NL Nov. 2015
    Description : Win 10 Enterprise x64 nl-NL Nov. 2015
    Size : 15.252.529.170 bytes
    
    The operation completed successfully.
     
  15. Hamidreza2010

    Hamidreza2010 MDL Novice

    Joined:
    Nov 27, 2015
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    #15 Hamidreza2010, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    OHHHH :confused:
    Dear just listen to me:
    i have windows 10 pro and enterprise iso
    i extract win 10 pro iso and edit that separately and add all update and finally save install.wim ( windows pro )
    and do again this for windows enterprise and finally save install.wim ( windows enterprise )
    then here i have 2 install.wim ( for win pro and enterprise )
    how can i mix these 2 install.wim and make 1 ?
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    #16 Enthousiast, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    Just use this command twice:

    Code:
    dism /export-image /sourceimagefile:x:\install.wim /sourceindex:1 /destinationimagefile:y:\install.wim /compress:max /checkintegrity
    Example:

    Code:
    
    First export pro to aio.install.wim:
    
    dism /export-image /sourceimagefile:x:\pro.install.wim /sourceindex:1 /destinationimagefile:y:\aio.install.wim /compress:max /checkintegrity
    
    Second export enterprise to the same aio.install.wim:
    
    dism /export-image /sourceimagefile:z:\enterprise.install.wim /sourceindex:1 /destinationimagefile:y:\aio.install.wim /compress:max /checkintegrity
    It's no rocketscience ;):)
     
  17. odiebugs1

    odiebugs1 MDL Expert

    Joined:
    Jul 30, 2015
    Messages:
    1,390
    Likes Received:
    461
    Trophy Points:
    60
    That would be computer science. :p
     
  18. genenioo

    genenioo MDL Addicted

    Joined:
    Oct 9, 2007
    Messages:
    653
    Likes Received:
    113
    Trophy Points:
    30
    If you wanted to export Home into an aio install.wim would you use home.install.wim or core.install.wim? Thanks!
     
  19. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    The enterprise and pro supplements were to clearify which line does what, you can call the wim files whatever you want, till you're going to put it into an iso, than it has to be called install.wim/esd/swm.