1. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    now works
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I believe he meant that he would like to wait for more help from the team to better understand how to do it.

    But he's already getting your help. Alright then!
     
  3. So sorry brother i forgot that you are already here who can assist him better too :)
     
  4. Wimlib not required, you can literally rename the esd to wim and windows setup and dism will still recognise it ;)
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    Did you try that? DISM can't handle an install.esd renamed to install.wim:thinking:

    Code:
    Error: 11
    
    An attempt was made to load a program with an incorrect format.
     
  6. Yes. In my homemade ISO homebrew experiments :p
    The compression algorithm used (LZX, LZMS etc.) is read from the file header. Esd is used to ease identification of solid archives ;)
     
  7. #19227 Deleted member 1385001, May 1, 2021
    Last edited by a moderator: May 1, 2021
    Does renaming a ext from .wim to .esd works :confused:
    then what for dism commands are used to convert wim to esd & why abbodi has made a esd to wim or vise versa wim to esd convertor :confused:
    why compression methods are different in both scenarios ie for esd is recovery & for wim is normal or max :confused:
     
  8. Yes it should work but it won't change the compression algorithm so non-solid archive will remain large and non-solid (contents won't be changed)
    Wim to esd converter converts it into a solid archive and reduces file size.
    Esd (solid archive) renamed to wim will remain non-editable, needs to be properly decompressed to make non-solid and editable ;)
     
  9. That is what i am reffering to solid archive esd .
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    Or by design to prohibit novices who used the MCT to create an ISO to corrupt it?;)

    ps, imagex (not wimlib-imagex) can handle install.esd to some level, mounting but not saving, deleting indexes.
     
  11. why will somebody just change the ext from wim to esd if it wont do any change.
    main criteria of converting wim to esd is to solid compress it so as to save space on iso & as well as faster installation.
     
  12. Solid archives by design are very difficult to edit, be it solid 7z archives or ESDs :p
     
  13. :dunno:
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    Most claim using install.esd would be slower, but only swm will be slower at installing, because it first needs to copy the swm files to be able to use/apply them. wim and esd can be directly applied.
     
  15. LZMS hardly requires more CPU resources than LZX for decompressing ;) although it is a completely different story for compression.
     
  16. Yes Absolutely Correct Brother. ESD Installation is faster compared to wim apply as per my consent. never tried swm's splitting image into parts so cant say about that.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    It's approx. the same for esd or wim.

    Somewhere in this thread i published the timings.


    But nothing of this is helping this question, not as long as the writer doesn't reply with the asked info:
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-961#post-1657431
     
    ok brother i might be wrong :)