diff options
Diffstat (limited to 'system/innoextract/README')
-rw-r--r-- | system/innoextract/README | 15 |
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. + |