<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jayman</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jayman"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Jayman"/>
		<updated>2026-04-21T21:51:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/InstallShield_Z</id>
		<title>InstallShield Z</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/InstallShield_Z"/>
				<updated>2021-09-23T23:31:45Z</updated>
		
		<summary type="html">&lt;p&gt;Jayman: /* Sample files */ Add .LIB files&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|z}}, {{ext|lib}}&lt;br /&gt;
}}&lt;br /&gt;
'''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.&lt;br /&gt;
&lt;br /&gt;
It uses PKware's proprietary &amp;quot;[[PKWARE DCL Implode|implode]]&amp;quot; compression algorithm.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Files begin with bytes {{magic|13 5D 65 8C 3A 01 02 00}}.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[InstallShield CAB]] (successor format)&lt;br /&gt;
* [[InstallShield installer archive]]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://legroom.net/software/uniextract Universal Extractor]&lt;br /&gt;
* 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.&lt;br /&gt;
* [https://github.com/wfr/unshieldv3/ Open source InstallShield v3 extractor (C++)]&lt;br /&gt;
* [https://github.com/DeclanHoare/stix/ Open source InstallShield v3 extractor (Pascal &amp;amp; Assembly)]&lt;br /&gt;
* [https://github.com/madler/zlib/tree/master/contrib/blast Free implementation of PKware &amp;quot;explode&amp;quot; algorithm (C)]&lt;br /&gt;
* [https://github.com/OmniBlade/isextract isextract]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{CdTextfilesURL|cdaction/cdaction24b/GOLF/}} → *.Z, *.LIB&lt;br /&gt;
* {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z, *.LIB&lt;br /&gt;
* {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z, _SETUP.LIB&lt;br /&gt;
* https://telparia.com/fileFormatSamples/archive/installShieldZ/&lt;/div&gt;</summary>
		<author><name>Jayman</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/InstallShield_Z</id>
		<title>InstallShield Z</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/InstallShield_Z"/>
				<updated>2021-09-23T23:11:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jayman: Add .lib extension&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|z}}, {{ext|lib}}&lt;br /&gt;
}}&lt;br /&gt;
'''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.&lt;br /&gt;
&lt;br /&gt;
It uses PKware's proprietary &amp;quot;[[PKWARE DCL Implode|implode]]&amp;quot; compression algorithm.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Files begin with bytes {{magic|13 5D 65 8C 3A 01 02 00}}.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[InstallShield CAB]] (successor format)&lt;br /&gt;
* [[InstallShield installer archive]]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://legroom.net/software/uniextract Universal Extractor]&lt;br /&gt;
* 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.&lt;br /&gt;
* [https://github.com/wfr/unshieldv3/ Open source InstallShield v3 extractor (C++)]&lt;br /&gt;
* [https://github.com/DeclanHoare/stix/ Open source InstallShield v3 extractor (Pascal &amp;amp; Assembly)]&lt;br /&gt;
* [https://github.com/madler/zlib/tree/master/contrib/blast Free implementation of PKware &amp;quot;explode&amp;quot; algorithm (C)]&lt;br /&gt;
* [https://github.com/OmniBlade/isextract isextract]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{CdTextfilesURL|cdaction/cdaction24b/GOLF/}} → *.Z&lt;br /&gt;
* {{CdTextfilesURL|cdaction/cdaction40/DEER/}} → *.Z&lt;br /&gt;
* {{CdTextfilesURL|hotgames/KidsEMail/}} → *.z&lt;br /&gt;
* https://telparia.com/fileFormatSamples/archive/installShieldZ/&lt;/div&gt;</summary>
		<author><name>Jayman</name></author>	</entry>

	</feed>