[DISCUSSION] Windows 10 (1709 RS3) "Fall Creators Update" Final 16299.15 , 16299.64 & 16299.125 (PC)

Discussion in 'Windows 10' started by Enthousiast, Oct 3, 2017.

  1. P40L0

    P40L0 MDL Senior Member

    Jul 14, 2009
    387
    221
    10
    Are there any other ESD to ISO converter that works also with localized ESD?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,423
    450
    Just wait till @abbodi1406 reads the report.
     
  3. P40L0

    P40L0 MDL Senior Member

    Jul 14, 2009
    387
    221
    10
    Is safe to assume that successfully converted official ESD to ISO and obtaining the official ISO when MS will release will be the same thing for a clean install?
    Thanks :)
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,423
    450
    #384 Enthousiast, Oct 5, 2017
    Last edited by a moderator: Oct 5, 2017
    (OP)
  5. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    60
    You posted already posted links and ESD's 4 times in this post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,247
    161
    60
    Yes it is
     
  7. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
    Code:
    pushd "%~dp0"
    set "esd=16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_cs-cz.esd"
    set "iso=16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_cs-cz.iso"
    md iso
    wimlib apply %esd% 1 iso\
    wimlib export %esd% 2 iso\sources\boot.wim --compress=maximum
    wimlib export %esd% 3 iso\sources\boot.wim --boot
    wimlib export %esd% 4 iso\sources\install.esd
    wimlib export %esd% 5 iso\sources\install.esd
    wimlib export %esd% 6 iso\sources\install.esd
    wimlib export %esd% 7 iso\sources\install.esd
    wimlib export %esd% 8 iso\sources\install.esd
    wimlib export %esd% 9 iso\sources\install.esd
    wimlib export %esd% 10 iso\sources\install.esd
    wimlib export %esd% 11 iso\sources\install.esd
    oscdimg -h -m -o -u2 -udfver102 -bootdata:2#p0,e,biso\boot\etfsboot.com#pEF,e,biso\efi\microsoft\boot\efisys.bin -lWin10 iso %iso%
    rd iso /S /Q
    pause
    (The number of indexes may vary according to the language version)
     
  8. Leopeva64

    Leopeva64 MDL Expert

    Oct 4, 2016
    1,098
    929
    60
    I create the iso without any problem (ES-MX x64).
    GIF.gif hi.jpg
     
  9. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    60
    #392 whatever127, Oct 5, 2017
    Last edited: Oct 5, 2017
    I have found a fix for esd-decrypter-wimlib-30.

    Replace
    Code:
    IF %MULTI% GEQ 6 (
    if /i %editionid%==Professional set DVDLABEL=CCSA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINED_OEMRET_%archl%FRE_%langid%.ISO
    if /i %editionid%==ProfessionalN set DVDLABEL=CCSNA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDN_OEMRET_%archl%FRE_%langid%.ISO
    if %editionids%==1 set DVDLABEL=CCSA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDSL_OEMRET_%archl%FRE_%langid%.ISO
    if %editionidc%==1 set DVDLABEL=CCCHA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDCHINA_OEMRET_%archl%FRE_%langid%.ISO
    if defined branch exit /b
    )
    
    with
    Code:
    IF %MULTI% GEQ 6 (
    if /i %editionid%==Cloud set DVDLABEL=CCSA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINED_OEMRET_%archl%FRE_%langid%.ISO
    if /i %editionid%==Professional set DVDLABEL=CCSA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINED_OEMRET_%archl%FRE_%langid%.ISO
    if /i %editionid%==ProfessionalN set DVDLABEL=CCSNA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDN_OEMRET_%archl%FRE_%langid%.ISO
    if %editionids%==1 set DVDLABEL=CCSA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDSL_OEMRET_%archl%FRE_%langid%.ISO
    if %editionidc%==1 set DVDLABEL=CCCHA_%archl%FRE_%langid%_DV5&set DVDISO=%_label%COMBINEDCHINA_OEMRET_%archl%FRE_%langid%.ISO
    if defined branch exit /b
    )
    
    This starts on line 364 in decrypt.cmd.

    Log after fixing:
    Code:
    
    
    ============================================================
    Checking ESD Info...
    ============================================================
    
    ============================================================
    Creating Setup Media Layout...
    ============================================================
    
    
    ============================================================
    Creating boot.wim...
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 738 MiB of 738 MiB (100%) done
    
    Using LZX compression with 8 threads
    Archiving file data: 93 MiB of 93 MiB (100%) done
    
    ============================================================
    Creating install.esd...
    ============================================================
    
    Using LZMS compression with 1 thread
    Archiving file data: 7576 MiB of 7576 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 210 MiB of 210 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 227 MiB of 227 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 194 MiB of 194 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 203 MiB of 203 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 188 MiB of 188 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 201 MiB of 201 MiB (100%) done
    
    Using LZMS compression with 1 thread
    Archiving file data: 186 MiB of 186 MiB (100%) done
    
    ============================================================
    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 (500 files in 37 directories)
    Scanning source tree complete (974 files in 90 directories)
    
    Computing directory information complete
    
    Image file is 3618996224 bytes (before optimization)
    
    Writing 974 files in 90 directories to 16299.15.170928-1534.RS3_RELEASE_CLIENTCOMBINED_OEMRET_X64FRE_PL-PL.ISO
    
    100% complete
    
    Storage optimization saved 4 files, 24576 bytes (0% of image)
    
    After optimization, image file is 3621150720 bytes
    Space saved because of embedding, sparseness or optimization = 24576
    
    Done.
    
    Press any key to exit.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
    so no ISO as of yet then
     
  12. P40L0

    P40L0 MDL Senior Member

    Jul 14, 2009
    387
    221
    10
    Why replacing "Professional" lines with "Cloud" ones?
     
  13. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Amazing how ppl just post without reading anything, even glancing back a few pages - same was asked on just the previous page! Post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    Using ESD to ISO EN-US x64 esd-decrypter-wimlib-30
    install.wim 4,535,382 kb
    install.esd 3,622,072 kb Will fit on DVD
     
  15. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    60
    Because Cloud is first edition index in 16299.15 ESD's. In earlier ESD's Professional was first edition index.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. P40L0

    P40L0 MDL Senior Member

    Jul 14, 2009
    387
    221
    10
    Thank you, I'll give it a shot! :)