Windows 10 ISO With Install.esd/Install.swm Creation Tool

Discussion in 'Windows 10' started by Enthousiast, Jan 29, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
    #1 Enthousiast, Jan 29, 2019
    Last edited: Oct 14, 2019
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
    Updated the tool to be able to run x86 wimlib-imagex on x86 systems and x64 on x64 systems.

    Code i got from @Windows_Addict to use for my SiMPLiX tool :)
     
  3. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,543
    Trophy Points:
    150
    Is there any reason for relying on such an old 7-zip release? Is the current 19.00 release not working right?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
    I just copied the files from the latest ESD>ISO v49 by @abbodi1406 :D

    Is there any real need for renewal of the 7z files?
     
  5. luzea

    luzea MDL Expert

    Joined:
    Apr 25, 2019
    Messages:
    1,003
    Likes Received:
    1,775
    Trophy Points:
    60
    Maybe it’s more efficient? I don’t know.
     
  6. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,543
    Trophy Points:
    150
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
  8. whitestar_999

    whitestar_999 MDL Addicted

    Joined:
    Dec 9, 2011
    Messages:
    584
    Likes Received:
    255
    Trophy Points:
    30
  9. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
  10. whitestar_999

    whitestar_999 MDL Addicted

    Joined:
    Dec 9, 2011
    Messages:
    584
    Likes Received:
    255
    Trophy Points:
    30
    It's just an extra precaution,if it is too much work to implement in @abbodi1406 tool then I guess it's not worth it.
     
  11. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,543
    Trophy Points:
    150
    It has a high chance getting blocked from working by all kinds of the security products, as old 7-Zip releases have been flagged as being "risky".
     
  12. whitestar_999

    whitestar_999 MDL Addicted

    Joined:
    Dec 9, 2011
    Messages:
    584
    Likes Received:
    255
    Trophy Points:
    30
    I haven't come across any usual/standard AV that blocks vulnerable software versions but then this tool is not 7-zip so..
     
  13. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,543
    Trophy Points:
    150
    As long as there are no important reasons (like removed features), it doesn't hurt being on the latest version.
     
  14. Lord Schuldiner

    Lord Schuldiner MDL Novice

    Joined:
    Dec 16, 2014
    Messages:
    28
    Likes Received:
    1
    Trophy Points:
    0
    What is the difference of using each method? In which cases should I use INSTALL.ESD or INSTALL.SWM?
     
  15. archangeliques

    archangeliques MDL Member

    Joined:
    May 2, 2017
    Messages:
    109
    Likes Received:
    14
    Trophy Points:
    10
    ESD uses compression while SWM splits the file into 2 to make it FAT32 compatible. I once run it on an older hardware and compression seemed to take much longer time then I used SWM and it completed within 10 mins or something. SWM also doesn't work on Windows 7.

    Check this post for full story.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
  17. rpo

    rpo MDL Expert

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    60
    You can use this tool to create a USB stick with install.wim>4 gbytes.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
    #18 Enthousiast, Sep 30, 2019
    Last edited: Sep 30, 2019
    (OP)
    Yeah, that's another overcomplicated tool to do it, but this one does optimize boot.wim (by default there are deleted files in most of the boot.wim files inside officially released iso's, win 7 and up.) and install.wim, before it creates the split wim files, when using install.esd wimlib-imagex will do it at compressing.
     
  19. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,564
    Likes Received:
    59,628
    Trophy Points:
    450
  20. archangeliques

    archangeliques MDL Member

    Joined:
    May 2, 2017
    Messages:
    109
    Likes Received:
    14
    Trophy Points:
    10
    Last year was "Feb 21, 2019", I explained it on another thread, my bad.

    I wish I knew wimlib command on Feb 21, 2019, it would have been made the things much easier for me back then.

    Glad that it works on Win 7 too now, it'll save time if anyone have to do it on Win 7.

    Thanks!