Description
Is your feature request related to a problem? Please describe
It may be useful, to support extracting InstallShield v3 archives, since some installers which use these, only have 16-bit runtimes, which won't run with CrossOver/WINE, on ARM64 Macintosh systems. These archives aren't supported by the "unshield" utility, or Keka, at present.
Examples of these archives are available, in the Windows
subdirectory, of the ISO from https://www.macintoshrepository.org/6896-webobjects-4-0-1.
Describe the solution you'd like
It should be possible to extract files from these archives, to a directory, with a name matching the archive.
Describe alternatives you've considered
I found an implementation of the compression algorithm, at https://slackbuilds.org/repository/14.2/system/isextract/, and was able to compile it on MacOS 11.6 (ARM64), although it lacks support for associating files with directories, and is awkward to use. I also tried "unshield", from HomeBrew, but this is incompatible with this archive format generation.
I am using Keka 1.2.13, on MacOS 11.6, on an ARM64-based system.