diff options
Diffstat (limited to 'system/unshield/README')
-rw-r--r-- | system/unshield/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/unshield/README b/system/unshield/README index d184f5fa929dc..72d9cbadb4afe 100644 --- a/system/unshield/README +++ b/system/unshield/README @@ -1 +1,12 @@ unshield (extractor for Microsoft InstallShield cabinet files) + +Unshield extracts CAB files from InstallShield installers, used to +install software on Microsoft Windows based machines. The goals of +this implementation are: + +- Use a well known open source license (MIT) +- Work on both little-endian and big-endian systems +- Separate the implementation into a tool and a library +- Support InstallShield versions 5 and later +- Be able to list contents of InstallShield Cabinet Files +- Be able to extract files from InstallShield Cabinet Files |