summaryrefslogtreecommitdiffstats
path: root/system/isextract/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-05-02 17:18:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-02 17:18:37 +0700
commit0350cdbfb98198bc385d8dea193a502268e0acd4 (patch)
tree93d4b9762ccc4159d1202c37c93421a71d36981e /system/isextract/README
parent30ceb8604c66686e2c052f2decf3492c2c461356 (diff)
downloadslackbuilds-0350cdbfb98198bc385d8dea193a502268e0acd4.tar.gz
slackbuilds-0350cdbfb98198bc385d8dea193a502268e0acd4.tar.xz
system/isextract: Added (extract v3 InstallShield files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/isextract/README')
-rw-r--r--system/isextract/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/isextract/README b/system/isextract/README
new file mode 100644
index 0000000000..81d4c5fbe3
--- /dev/null
+++ b/system/isextract/README
@@ -0,0 +1,10 @@
+isextract (extract v3 InstallShield files)
+
+isextract is a command line tool to extract the *.z InstallShield v3
+packages many old windows games were distributed as.
+
+The files isextract supports are identified by the file command as
+"InstallShield Z archive Data", and begin with a hex signature of 13 5d
+65 8c 3a 01 02.
+
+See also: unshield, for other types of InstallShield files.