mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
0f025501cf
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
540 B
Text
12 lines
540 B
Text
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
|