Windows 10 ESD Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  2. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,145
    21,024
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Phairat

    Phairat MDL Member

    Feb 19, 2014
    100
    37
    10
    #1463 Phairat, Jul 28, 2017
    Last edited: Jul 28, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    #1464 Enthousiast, Jul 28, 2017
    Last edited: Jul 28, 2017

    Attached Files:

  5. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    As always, I'll maintain my 15063.0 ISO and use the abbodi tool for integrate the updates. The size of the ISO is lower always.
     
  6. diddy24

    diddy24 MDL Junior Member

    Oct 2, 2015
    55
    6
    0
    Why is the name of the ISO different from ESD? For example ESD "15063.0.170710-1358.rs2_release_svc_refresh_" but the created ISO "15063.0.170317-1834.RS2_RELEASE_"
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    #1467 Enthousiast, Jul 28, 2017
    Last edited: Jul 28, 2017
    Because @abbodi1406 or @adguard didn't change the code to accommodate the new esd's?
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    AFAIK, current script version gives this iso name, which is close enough
    15063.483.170711-0645.rs2_release_svc_refresh
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    Writing 1712 files in 99 directories to 15063.0.170317-1834.RS2_RELEASE_CLIENTCOMBINEDSL_OEMRET_X64FRE_EN-US.ISO
     
  10. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
    I'm not really familiar with M$ nomenclature. So I'll ask @abbodi1406 , are you going to update your script ESD > ISO?
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    esd-decrypter-wimlib-30

    - Fixed label for 15063 july refresh ESD (i wonder why they changed BuildLabEx registry back to rtm 15063)

    - Implemented workaround to unify different winre.wim accross multiple editions iso
    if (for any reason) you don't want this, edit decrypt.cmd and change the option to SET CheckWinre=0

    - Replaced DISM with imagex (for checking dual architecture ESDs)
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    #1472 Enthousiast, Jul 29, 2017
    Last edited: Jul 29, 2017
    Code:
    ============================================================
                        ESD Contents Info
    ============================================================
    
         OS 1: Windows 10 Pro
         OS 2: Windows 10 Home
         OS 3: Windows 10 Home Single Language
         OS 4: Windows 10 Education
         Arch: x64
     Language: EN-US
      Version: 10.0.15063.483
       Branch: RS2_RELEASE_SVC_REFRESH
    
    Press any key to continue...
    Code:
    
    
    ============================================================
    Creating Setup Media Layout (x64)...
    ============================================================
    
    
    ============================================================
    Creating boot.wim (x64)...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 730 MiB of 730 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 113 MiB of 113 MiB (100%) done
    
    ============================================================
    Creating install.esd (x64)...
    ============================================================
    
    Using LZMS compression with 1 thread
    Archiving file data: 7953 MiB of 7953 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 903 MiB of 903 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 860 MiB of 860 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 841 MiB of 841 MiB (100%) done
    
    ============================================================
    Unifying winre.wim (x64)...
    ============================================================
    
    Extracting file data: 459 MiB of 459 MiB (100%) done
    Done extracting files.
    
    Updating winre.wim in different indexes...
    
    "ISOFOLDER\x64\sources\install.esd" original size: 5008860 KiB
    Using LZMS compression with 8 threads
    Archiving file data: 8519 MiB of 8519 MiB (100%) done
    "ISOFOLDER\x64\sources\install.esd" optimized size: 3268802 KiB
    Space saved: 1740057 KiB
    
    
    ============================================================
    Running Decryption program...
    ============================================================
    
    Done
    
    ============================================================
    Creating Setup Media Layout (x86)...
    ============================================================
    
    
    ============================================================
    Creating boot.wim (x86)...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 579 MiB of 579 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 102 MiB of 102 MiB (100%) done
    
    ============================================================
    Creating install.esd (x86)...
    ============================================================
    
    Using LZMS compression with 1 thread
    Archiving file data: 5410 MiB of 5410 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 691 MiB of 691 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 656 MiB of 656 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 641 MiB of 641 MiB (100%) done
    
    ============================================================
    Unifying winre.wim (x86)...
    ============================================================
    
    Extracting file data: 377 MiB of 377 MiB (100%) done
    Done extracting files.
    
    Updating winre.wim in different indexes...
    
    "ISOFOLDER\x86\sources\install.esd" original size: 3897110 KiB
    Using LZMS compression with 8 threads
    Archiving file data: 5848 MiB of 5848 MiB (100%) done
    "ISOFOLDER\x86\sources\install.esd" optimized size: 2515674 KiB
    Space saved: 1381435 KiB
    
    ============================================================
    Preparing BCD settings...
    ============================================================
    
    
    ============================================================
    Creating ISO...
    ============================================================
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (3000 files in 161 directories)
    Scanning source tree complete (3403 files in 207 directories)
    
    Computing directory information complete
    
    Image file is 7021658112 bytes (before optimization)
    
    Writing 3403 files in 207 directories to 15063.0.170710-1358.RS2_RELEASE_SVC_REFRESH_CLIENTCOMBINEDSL_OEMRET_X86-X64FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 1323 files, 84719616 bytes (2% of image)
    
    After optimization, image file is 6947039232 bytes
    Space saved because of embedding, sparseness or optimization = 84719616
    
    Done.
    
    Press any key to exit.
    
    

    Code:
    
    ============================================================
    Creating Setup Media Layout...
    ============================================================
    
    
    ============================================================
    Creating boot.wim...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 730 MiB of 730 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 113 MiB of 113 MiB (100%) done
    
    ============================================================
    Creating install.wim...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 7953 MiB of 7953 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 903 MiB of 903 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 860 MiB of 860 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 841 MiB of 841 MiB (100%) done
    
    ============================================================
    Unifying winre.wim...
    ============================================================
    
    Extracting file data: 459 MiB of 459 MiB (100%) done
    Done extracting files.
    
    Updating winre.wim in different indexes...
    
    "ISOFOLDER\sources\install.wim" original size: 6003990 KiB
    Using LZX compression with 8 threads
    Archiving file data: 8519 MiB of 8519 MiB (100%) done
    "ISOFOLDER\sources\install.wim" optimized size: 4033235 KiB
    Space saved: 1970754 KiB
    
    ============================================================
    Creating ISO...
    ============================================================
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (1500 files in 54 directories)
    Scanning source tree complete (1712 files in 99 directories)
    
    Computing directory information complete
    
    Image file is 4714725376 bytes (before optimization)
    
    Writing 1712 files in 99 directories to 15063.0.170710-1358.RS2_RELEASE_SVC_REFRESH_CLIENTCOMBINEDSL_OEMRET_X64FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 18 files, 133120 bytes (0% of image)
    
    After optimization, image file is 4718333952 bytes
    Space saved because of embedding, sparseness or optimization = 133120
    
    Done.
    
    Press any key to exit.

    Code:
    
    ============================================================
    Checking ESD Info...
    ============================================================
    
    ============================================================
    Creating Setup Media Layout...
    ============================================================
    
    
    ============================================================
    Creating boot.wim...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 579 MiB of 579 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 102 MiB of 102 MiB (100%) done
    
    ============================================================
    Creating install.wim...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 5410 MiB of 5410 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 691 MiB of 691 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 656 MiB of 656 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 641 MiB of 641 MiB (100%) done
    
    ============================================================
    Unifying winre.wim...
    ============================================================
    
    Extracting file data: 377 MiB of 377 MiB (100%) done
    Done extracting files.
    
    Updating winre.wim in different indexes...
    
    "ISOFOLDER\sources\install.wim" original size: 4478094 KiB
    Using LZX compression with 8 threads
    Archiving file data: 5848 MiB of 5848 MiB (100%) done
    "ISOFOLDER\sources\install.wim" optimized size: 2956358 KiB
    Space saved: 1521735 KiB
    
    ============================================================
    Creating ISO...
    ============================================================
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (1500 files in 55 directories)
    Scanning source tree complete (1629 files in 97 directories)
    
    Computing directory information complete
    
    Image file is 3501031424 bytes (before optimization)
    
    Writing 1629 files in 97 directories to 15063.0.170710-1358.RS2_RELEASE_SVC_REFRESH_CLIENTCOMBINEDSL_OEMRET_X86FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 18 files, 133120 bytes (0% of image)
    
    After optimization, image file is 3504443392 bytes
    Space saved because of embedding, sparseness or optimization = 133120
    
    Done.
    
    Press any key to exit.
     
  13. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    I have a question that may offend some people, but here goes: I've been on MDLF since 2012, but never had the courage to ask for sounding dumb. What are ESD files used for and can I convert them to ISOs, and next question, can I combine both 32 bit and 64 bit architectures on one ISO, and if so, how to do that, provided that it's no really involved.

    Lastly, can I combine both 32 bit and 64 bit architectures of Office 2016 on one ISO? I would really appreciate any and all assistance concerning this matter. I am learning a lot on MDLF, even though it may be at a slower pace than most.
    Thank You.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    ESD files are the files downloaded by WU or Upgrade Assistant and MCT, they are used by the programs to create iso's from, like the MediaCreationTool does,

    You also can download them manually and use them with @abbodi1406's ESD>ISO Decrypter, you can create multi-architecture iso's by putting the x86 and x64 ESD (they have to be the same editions) next to the script and when you run it. it will offer you to create a multi-architecture iso.

    For office questions please go to the office part of the board :)
     
  16. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Thank you very much for a quick response. Is therer a ISO>WIM so I can use "WinAIO Maker"? Am I making this more complicated than what it really is? If so, please let me know. I like to know how to do things BEFORE I make an attempt at doing things. I know, my issue! :)
     
  17. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    251
    60
    you can use tool called ultraiso or poweriso to extract install.wim file from the iso so that you can use it for WinAIO maker to integrate other wim images and create new AIO iso.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    #1480 Enthousiast, Aug 1, 2017
    Last edited: Aug 1, 2017
    I never use those tools, the iso's made from the clientcombined esd's contain all sku's except enterprise, you can easily export the enterprise index to the clientcombined one and you have all sku's in one index.
    If you made a multi-architecture iso, you can do it for both install.wims.