WHDownloader - Support and chat

Discussion in 'WHDownloader' started by Alphawaves, Apr 29, 2013.

  1. taviruni

    taviruni MDL Senior Member

    May 8, 2010
    261
    248
    10
    Please forgive me but with Forum Update, Last Updated Date in Post is lost, I am looking for last version of WHDownloader, Could some one give a link, Please?

    Thanks in advance

    taviruni
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,236
    94,621
    450
    Extract the install.wim from the iso and point the script at the extracted install.wim.
     
  3. Nongshim

    Nongshim Guest

    Omg lol, this seems to be working. Thank you.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Mounting a WIM needs write access to it. For that reason it fails from the mounted ISO (read-only).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Nongshim

    Nongshim Guest

    Does this work on an esd (like in from the mct downloaded iso) or do I need to convert it to wim?
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Needs to be converted. ESD can only be applied.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Nongshim

    Nongshim Guest

    Ahh okay, so I can convert to WIM, slipstream and convert back to ESD to save space on my USB drive?
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Correct, that will work. NOTE: Especially WIM>ESD conversion is very resource hungry aka stability test :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Nongshim

    Nongshim Guest

    In abbodis ESD<>WIM converter, what exactly does this do:
    1 - Export 1st index
    2 - Export all indexes
    3 - Export single selected index
    4 - Export consecutive range of indexes

    Not sure what exactly this does, thanks.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,236
    94,621
    450
    I would always start with a clean install.wim (not re-update an already updated one), or are you using install.esd from the by the MCT created iso?

    It does what it says:

    1. only export the first index shown in the list.
    2. export all indexes shown in the list
    3. export a particular index you've selected
    4. export particular indexes you've selected
     
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    It's only some choices if ESD has several indices (e.g. Pro and Home). You can check which index is what edition with:

    Code:
    dism /Get-WimInfo /WimFile:"path\to\your.wim"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,236
    94,621
    450
    The tool shows all indexes in that same window ;)
     
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Wasn't using it for a longer time. Then it should be self-explaining :g:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,236
    94,621
    450
    Code:
    ===============================================================================
                       Detected WIM file contains 5 indexes:
    
      1. "Windows 7 HomeBasic x64"
      2. "Windows 7 HomePremium x64"
      3. "Windows 7 Professional x64"
      4. "Windows 7 Ultimate x64"
      5. "Windows 7 Enterprise x64"
    ===============================================================================
                                      Options:
      0 - Quit
      1 - Export 1st index
      2 - Export all indexes
      3 - Export single selected index
      4 - Export consecutive range of indexes
    ===============================================================================
    > Enter Your Option:
     
  15. Nongshim

    Nongshim Guest

    the esd wim converter, which is better wimlib or dism?
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    As you like, afaik there's a marginal advantage of wimlib over dism regarding the resulting ESD size.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Nongshim

    Nongshim Guest

    One last question, if I remove the Pro index with the converter will it activate properly when I install?
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...