Any news about the next version of wimlib ?
It hasn't been updated for over a year and a half.
Search found 17 matches
- Sun Sep 28, 2025 8:40 am
- Forum: wimlib discussion
- Topic: wimlib 1.14.4 released
- Replies: 3
- Views: 266822
- Wed Jan 22, 2025 3:53 am
- Forum: wimlib discussion
- Topic: Feature request: Export multiple image indexes in one operation from solid archive
- Replies: 0
- Views: 165798
Feature request: Export multiple image indexes in one operation from solid archive
In a solid archive using the LZMS algorithm. For example, there are 20 indexes in a image file, and I need to export indexes 3, 5, 7, and 9, which requires four operations. However, for the export of solid archives, each operation will read the source file from the beginning, making the speed very ...
- Tue Jul 25, 2023 5:55 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
All right. Thank you for your answer.
- Sun Jul 23, 2023 10:26 pm
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
I don't know what is going here, but one possibility is that Windows Setup only looks in the first WIM part for the license file. I tried those split commands myself, and I noticed that in the install_ESD.wim case some of the files in '/Windows/System32/Licenses' end up in the second WIM part ...
- Sun Jul 23, 2023 6:42 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
wimlib was writing directory junctions (such as "\Documents and Settings" => "\Users") differently from DISM, and that caused the problem here. If you want the full details, see the fix commit https://wimlib.net/git/?p=wimlib;a=commitdiff;h=8fddc3329891bb2dbff1ef2bd6ee65b83e405557.
Please try ...
- Sat Jul 22, 2023 11:26 pm
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
wimlib was writing directory junctions (such as "\Documents and Settings" => "\Users") differently from DISM, and that caused the problem here. If you want the full details, see the fix commit https://wimlib.net/git/?p=wimlib;a=commitdiff;h=8fddc3329891bb2dbff1ef2bd6ee65b83e405557.
Please try ...
- Sat Jul 22, 2023 8:03 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
Wow, that's awesome. Looking forward to the beta version.synchronicity wrote: Sat Jul 22, 2023 7:47 am Hi, I've figured out what the problem is. I need to do some more testing and I'll probably post a new BETA tomorrow.
So, what exactly is the problem? I'm curious.
- Sat Jul 22, 2023 12:19 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
Indeed, the Windows 8.0 install.wim image is really weird.synchronicity wrote: Fri Jul 21, 2023 6:09 pm So it sounds like the Windows 8 installer doesn't work with a split WIM. That is a separate problem that I can't do anything about.
- Fri Jul 21, 2023 10:19 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
About "wimlib-imagex split" command. I tested a total of 33 versions from v1.4.1 to v1.14.1. All with the same error, Software license terms not found. My SSD is going to die.
The install.wim made with wimlib v1.8.0 is fine. But when splitting the image, not only wimlib, but even the wim created by ...
The install.wim made with wimlib v1.8.0 is fine. But when splitting the image, not only wimlib, but even the wim created by ...
- Fri Jul 21, 2023 6:06 am
- Forum: wimlib discussion
- Topic: Using wimlib add WinRE.wim to install.wim
- Replies: 24
- Views: 184938
Re: Using wimlib add WinRE.wim to install.wim
I'll try to reproduce the problem using that ISO when I have a chance. Thanks.
By the way, download as soon as possible. This download link seems to be time-sensitive.
You can also be found directly here. Hope to get good news soon. ;)
https://os.click/en/Windows:Windows_8:NT_6.2:9200.16384 ...