Identify which Win 8/8.1 releases are these ISOs and ESDs on my disk?

Discussion in 'Windows 8' started by crashnburn, Jul 12, 2015.

  1. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #1 crashnburn, Jul 12, 2015
    Last edited by a moderator: Apr 20, 2017
    I downloaded these ISOs (untouched) last year in Aug 2014 through names/ links/ suggestions non MDL forums.

    Code:
    08/12/2014  12:26 AM     4,115,013,632 en_windows_8.1_with_update_x64_dvd_4065090.iso
    08/12/2014  12:14 AM     3,581,853,696 en_windows_8_x64_dvd_915440.iso
    08/11/2014  12:44 PM     4,006,621,184 IR3_CPRA_X64FRER_en-US_DV9.iso
    I just used 915440 and 406509 to go from Win 7 > 8 > 8. Used MTK :)
    These I intend to keep.

    Is the IR3_CPRA a newer or older release of 8.1 or a Non-US version?
    Should I get rid of it?

    I have another .ESD/ .ISO sitting in another folder. This is from an official download when I did the $14.99 Update purchase. I am keeping this SERIAL/ KEY safe until this whole Win 8 to Ten thing settles down.

    Also, Is there some way to check which Country/ Language the ISO or ESD belongs to if the name/ release long name is missing.

    I am wondering what release this .ESD (created .ISO) is and whether its worth keeping on the Disk?
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #2 s1ave77, Jul 12, 2015
    Last edited by a moderator: Apr 20, 2017
    Check included install.wim/esd for info. It's sufficient to mount the ISO to do so.

    Code:
    dism /Get-WimInfo /WimFile:"d:\win\install.wim" /Index:1
    dism /Get-WimInfo /WimFile:"d:\win\install.esd" /Index:1
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #3 crashnburn, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #4 s1ave77, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    When checking mounted ISO i would adapt the pathes correctly:

    Code:
    dism /Get-WimInfo /WimFile:"x:\sources\install.wim" /Index:1
    dism /Get-WimInfo /WimFile:"x:\sources\install.esd" /Index:1
    Earlier given example was a general sample :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #5 crashnburn, Jul 18, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  6. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,719
    6,741
    270
    the ESD hash shouldn't be the same as it was originally if you used the decrypter since it decrypted the ESD. if you want to keep a copy, probably should DL again and save it. If you ever decrypt again, make a copy of it to do it so you dont have to DL the original again.

    Personally I see no reason to keep it though.
     
  7. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    #7 crashnburn, Jul 18, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Oh! That's a new learning. I have the 2 latest/ suggested/ legit and working ISOs for Win 8 & 8.x here.
    Code:
    08/12/2014  12:26 AM     4,115,013,632 en_windows_8.1_with_update_x64_dvd_4065090.iso
    08/12/2014  12:14 AM     3,581,853,696 en_windows_8_x64_dvd_915440.iso
    Do I really need to keep the ESDs and its generated ISO? Can I just delete it?
    What's the benefit of keeping an ESD?
     
  8. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    864
    8,154
    30
  9. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #9 urie, Jul 18, 2015
    Last edited by a moderator: Apr 20, 2017
    No benefit at all, and if really needed you can convert to esd.
     
  10. ghazimustafa

    ghazimustafa MDL Novice

    Aug 22, 2013
    31
    1
    0

    He means you can convert the wim file in the sources folder of the iso to esd if you need it
     
  11. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    What would be the point of that? Isnt it usually ESD > WIM & ISO?