Audio (107) Datatype (15) Demo (60) Development (250) Document (64) Driver (19) Emulation (62) Game (545) Graphics (231) Library (22) Network (64) Office (22) Utility (274) Video (19)
Total files: 1754
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] unshield - v 1.6.2 Utility to extract CAB files from an InstallShield installer
archive
AROS i386 recompilation by Farox. Sources are included in the package.
Under the aros directory of this package you will find the two programs,
"unshield" and
"unshield-deobfuscate", copy it to your system under the "C" directory.
--------------------------------------------------------------------------
Optional: if you intend to develop some program that need unshield feature using
libunshield.a,
you need to copy into "Development/lib" and "Development/include" of
your system,
the files that are inside the "lib" and "include" directory placed
under
"aros" directory.
This files are not needed/used to run unshield.
---------------------------------------------------------------------------
If you want to recompile the unshield sources (i used to cross-compile under
Linux),
unzip the package in a directory,
adjust all the paths inside CMakeLists.txt file on the root directory of the
sources.
Then open a shell under /build directory and type "cmake .." or "ccmake .." if
you have the ncurse gui,
to start configuration of tools to build, if without errors you can type "make"
to compile the programs.
License
-------
Unshield uses the MIT license. The short version is "do as you
like, but don't blame me if anything goes wrong".
See the file LICENSE for details.
|