Windows 10 ESD Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    WU actually skip downloading disabled features files (like OpenSSH)

    Only WU can extract and apply metadata ESD (e.g. professional_en-us.esd) without having all reference wim files

    dism.exe, imagex, wimlib-imagex cannot
     
  3. petok

    petok MDL Senior Member

    May 4, 2009
    287
    173
    10
    Question is possible make this steps from esd downloaded 31 files do not add just skip and no integrate
    openssh-client-package-amd64.cab
    microsoft-windows-tabletpcmath-package-amd64.cab
    microsoft-windows-quickassist-package-amd64.cab
    microsoft-windows-hello-face-package-amd64.cab
    microsoft-windows-hello-face-migration-package-amd64.cab

    into new install.wim files and iso.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    No

    uup converter don't add/integrate features, they are built-in metadata ESD already
     
  5. petok

    petok MDL Senior Member

    May 4, 2009
    287
    173
    10
    Metadata ESD is editable or if edit then wrong create wim files right?
     
  6. diy371

    diy371 MDL Member

    Jan 28, 2013
    144
    229
    10
    uup-converter-wimlib-36,18362.1 pro_zh_cn uup,Create install.wim,error:
    Code:
    ============================================================
           0 - Exit
           1 - Create ISO with install.wim
           2 - Create install.wim
           3 - UUP Edition info
           4 - Create ISO with install.esd
           5 - Create install.esd
           6 - Configuration Options
    
    ============================================================
    > Enter your option and press "Enter": 2
    此时不应有 17763。
    
    D:\ESD>
    
    uup-converter-wimlib-35f work fine
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
  8. BELNN

    BELNN MDL Junior Member

    Apr 2, 2016
    61
    41
    0
    Hey. How can I fix it so that after integration the cumulative update is not offered again by windows update?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Don't install any update after it, or LangPack, or enable a feature
     
  10. BELNN

    BELNN MDL Junior Member

    Apr 2, 2016
    61
    41
    0
    I'm not installing anything. Clean image with integrated updates. After you connect to the network, you are prompted to install the cumulative update.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    It's known behavior since v1809, nothing i can do
     
  12. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,153
    761
    60
    just install the latest CU offered by WU (even if it's already integrated onto the install media using UUP converter) - no harm no foul committed :)
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    #2393 abbodi1406, Sep 9, 2019
    Last edited: Sep 9, 2019
    Adding this to arm64 image prior integration fix the issue
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE_WIM\Microsoft\Windows\CurrentVersion\SideBySide]
    "AllowImproperDeploymentProcessorArchitecture"=dword:00000001
    and the key is not locked (like \Configuration)

    that value exist since Windows 7, maybe it serve other purposes too (or to handle IA-64)
     
  14. pp03

    pp03 MDL Member

    Apr 12, 2014
    150
    13
    10
    will 18362.295 esd files be available?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    All is possible but i doubt it:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. boblan

    boblan MDL Novice

    Jun 1, 2015
    16
    4
    0
    #2398 boblan, Sep 14, 2019
    Last edited: Sep 18, 2019
    Updating from build 18975 to Build 18980 uup files created by windows update has issues with your converters.

    1. uup-converter-wimlib-21 to uup-converter-wimlib-32 get blob errors.
    [ERROR] "\Windows\WinSxS\amd64_microsoft-windows-wordpad_31bf3856ad364e35_10.0.18980.1_none_0b67165ed915c46b\wordpad.exe": blob not found
    SHA-1 message digest of missing blob: e18d9711c508486134965212d26f9bd72c115c22
    ERROR: If this is a delta WIM, use the --ref argument to specify the WIM(s) on which it is based.
    ERROR: Exiting with error code 55:
    A file resource needed to complete the operation was missing from the WIM.


    2. uup-converter-wimlib-33 & uup-converter-wimlib-34 - work correctly & creates an ISO.

    3. uup-converter-wimlib-35 to uup-converter-wimlib-37 just exits without error.

    4. UUP converter works well from UUP Dump uupdump.ml for Build 18980.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    @boblan

    could you run v37 in debug mode and post the log?
    - set the desired options in ConvertConfig.ini (you must set AutoStart to 1 or 2)

    - edit convert-UUP.cmd, line 49, change to set "_Debug=1" and save

    - open cmd as admin and change to the script location, then execute:
    Code:
    convert-UUP.cmd uup_path >Debug.log 2>&
    replace uup_path with path to uup directories folder

    -wait until the cmd cursor returns (cmd window won't be closed)
     
  19. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,153
    761
    60
    extremely unlikely to happen pp03 so no

    I think it's also like that with the refreshed 1809 ESDs/ISOs that MS make, abbodi.
    so yea, nothing can be done about that