Windows 10 Imaging, Customization and Deployment

Discussion in 'Windows 10' started by arseny92, Jan 31, 2015.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
  2. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Thanks @abbodi1406

    It worked great as usual :cool:

    Now, I'd like to know or learn how to do it by myself, the official way lol.
    So how to know what files to download and how to get the dl link.
     
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    The "official way" list above include multiple msi files
    you should compare with the "manual way" list

    those belong to:
    Code:
    Toolkit Documentation-x86_en-us.msi
    56e5d88e2c299be31ce4fc4a604cede4.cab
    9f0be655144a0c68c7f087465e1ad4f9.cab
    d562ae79e25b943d03fc6aa7a65f9b81.cab
    e5f4f4dc519b35948be4500a7dfeab14.cab
    
    Windows Deployment Customizations-x86_en-us.msi
    4e56c6c11e546d4265da4e9ff7686b67.cab
     
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
  6. oldee

    oldee MDL Member

    May 27, 2012
    171
    47
    10
    Hello! everyone.
    I like to learn how to make my own home brew 16299.125 AIO(30in1) and Dual boot (x32 15in1, x64 15in1) install.wim based on Client has 9 indexes and VL has 6 indexes. Please guide me what is a simple and errorless to make index modification command or tool I can used? TIA.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,760
    450
    Create a multi-arch iso by downloading the ESD files + @abbodi1406 ESD>ISO script. Or let the MCT create one.

    Export all desired x86 indices into one x86 install.wim and all x64 into a separate x64 install.wim.
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:y /DestinationImageFile:"z:\install.wim" /Compress:max /checkintegrity
    
    x = source install.wim
    y = index to export
    z = target (new) install.wim
    
    You can split the install.wim files into .swm files (to be able to fit the FAT32 maximum size limit) or compress them to install.esd and replace the original install.wim files on the iso.
    Done :)
     
  8. oldee

    oldee MDL Member

    May 27, 2012
    171
    47
    10
    Thank you @Enthousiast, Two more things,
    How can I rearrange display order of indexes sequence? Let say 1 home, 2, Home N and so on ---,
    How about AIO(30in1) indexes, can used same command?
    Plz...
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,760
    450
    #572 Enthousiast, Dec 29, 2017
    Last edited: Dec 29, 2017
    The displayed sequence is the order you exported the indices to the new install.wim, so the first will be 1, the second will be 2, etcetc...
    The principle is the same for the 31 in 1.

    I only don't see any need why there should be separate retail and VL indices, any retail converts to VL when the gVLK is inserted, and proper KMS activations activate all editions by inserting the gVLK before running the KMS emulation.
     
  10. oldee

    oldee MDL Member

    May 27, 2012
    171
    47
    10
    I see. Thank you @ Enthusiast. I will considering that point and after trying test and learn , and than make safely separate AIO ISO for Retail and VL respectively. Once again Thank you
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,760
    450
    The only VL index you need is the enterprise one, it's not on the 16299.15/64/125 retail iso.
     
  12. oldee

    oldee MDL Member

    May 27, 2012
    171
    47
    10
    Yes, I knew and keep in mind. Thank you.
     
  13. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Pls help me to combine 32bit & 64bit windows 10 iso's.

    Hi guys, I dont know if this is the right place to ask.
    I have windows 10 (multi edition) x64 bit iso and x86 iso, both containing Home & Pro.
    All i need is, single iso - containing both x64 & x86 bit ( or ) simply merge these iso's into single iso.
    I had tried NTLite but i dont think it will work & also tried using Win Toolkit - from WinCert.net. I am not satisfied with these tools.
    I want to know how SCENE groups build these types of iso, because some of them has UEFI ready iso (Generation2 @ thepiratebay)
    Pls help me.
     
  14. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Pls help me to combine 32bit & 64bit windows 10 iso's.

    Hi guys, I dont know if this is the right place to ask.
    I have windows 10 (multi edition) x64 bit iso and x86 iso, both containing Home & Pro.
    All i need is, single iso - containing both x64 & x86 bit ( or ) simply merge these iso's into single iso.
    I had tried NTLite but i dont think it will work & also tried using Win Toolkit - from WinCert.net. I am not satisfied with these tools.
    I want to know how SCENE groups build these types of iso, because some of them has UEFI ready iso (Generation2 @ thepiratebay)
    Pls help me.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,760
    450
  16. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Thank you for the reply.

    I have some doubts.
    Is this the right link to download the ESD>ISO tool
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731

    The iso i downloaded is windows10 rs3 december update from the user @LostED . Do i really need to convert this iso to esd & again esd to iso with that tool by @abbodi1406 ? Is there any way to directly conver this Iso?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,760
    450
    As i wrote in my answer: