tools for dealing with files in Windows Imaging Format
wimlib is a library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend wimlib-imagex provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.
wimlib is a library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend wimlib-imagex provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.
To install wimlib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wimlib
To see what files were installed by wimlib, run:
port contents wimlib
To later upgrade wimlib, run:
sudo port selfupdate && sudo port upgrade wimlib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.