InstallShield Z
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (→Sample files: Fixing bot code) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 29: | Line 29: | ||
* {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z, *.LIB | * {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z, *.LIB | ||
* {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z, _SETUP.LIB | * {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z, _SETUP.LIB | ||
− | * | + | * {{DexvertSamples|archive/installShieldZ}} |
Latest revision as of 03:53, 28 December 2023
InstallShield Z format is a compressed archive format used by version 3 of the InstallShield installation software. Documentation is lacking but it has been partially decoded and implemented by open source projects.
It uses PKWARE DCL Implode compression.
Contents |
[edit] Identification
Files begin with bytes 13 5D 65 8C 3A 01 02 00
.
[edit] See also
- InstallShield CAB (successor format)
- InstallShield installer archive
[edit] Software
- Universal Extractor
- InstallShield File Compressor: Official compressor/decompressor utility (Windows command-line). Several different versions of it can be found on the internet (as icomp.zip, icompx.zip, icomp95.zip, ...). Included with Universal Extractor.
- Open source InstallShield v3 extractor (C++)
- Open source InstallShield v3 extractor (Pascal & Assembly)
- Free implementation of PKware "explode" algorithm (C)
- isextract
- Deark
[edit] Sample files
- http://cd.textfiles.com/cdaction/cdaction24b/GOLF/ → *.Z, *.LIB
- http://cd.textfiles.com/cdaction/cdaction40/DEER/ → *.Z, *.LIB
- http://cd.textfiles.com/hotgames/KidsEMail/ → *.z, _SETUP.LIB
- dexvert samples — archive/installShieldZ