summaryrefslogtreecommitdiff
path: root/system/innoextract/README
diff options
context:
space:
mode:
authorDugan Chen <thedoogster [at] gmail [dot] com>2013-02-11 23:49:10 -0600
committerErik Hanson <erik@slackbuilds.org>2013-02-14 00:26:57 -0600
commit1fefea25f04b75e5011d67d3b938afccaeae14f8 (patch)
tree8ad0b0db29022a4a094dc0c17bca78b9d6fb16c5 /system/innoextract/README
parent411a788efa6056ce11491b1dee23ba009b195ead (diff)
downloadslackbuilds-1fefea25f04b75e5011d67d3b938afccaeae14f8.tar.gz
system/innoextract: Added (Unpacker for Inno Setup installers)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/innoextract/README')
-rw-r--r--system/innoextract/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/innoextract/README b/system/innoextract/README
new file mode 100644
index 0000000000..7311965c9d
--- /dev/null
+++ b/system/innoextract/README
@@ -0,0 +1,15 @@
+While Inno Setup is a tool to create installers for Microsoft Windows
+applications, innoextract allows you to extract such installers without using
+Wine. In particular, innoextract supports GOG.com installers and Arx Fatalis
+patches.
+
+To extract a file to the current directory, run:
+
+$ innoextract <file>
+
+A list of available options can be retrieved using:
+
+$ innoextract --help
+
+Documentation is also available as a manpage.
+