ESD <> WIM Conversion batch

Discussion in 'Scripting' started by liliactr, Apr 16, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,015
    340
    wimlib doesn't allow duplicate images name

    MS imagex might allow it
     
  2. armond

    armond MDL Addicted

    Jun 16, 2008
    752
    250
    30
    #122 armond, Sep 3, 2019
    Last edited: Sep 3, 2019
    Well, Just noticed something: ESD2WIM.png
    Was trying to export a single index install.wim to install.esd.
    It worked as always, but it shows incorrect file sizes? A bit funny though. Running on Windows 10 1903.
    Edit: After updating wimlib to the latest 1.13.1, it now shows the correct file size when exporting WIMs.
     
  3. MarvelX7

    MarvelX7 MDL Member

    Jun 1, 2021
    235
    243
    10
    @abbodi1406 suddenly im getting this warning

    Code:
    [WARNING] Couldn't create parallel chunk compressor: Ran out of memory.
              Falling back to single-threaded compression.

    Although i still have 10g ram unused ?
    Any thoughts
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,015
    340
    Try the latest wimlib
     
  5. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    91
    33
    0
    #125 Acideb135, Aug 12, 2024
    Last edited: Aug 14, 2024
    @abbodi1406 you can update ESD2WIM 8 and UUP -CONVERTER 107 with the libwim-15.dll v1.14.4 , 32 and 64 bits from 24-02-24 instead of 19-04-21 for ESD2WIM and 28-04-23 for UUP -Converter 107

    Edit: Attached Files: ESD2WIM-WIM2ESD-8-update (not for XP)
     

    Attached Files:

  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,015
    340
    ESD2WIM might need it (v1.13.6 if i want to keep XP-compatibility)

    not necessary for uup-converter
     
  7. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    91
    33
    0
    And you know a lot of people still on XP ? :)

    But Why not .
     
  8. ciscokid

    ciscokid MDL Senior Member

    Jun 3, 2007
    369
    103
    10
    @abbodi1406 Just a quick question if only for proof of concept going from WIM to ESD, is there any way this script can work when there are only 3 indexes in the WIM file?

    I tried it on the IoT Enterprise LTSC 2024 WIM file and it says it can't do anything under 4 indexes.

    No biggie at all, just checking, thanks for your time!
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,015
    340
    #129 abbodi1406, Mar 25, 2025
    Last edited: Mar 26, 2025
    ESD2WIM convert.cmd does not have that restriction

    ESD2ISO decrypt.cmd does have it, and it's for a different purpose
     
  10. ciscokid

    ciscokid MDL Senior Member

    Jun 3, 2007
    369
    103
    10
    Thank you!
     
  11. My VN

    My VN MDL Member

    Oct 10, 2018
    100
    17
    10
    Died link bro, fix me. Thank you
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,015
    340
  13. My VN

    My VN MDL Member

    Oct 10, 2018
    100
    17
    10
  14. My VN

    My VN MDL Member

    Oct 10, 2018
    100
    17
    10
    After compressing ESD file, error 4% during installation

    [​IMG]
     
  15. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,090
    2,853
    90
    @My VN Make sure your install.esd is in good order(the content of it is not corrupted) - if it installs just fine as an install.wim, then just redo the compression to .esd.
     
  16. EXO56

    EXO56 MDL Member

    Mar 22, 2013
    228
    402
    10
    Made a scripted converter with a gui based on wimlib-imagex and supporting Drag&Drop time ago.

    [​IMG]

    Still in beta cause the code needs more work...
     
  17. My VN

    My VN MDL Member

    Oct 10, 2018
    100
    17
    10
    share me plz ! thanks !