wimlib icon indicating copy to clipboard operation
wimlib copied to clipboard

Mirror of https://wimlib.net/git/wimlib: Library supporting the Windows Imaging Format (WIM). Please file issues on the official forums (https://wimlib.net/forums/viewforum.php?f=1) rather than here.

Results 9 wimlib issues
Sort by recently updated
recently updated
newest added

Considering the success of wimlib, have you had any thoughts on making a program for Apple's DMG format (especially for use of hfsplus DMGs)?

MSVC (x86,x64,ARM,ARM64) compile support and MSYS2 ucrt64 compile support. Tested MSVC-x86,MSVC-x64 and MSYS2 ucrt64 on Windows-x64.

`configure` does not exist in the repository while the README.md says you have to run `./configure && make && sudo make install` ![CleanShot 2024-01-17 at 09 17 52@2x](https://github.com/ebiggers/wimlib/assets/4303099/130a5af1-f972-41dc-9e81-1a9629594b34)

I have suggestion for lzx_compress.c. line 2133 should be in line 2128. line 2140 should be removed.

A little thing I found. Comparing the collation [in wimlib](https://github.com/ebiggers/wimlib/blob/cd2a5e5d2e95c36e81d09077d06ad136f7d24950/src/encoding.c#L366-L424) with [PrjFileNameCompare](https://learn.microsoft.com/en-us/windows/win32/api/projectedfslib/nf-projectedfslib-prjfilenamecompare), just comparing 64K individual characters, the collations are exactly equal except that the dot (`\u002e '.'`) sorts before...

I'm thinking of doing a PR for this but I am wondering if it is out-of-scope for this project. Some context: Right now as best I can tell, there are...

please put a tutorial to explain how to add updates in msu and one in an install.wim file for dism please put a tutorial to explain how to add updates...

I wanted to try wimlib but ./configure says libntfs-3g is missing. But I have libntfs-3g89. How do I proceed ? Do I roll back my drivers. Do I do a...