Monday, November 27, 2006

Extract files from any type using Universal Extractor


Universal Extractor is a program do to exactly what it says: extract files from any type of archive, whether it's a simple zip file, an installation program, or even a Windows Installer (.msi) package.  This is still a work in progress (see details below), but so far it's proven quite useful and I feel others can also benefit from it.

I should stress that this application is not intended to be a general purpose archiving program.  It will never replace WinRAR, 7-Zip, etc.  What it will do is allow you to extract files from virtually any type of archive, regardless of source, compression method, etc.  The original motivation behind this project was that I wanted an easy, convenient way to extract files from installation packages, such as Inno Setup or Windows Installer packages, without pulling up a command line every time.  In the process I got a little carried away and ended up throwing in support for every kind of archive format I possibly could find.

Universal Extractor, like most of my Windows programs, is written in AutoIt, a powerful open source scripting language.  Universal Extractor itself, however, is just a front-end that uses many other programs to do the dirty work.  Please see the Credits section below for additional information.

Screenshots

Extract files from any type using Universal Extractor
Universal Extractor context menu

Extract files from any type using Universal Extractor
Universal Extractor file/destination GUI

UniExtract Installer (2.96 MB) - This is the recommended download.  The installer will automatically install the application and optionally integrate with the Windows Explorer context menu.  This package does not contain source code.

UniExtract Binary Archive (2.75 MB) - This archive contains the binaries.  Download this if you don't want to use the installer.

UniExtract Source Code (86.97 KB) - This archive only contains the source code, but it includes all support files as well (compiler scripts, installer, etc.).  This is best to download (along with the binary archive) if you want to help further development of UniExtract.

0 Comments:

Post a Comment

<< Home