InstallShield INX
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (→Sample Files) | m (→Sample Files) | ||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
| |pronom={{PRONOM|fmt/197}} | |pronom={{PRONOM|fmt/197}} | ||
| |wikidata={{wikidata|Q59961105}} | |wikidata={{wikidata|Q59961105}} | ||
| + | |released=~1999 | ||
| }} | }} | ||
| − | InstallShield is a software  | + | InstallShield '''INX''' is a "compiled script" or "compiled rules" format associated with the [[InstallShield]] installation software. | 
| + | |||
| + | See also [[InstallShield INS]] (predecessor?). | ||
| ==File Information== | ==File Information== | ||
| Line 11: | Line 14: | ||
| Files begin with the hex values {{magic|614C755A}}. Followed by a copyright statement, with older files naming "1990-1999 Stirling Technologies, Ltd.", while later versions state "1990-2002 InstallShield Software Corp." | Files begin with the hex values {{magic|614C755A}}. Followed by a copyright statement, with older files naming "1990-1999 Stirling Technologies, Ltd.", while later versions state "1990-2002 InstallShield Software Corp." | ||
| + | |||
| + | == Software == | ||
| + | * [https://github.com/tylerapplebaum/setupinxhacking SID - Sexy Installshield Decompiler] | ||
| + | * [https://forum.exetools.com/showthread.php?t=12708 Thread with several decompilers] | ||
| ==Sample Files== | ==Sample Files== | ||
| * [https://archive.org/download/3MPrintscapeSoftwareVersion2.070-0710-5481-42002/PRSCAPE20.iso/setup.inx Sample INX file] | * [https://archive.org/download/3MPrintscapeSoftwareVersion2.070-0710-5481-42002/PRSCAPE20.iso/setup.inx Sample INX file] | ||
| * [https://archive.org/download/epson_202012/Epson%20Stylus%20S20%20software%20CD-ROM%20Disk%20Vol%201.1/CD%20Image/EPSON.ISO/COMMON%2FCameraRAWPlugin%2Fsetup.inx Sample INX file] | * [https://archive.org/download/epson_202012/Epson%20Stylus%20S20%20software%20CD-ROM%20Disk%20Vol%201.1/CD%20Image/EPSON.ISO/COMMON%2FCameraRAWPlugin%2Fsetup.inx Sample INX file] | ||
| − | *  | + | * {{DexvertSamples|document/installShieldCompiledScript}} | 
| ==References== | ==References== | ||
| <references/> | <references/> | ||
Latest revision as of 19:48, 16 February 2024
InstallShield INX is a "compiled script" or "compiled rules" format associated with the InstallShield installation software.
See also InstallShield INS (predecessor?).
| Contents | 
[edit] File Information
Most INX files included with an installation are named "setup.inx"[1], this propriety file includes instructions and parameters for the installation.
Files begin with the hex values 614C755A. Followed by a copyright statement, with older files naming "1990-1999 Stirling Technologies, Ltd.", while later versions state "1990-2002 InstallShield Software Corp."

