CAB
维基百科,自由的百科全书
| 扩展名 | .cab |
|---|---|
| 互联网媒体类型 | |
| 開發者 | 微软 |
| 格式 | 数据压缩 |
在计算机领域,CAB是微软视窗自带的压缩归档,它支援压缩与数字签名并在几种不同的微软安装工具中都有应用:Setup API、Device Installer、AdvPack(用于从Internet Explorer安装ActiveX组件)以及Windows Installer。
CAB文件格式与需使用三种数据压缩方法:
- DEFLATE,由ZIP 文件格式的作者Phil Katz开发。
- Quantum,licensed from David Stafford, the author of the Quantum archiver.
- LZX,由Jonathan Forbes与Tomi Poutanen一起开发,在Jonathan加盟到微软时交付微软公司使用。
CAB文件扩展名也在许多安装工具中使用(如InstallShield等),但是文件格式并不相同。
在windows下,还可以使用 WinMount 来打开CAB格式的文件,并进行可视化编辑操作。
参见 [编辑]
外部链接 [编辑]
- Microsoft Cabinet SDK
- 7-Zip is an LGPL licensed utility that supports 7z,ZIP,CAB, ARJ,GZIP,BZIP2,TAR,CPIO,RPM and DEB。
- cabextract is Free Software for unpacking cabinet files in UNIX
- libmspack is an LGPL licensed, portable library for creating and extracting CAB files and other Microsoft misc. formats.