InstallShield Z

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
'''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.
 
'''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's proprietary "[[PKWARE DCL Implode|implode]]" compression algorithm.
  
 
== Identification ==
 
== Identification ==
Line 20: Line 20:
 
* [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)]
  
 
== Sample files ==
 
== Sample files ==
* http://cd.textfiles.com/cdaction/cdaction24b/GOLF/ → *.Z
+
* {{CdTextfilesURL|cdaction/cdaction24b/GOLF/}} → *.Z
* http://cd.textfiles.com/cdaction/cdaction40/DEER/ → *.Z
+
* {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z
* http://cd.textfiles.com/hotgames/KidsEMail/ → *.z
+
* {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z

Revision as of 20:13, 11 March 2019

File Format
Name InstallShield Z
Ontology
Extension(s) .z

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's proprietary "implode" compression algorithm.

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