InstallShield CAB
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
(One intermediate revision by one user not shown) | |||
Line 17: | Line 17: | ||
== Software == | == Software == | ||
* [https://github.com/twogood/unshield Unshield] | * [https://github.com/twogood/unshield Unshield] | ||
− | * [ | + | * [{{SACFTPURL|pack|i5comp21.rar}} i5comp21.rar], [{{SACFTPURL|pack|i6cmp13b.zip}} i6cmp13b.zip], [{{SACFTPURL|pack|i6comp02.zip}} i6comp02.zip] |
* [[Konvertor]] | * [[Konvertor]] | ||
* [http://legroom.net/software/uniextract Universal Extractor] | * [http://legroom.net/software/uniextract Universal Extractor] | ||
Line 25: | Line 25: | ||
* {{CdTextfilesURL|cdaction/cdaction42a/DRIVER/}} → *.CAB | * {{CdTextfilesURL|cdaction/cdaction42a/DRIVER/}} → *.CAB | ||
* {{CdTextfilesURL|cdaction/cdaction43a/CODE/}} → *.CAB | * {{CdTextfilesURL|cdaction/cdaction43a/CODE/}} → *.CAB | ||
+ | * {{DexvertSamples|archive/installShieldCAB}} |
Latest revision as of 15:03, 28 December 2023
InstallShield CAB is a compressed archive format used by some versions (at least versions 5 and 6) of the InstallShield installation software. It is the successor to InstallShield Z format. It reportedly uses zlib compression. It is not the same as Microsoft's Cabinet format.
Contents |
[edit] Identification
Files begin with ASCII characters "ISc(
".
[edit] See also
- InstallShield
- InstallShield Z (predecessor)
- Cabinet (for comparison)