Page 1 of 1

Cannot get the information about WinFLP.wim image

Posted: Tue Dec 15, 2020 9:38 pm
by ohault
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 header was invalid.

ImageX is able to mount this file and 7-Zip will open the file, see below

Taille: 756 128 882
Compressé: 357 550 661
Dossiers: 392
Fichiers: 5 095
------------------------:
Chemin: C:\WinFLP.wim
Sorte: wim
Taille physique: 355 108 530
Taille: 739 899 850
Compressé: 354 748 026
Méthode: LZX:15
Taille des clusters: 32 768
Créé le: 2006-05-24 06:44:50
Version: 1.10
Multivolume: -
Volume: 1
Volumes: 1
Images: 12

Re: Cannot get the information about WinFLP.wim image

Posted: Mon Dec 28, 2020 7:36 pm
by synchronicity
As far as I know, the old WIM format was only used in Vista pre-releases. This is the first time anyone has asked for it. So I don't think it's important to add support for it.

Re: Cannot get the information about WinFLP.wim image

Posted: Mon Jun 28, 2021 5:40 am
by sebus05
But it would be probably easy to add, right?

Re: Cannot get the information about WinFLP.wim image

Posted: Tue Jun 29, 2021 3:16 am
by synchronicity
sebus05 wrote: Mon Jun 28, 2021 5:40 am But it would be probably easy to add, right?
Probably not; it would require reverse engineering the old file format, implementing support for it (probably including read-write support since people would want that too, right?), testing with an old version of Windows, and writing tests.

I don't see why this would be worthwhile to add, given that it was phased out almost 15 years ago. And wimlib has never supported it and this is the first time anyone has ever complained.