Hello,
Using DISM is a possible to get all the Features of a Windows image in a .wim file.
dism /Mount-Wim /WimFile:"<path_to_wim_file>" /index:<index_number> /MountDir:C:\Mount
dism /image:C:\Mount /Get-Features
https://www.youtube.com/watch?v=Uj_q-Pdm4uY
How these Features stored in .wim files ...
Search found 2 matches
- Tue May 28, 2024 5:28 pm
- Forum: wimlib discussion
- Topic: How Features are stored/managed in .wim files?
- Replies: 0
- Views: 205100
- Tue Dec 15, 2020 9:38 pm
- Forum: wimlib discussion
- Topic: Cannot get the information about WinFLP.wim image
- Replies: 3
- Views: 28489
Cannot get the information about WinFLP.wim image
Hello,
I have just noticed that old WIM files are not currently supported by wimlib.
e.g. the WIM file from Windows Fundamentals for Legacy PCs
C:\>wiminfo WinFLP.wim
[ERROR] "C:\Users\OHA\Documents\Testwim\WinFLP.wim": Header size is invalid (96 bytes)
ERROR: Exiting with error code 17:
The WIM ...
I have just noticed that old WIM files are not currently supported by wimlib.
e.g. the WIM file from Windows Fundamentals for Legacy PCs
C:\>wiminfo WinFLP.wim
[ERROR] "C:\Users\OHA\Documents\Testwim\WinFLP.wim": Header size is invalid (96 bytes)
ERROR: Exiting with error code 17:
The WIM ...