1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    450
    #1 Enthousiast, Jan 29, 2019
    Last edited: May 17, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    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 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,122
    8,494
    240
    Is there any reason for relying on such an old 7-zip release? Is the current 19.00 release not working right?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    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?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Maybe it’s more efficient? I don’t know.
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,122
    8,494
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. whitestar_999

    whitestar_999 MDL Addicted

    Dec 9, 2011
    739
    334
    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.
     
  10. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,122
    8,494
    240
    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".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. whitestar_999

    whitestar_999 MDL Addicted

    Dec 9, 2011
    739
    334
    30
    I haven't come across any usual/standard AV that blocks vulnerable software versions but then this tool is not 7-zip so..
     
  12. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,122
    8,494
    240
    As long as there are no important reasons (like removed features), it doesn't hurt being on the latest version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Lord Schuldiner

    Lord Schuldiner MDL Novice

    Dec 16, 2014
    29
    1
    0
    What is the difference of using each method? In which cases should I use INSTALL.ESD or INSTALL.SWM?
     
  14. archangeliques

    archangeliques MDL Member

    May 2, 2017
    117
    15
    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.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    450
    #16 Enthousiast, Sep 30, 2019
    Last edited: Sep 30, 2019
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,511
    1,571
    60
    You can use this tool to create a USB stick with install.wim>4 gbytes.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,828
    108,951
    450
    #19 Enthousiast, Sep 30, 2019
    Last edited: Sep 30, 2019
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. archangeliques

    archangeliques MDL Member

    May 2, 2017
    117
    15
    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!