InstallShield installer archive
From Just Solve the File Format Problem
(Difference between revisions)
(Minor cleanup) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|ex_}} | |extensions={{ext|ex_}} | ||
}} | }} | ||
| − | '''InstallShield installer archive''' is what we're calling the format of the <code>_inst32i.ex_</code> | + | '''InstallShield installer archive''' is what we're calling the format of the file usually named <code>_inst32i.ex_</code> or <code>_inst16.ex_</code>, included in many Windows software distributions that use the [[InstallShield]] installation software. Filenames <code>_inst32a.ex_</code> (related to Windows NT for DEC Alpha) and <code>_inst32m.ex_</code> (MIPS) are also possible, though rare. |
It uses [[PKWARE DCL Implode]] compression. | It uses [[PKWARE DCL Implode]] compression. | ||
| − | + | An archive in this format contains redistributable InstallShield executable files specific to one platform. | |
| − | + | ||
| − | + | See [[InstallShield]] for other InstallShield formats. | |
| − | + | ||
== Identification == | == Identification == | ||
| Line 18: | Line 16: | ||
At offset 8 is the message "<code>Copyright (c) 1990-1995 Stirling Technologies, Inc. All Rights Reserve</code>". | At offset 8 is the message "<code>Copyright (c) 1990-1995 Stirling Technologies, Inc. All Rights Reserve</code>". | ||
| + | |||
| + | == Software == | ||
| + | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
| − | * Examples of software with such a file: [ | + | * Examples of software with such a file: [{{CdTextfilesURL|cdaction/cdaction24b/GOLF/}}], [{{CdTextfilesURL|cdaction/cdaction32/JAKKAL/}}], [{{CdTextfilesURL|cdaction/cdaction32/WARGASM/}}] |
| − | * | + | * {{DexvertSamples|archive/installShieldInstallerArchive}} |
== Links == | == Links == | ||
| − | * [ | + | * [https://filext.com/file-extension/%3F%3F_ FILExt page about the ??_ file extension pattern] (Look for "InstallShield") |
[[Category:File formats with a distinctive filename]] | [[Category:File formats with a distinctive filename]] | ||
Latest revision as of 16:08, 22 November 2025
InstallShield installer archive is what we're calling the format of the file usually named _inst32i.ex_ or _inst16.ex_, included in many Windows software distributions that use the InstallShield installation software. Filenames _inst32a.ex_ (related to Windows NT for DEC Alpha) and _inst32m.ex_ (MIPS) are also possible, though rare.
It uses PKWARE DCL Implode compression.
An archive in this format contains redistributable InstallShield executable files specific to one platform.
See InstallShield for other InstallShield formats.
Contents |
[edit] Identification
Files begin with bytes 2a ab 79 d8.
At offset 8 is the message "Copyright (c) 1990-1995 Stirling Technologies, Inc. All Rights Reserve".
[edit] Software
[edit] Sample files
- Examples of software with such a file: [1], [2], [3]
- dexvert samples — archive/installShieldInstallerArchive
[edit] Links
- FILExt page about the ??_ file extension pattern (Look for "InstallShield")