how to iso to esd?

Discussion in 'Windows 10' started by mathan, Aug 8, 2015.

  1. mathan

    mathan MDL Novice

    Dec 25, 2009
    16
    0
    0
    how to windows 10 iso to esd file ?
    not install.wim hole ISO to ESD file
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    What should that bring ... :g:?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    perhaps making a new iso, no? :D
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340

    Looks like OP is referring to the nice little package an ESD gives.

    No clue how it should be installed off of that ESD then.

    Ttheoretically it only needs to reverse all steps from abbodis decrypter, but the encryption isn't possible.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240

    was just a joke, I know you know. Guess question was meant the other way around ..lol
     
  6. mathan

    mathan MDL Novice

    Dec 25, 2009
    16
    0
    0
    what happen guys ?
     
  7. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    #7 dhjohns, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    ISO is not much bigger than esd. If you have ISO, mount it, and copy install.wim to drive X. Then run this
    Code:
    dism /Export-Image /SourceImageFile:X:\install.wim /SourceIndex:1 /DestinationImageFile:X:\install.esd /Compress:recovery
    in elevated command prompt. If you want esd in ISO file then extract ISO, and replace install.wim with install.esd. Make bootable image. ISO with esd is only very slightly bigger than esd.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    nothing. You should tell us what you really want to do since we assume your idea is the other way around if we are not mistaken
     
  9. mathan

    mathan MDL Novice

    Dec 25, 2009
    16
    0
    0
    guys i've windows 10 AIO iso file with install.esd file , so i remove some index ?!, how to do ? , i try dism and imagex also,
     
  10. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    60
    I think it would be easier to remove then image index with imagex

    imageX /delete <sourcewimfilename> <imagenumber|imagename> \\[/check\\]


    For a closer look at an image, you'd have to switch tools and use the Dism command with the /get-wiminfo option:

    dism /get-wiminfo /wimfile:<filename> /index:<image-number>

    of course I'll not go into the actual commands. but i think this is what he is looking for.

    or maybe he wants to export only specific images then merge them bak into his special AIO
     
  11. mathan

    mathan MDL Novice

    Dec 25, 2009
    16
    0
    0
    dism command show index off esd file . but imagex not read esd file