InstallShield Z

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added links to open source extractors; updated information)
(Software)
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Archiving
 
|subcat=Archiving
|extensions={{ext|z}}
+
|extensions={{ext|z}}, {{ext|lib}}
 +
|wikidata={{wikidata|Q28758103}}
 
}}
 
}}
'''InstallShield Z''' format is a compressed archive format used by version 3 of the InstallShield installation software. Documentation is lacking but it has been sufficiently decoded by several open source projects.
+
'''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 the proprietary "implode" compression algorithm by PKware.
+
It uses [[PKWARE DCL Implode]] compression.
  
 
== Identification ==
 
== Identification ==
Line 20: Line 21:
 
* [https://github.com/wfr/unshieldv3/ Open source InstallShield v3 extractor (C++)]
 
* [https://github.com/wfr/unshieldv3/ Open source InstallShield v3 extractor (C++)]
 
* [https://github.com/DeclanHoare/stix/ Open source InstallShield v3 extractor (Pascal & Assembly)]
 
* [https://github.com/DeclanHoare/stix/ Open source InstallShield v3 extractor (Pascal & Assembly)]
 +
* [https://github.com/madler/zlib/tree/master/contrib/blast Free implementation of PKware "explode" algorithm (C)]
 +
* [https://github.com/OmniBlade/isextract isextract]
 +
* {{Deark}}
  
 
== Sample files ==
 
== Sample files ==
* http://cd.textfiles.com/cdaction/cdaction24b/GOLF/ → *.Z
+
* {{CdTextfilesURL|cdaction/cdaction24b/GOLF/}} → *.Z, *.LIB
* http://cd.textfiles.com/cdaction/cdaction40/DEER/ → *.Z
+
* {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z, *.LIB
* http://cd.textfiles.com/hotgames/KidsEMail/ → *.z
+
* {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z, _SETUP.LIB
 +
* https://telparia.com/fileFormatSamples/archive/installShieldZ/

Revision as of 02:43, 16 October 2023

File Format
Name InstallShield Z
Ontology
Extension(s) .z, .lib
Wikidata ID Q28758103

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

Identification

Files begin with bytes 13 5D 65 8C 3A 01 02 00.

See also

Software

Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox