Windows 10 Imaging, Customization and Deployment

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

  1. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Thank you. I didnt see that..
    Thank you for the help.
     
  2. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    Code:
    Dism /Split-Image /ImageFile:x:\install.wim /SWMFile:y:\install.swm /FileSize:3500
    x=source wim
    y=target swm
    3500=swm max filesize (has to be <4GB)
     
  4. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Also i would like to delete some windows edition from the iso except Home & Pro. How can i do it? Will this reduce the file size too?
    Forgot to mention that all of this is done in Windows 7 Ultimate SP1 x64 bit PC:angel_not:
    Thank you for u r support :)
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    Just export the desired indices to a new install.wim and next split it.
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:z /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    
     
  6. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    #588 YED, Jan 18, 2018
    Last edited: Jan 18, 2018
    Thank you for your support @Enthousiast :)

    command lines gives me errors, or maybe because i didnt have enough experience. It didnt work.
    so finally i use MSMG ToolKit & everything was fine. Now i done indices, i am going to combine those iso's first & then split wim's .
    Will update on my custom iso:D
     
  7. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    1. Deleted unwanted indices

    2. Combined those iso's using "multi_arch_iso.cmd"

    Now here is the problem. If i use MSMG ToolKit to split wim's ie, extract the combined x64x86 iso to the dvd folder of MSMG ToolKit, I cannot create iso from that dvd folder.
    But if i use poweriso to create iso from the dvd folder, resulted file will be of ~11gb instead original combined iso is ~6gb - iso lacking those compression used by "multi_arch_iso.cmd".

    Pls help me, I am stuck!!!
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    MSMG doesn't support multi-arch iso's, just split the install.wim files and replace the ones in the multi-arch iso manually.
     
  9. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    i try that but the iso file size is increased to 11 GB. I want to compress it back to 6gb, which is the size of combined x64x86 iso file created by multi_arch_iso.cmd
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    My win 10 AIO multi-arch iso (20 indices) is 6.37 GB (6,847,561,728 bytes) in size, i use install.esd files instead of install.wim/swm. Both install.esd files are <4GB to fit the FAT32 max filesize limit for UEFI booting.
     
  11. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    Can you help me to compress this iso to 6bg?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
  13. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    #595 YED, Jan 18, 2018
    Last edited: Jan 18, 2018
    This is whats happening...

    I combined x64 & x86 iso with "multi_arch_iso.cmd"
    File size: 6Gb.
    If this iso is extracted to a folder,
    File size: 12Gb
    ---------------------------------
    If i create ISO from the extracted folder
    File size: 12Gb.

    using some compression method, which is used in "multi_arch_iso.cmd"
    I want to create ISO from that extracted folder with a file size ~6Gb.

    Please tell me how "multi_arch_iso.cmd" can achieve 12gb to 6gb compression?

    My pc is lowend, which is why i cannot use wim > esd converter..

    Pls help!!
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    You probably used the option to create a multi-arch iso with one shared install.wim, i never use it, i always create an iso with 2 separate install.wim, one x86 and one x64, next i replace the boot.wim and install.wim in the x64 and the ones in the x86 folder with my modified install.esd and boot.wim, the size is just over 6GB.
     
  15. YED

    YED MDL Novice

    Mar 25, 2014
    23
    3
    0
    #597 YED, Jan 19, 2018
    Last edited: Jan 19, 2018
    Yes I used the option to create a multi-arch iso with one shared install.wim.
    Sorry i didnt know that. Now i will try to use 2 separate install.wim & will update further progress.
    Okay now I understand completely.:Lighten:
    Thank you @Enthousiast for your support :yeahyeah:
    After finish my build:nsa:, will post a tuts on combined x64 & x86 iso.:rasta:
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,784
    340
    Custom AIO is actually option 3 in decrypt.cmd, but option 1 in multi_arch_iso.cmd :biggrin: