Closed janisozaur closed 4 years ago
Please use https://www.cabextract.org.uk/ for files with MSCF signature
Right, it was pointed out to me even file-roller
supports them. Can you maybe add a check for unwise users they should try with a more generic tool?
There is code for that:
if (MSCF_SIGNATURE == common->signature)
unshield_warning("Found Microsoft Cabinet header. Use cabextract (https://www.cabextract.org.uk/) to unpack this file."
I don't know why it didn't trigger for you though. Maybe requires verbose logging.
Using retail C&C Generals and unshield f097b07 (current master), I tried extracting assets for use in https://github.com/TheAssemblyArmada/Thyme, but unshield complains:
Failed to open Data1.cab as an InstallShield Cabinet File
This is surely an InstallShield installer:
The
Data1.cab
file identifies itself as:Any idea what could be the problem?