A
AAH
Any freeware utility which can extract file from
installers .exe files similiar to unzip.
Thanks.
installers .exe files similiar to unzip.
Thanks.
Universal Extractor is a program do to exactly what it says: extractAny freeware utility which can extract file from
installers .exe files similiar to unzip.
Thanks.
Universal Extractor is a program do to exactly what it says: extract
files from any type of archive, whether it's a simply zip file, an
installation program, or even a Windows Installer (.msi) package. 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.
http://www.legroom.net/modules.php?...ource&file=index&page=software&app=uniextract
-Art- (not Art)
Universal Extractor is a program do to exactly what it says: extract
files from any type of archive, whether it's a simply zip file, an
installation program, or even a Windows Installer (.msi) package. 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.
http://www.legroom.net/modules.php?op=modload&name=Open_Source&file=index&p age=software&app=uniextract
-Art- (not Art)
AAH said:Any freeware utility which can extract file from
installers .exe files similiar to unzip.
Yes! It works, but not all the time. I have an installation of an HTML-Art- said:Universal Extractor is a program do to exactly what it says: extract
files from any type of archive, whether it's a simply zip file, an
installation program, or even a Windows Installer (.msi) package. 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.
http://www.legroom.net/modules.php?...ource&file=index&page=software&app=uniextract
-Art- (not Art)
Anybody tried this program? Does it work fine?
No not on winme os
Error message is
" This archive is suppported but extraction failed"
I tried quite a few files.
What type of installer package?
Inno Setup
Use Inno Setup Unpacker <http://innounp.sourceforge.net>
do: innounp -x <package>
InstallShield
do: msiexec /a <package.msi>
also
do: setup /a
Yes! It works, but not all the time. I have an installation of an HTML
editor that I wanted to run on my USB Flash Drive. Of course you have
some of the files installed in outer space somewhere, and the program
wouldn't run for lack of a few hundred KB. Universal Extractor allowed
me to get those 4 leettle files and leave them in the path allowing me
to write whenever I can get to a computer.
However... It doesn't work all the time. I find a number of self
installers that simply leave the program stumped, and I can't extract
the same files on a slower computer (Hmph!). It really is the only
thing I have really found for it out there though!
Manuel said:I got an error saying something like 'UPX archives not supported', or
similair words, so for me it's useless, unfortunatly.