Cabinet (file format)

From HandWiki
Short description: Archive file format created for Microsoft Windows
Cabinet
Cab file format icon.png
Filename extension.cab
Internet media typeapplication/vnd.ms-cab-compressed
Uniform Type Identifier (UTI)public.archive.cab
UTI conformationpublic.data
public.archive
Magic numberMSCF
Developed byMicrosoft
Type of formatArchive file format

Cabinet (or CAB) is an archive-file format for Microsoft Windows that supports lossless data compression and embedded digital certificates used for maintaining archive integrity. Cabinet files have .cab filename extensions and are recognized by their first four bytes (also called their magic number) MSCF. Cabinet files were known originally as Diamond files.

Design

A CAB archive can contain up to 65,535 folders (distinct to standard operating system directories), each of which can contain up to 65,535 files for a maximum of 4,294,836,225. Internally, each folder is treated as a single compressed block, which provides more efficient compression than individually compressing each file.

Every entry in a folder has to be a file.[1] Due to this structure, it is not possible to store empty folders in CAB archives.

The following shows an example a CAB file structure, demonstrating the relationship between folders and files:

  • CAB file
    • First folder
      • Records/Student_01.tsv
      • Records/Photos/Student_01.jpg
    • Second folder
      • Records/Student_02.tsv
      • Records/Photos/Student_02.jpg

How paths should be handled is not specified in the CAB file format, leaving it to the software implementation:

  • Some affix file paths to filenames only, as if all files in a CAB archive are in a single folder. IExpress works this way, as does Microsoft Windows Explorer, which can open CAB archives as a folder.
  • Some can store the paths, and upon extraction, create folders as necessary. CABARC.EXE and EXTRACT.EXE (tools from Microsoft Cabinet SDK[2]) as well as lcab[3] and cabextract[4] (third-party open-source tools) work this way.
  • EXPAND.EXE, only since version 6 (which is included from Windows Vista to above) can extract files to their paths. The previous versions don't do it.[5]

The CAB file format may employ the following compression algorithms:

  • DEFLATE: invented by Phil Katz, the author of the ZIP file format (specifically, the MSZIP encapsulation)[6]
  • Quantum compression: licensed from David Stafford,[7][|permanent dead link|dead link}}] the author of the Quantum archiver (not available in all versions of makecab.exe/diamond.exe)[8][9]
  • LZX: invented by Jonathan Forbes and Tomi Poutanen, given to Microsoft when Forbes joined the company
  • NULL: stored

A CAB archive can reserve empty spaces in the archive as well as for each file in the archive, for some application-specific uses like digital signatures or arbitrary data.

Implementations

Main page: Software:Comparison of file archivers

Microsoft Windows supports creating CAB archive files using the makecab command-line utility. It supports extracting the contents of a CAB archive files using File Explorer, Setup API, and using the command-line commands expand.exe,[10] extract.exe and extrac32.exe.[11][12]

Other well-known software with CAB archive support includes WinZip, WinRAR or 7-Zip. The aforementioned cabextract is a common tool for Linux systems,[13] but is only capable of extracting archives. The gcab tool however can both extract and create CAB archives.[14] For a full list, see Comparison of file archivers § archive formats.

Uses

A variety of Microsoft installation technologies use the CAB format: these include Windows Installer, Setup API, Device Installer, Theme Pack and AdvPack (used by Internet Explorer to install ActiveX components). CAB files are also often associated with self-extracting programs like IExpress where the executable program extracts the associated CAB file. CAB files are also sometimes embedded into other files. For example, MSI and MSU files usually include one or more embedded CAB files.

Windows uses the cabinet format to archive its Component-Based Servicing (CBS) log, which is kept in the folder C:\Windows\Logs\CBS. A bug in the compression process can cause run-away generation of useless log files both in that folder and in C:\Windows\Temp, which can consume disk storage until completely filling the hard drive.[15][16] Deletion of the files without following a specific procedure[16] can cause the deleted files to be regenerated at an increased pace.

On Linux systems, CAB archives are used by fwupd to distribute firmware updates from hardware vendors[17] that can be flashed on non-volatile memory.

Related formats

The .cab filename extension is also used by other installer programs (e.g. InstallShield) for their own proprietary archiving formats. InstallShield uses zlib for compression (see Deflate), but their headers are not the same as for Microsoft CAB files so they are incompatible and cannot be manipulated or edited with the programs that are made for standard cabinet format. Specialized third-party utilities, such as Unshield, can extract this specific proprietary format.[18] This format has a different magic number of ISC(.[19]

Windows CE installer uses a variant of Microsoft CAB format with a MSCE\0\0\0 magic.[19] The compression is typically NONE, but MSZIP can also be found.[20]

Microsoft Publisher has a "Pack and Go" feature that bundles a publisher document, together with all external links, into a CAB file with a .PUZ extension. These files are meant to be activated with a companion .EXE file which is distributed along with the .PUZ file. These files may be opened with any CAB file extraction program.

See also

References

  1. Microsoft Cabinet Format
  2. "Microsoft Cabinet Software Development Kit". Support. Microsoft. https://support.microsoft.com/kb/310618. 
  3. "lcab". Freecode. Dice. http://freecode.com/projects/lcab. 
  4. "cabextract". https://www.cabextract.org.uk/. 
  5. "[Undocumented [Bugs] Expand.exe (more about it) (Page 1) / Windows CMD Shell / SS64 Forum"]. http://ss64.org/viewtopic.php?id=1816. 
  6. "[MS-MCI: Microsoft ZIP (MSZIP) Compression and Decompression Data Structure"] (in en-us). 13 October 2020. https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-mci/. 
  7. Salomon, D. (David) (2007). Data compression : the complete reference. Library Genesis. London : Springer. pp. 187. ISBN 978-1-84628-602-5. https://archive.org/details/datacompressionc00salo_251/page/n206/mode/2up. 
  8. "Quantum compression format". http://www.russotto.net/quantumcomp.html. 
  9. [ms-cab.pdf#page=9 "Cabinet File Format – Open Specifications Documentation"]. Microsoft Corporation. 2011-03-04. https://download.microsoft.com/download/4/d/a/4da14f27-b4ef-4170-a6e6-5b1ef85b1baa/[ms-cab].pdf#page=9. 
  10. expand – Windows CMD – SS64.com
  11. How to extract CAB File using command line tools in Windows 10
  12. Extrac32 – Uncompress files – Windows CMD – SS64.com
  13. How to extract CAB files in Linux[yes|permanent dead link|dead link}}]
  14. gcab project on GNOME
  15. "Clean Up Component-Based Servicing logs". 7 July 2017. https://social.technet.microsoft.com/wiki/contents/articles/38259.clean-up-component-based-servicing-logs.aspx. 
  16. 16.0 16.1 Leonhard, Woody (2016-08-25). "Windows 7 log file compression bug can fill up your hard drive" (in en). https://www.computerworld.com/article/3112358/microsoft-windows/windows-7-log-file-compression-bug-can-fill-up-your-hard-drive.html. 
  17. "LVFS: Hardware Vendors". https://fwupd.org/lvfs/docs/vendors. 
  18. "twogood/unshield". https://github.com/twogood/unshield. 
  19. 19.0 19.1 "kyz/libmspack: doc/magic" (in en). 2 January 2022. https://github.com/kyz/libmspack/blob/master/cabextract/doc/magic. 
  20. "Windows CE installation cabinet (.CAB) file format". https://www.cabextract.org.uk/wince_cab_format/. 

External links