Jump to content

Universal Extractor


nitro322
 Share

Recommended Posts

I used AutoIt to write a front-end to a bunch of command-line utilities to automate extraction from just about any kind of archive, including installers. Extracting files from installers was actually the motivation behind the project, as keeping track of which arguments and utilities are needed for what kind of installer, as well as simply identifying the type of installer, got rather tedious.

I had posted this to a couple other forums, but it never really occurred to me until just now that, since this is an AutoIt script after all, I should post here as well. Oops. :)

Anyway, I find the program itself pretty darn useful, but in addition the AutoIt script contains a few techniques that other AutoIt users may find useful. You can find out much more information from the Universal Extractor home page, as well as this MSFN forum topic, which has pretty much become it's official discussion thread.

Anyone interested may download it from here:

Installation Package - http://www.c1pher.com/uniextract121.exe

Binary Archive - http://www.c1pher.com/uniextract121_noinst.rar

UniExtract Source Code - http://www.c1pher.com/uniextract121_source.rar

Let me know if you find this useful. I'm always interested in feedback. Thanks!

Link to comment
Share on other sites

Your todo.txt says everything. Overall very nice work,and a BIG load of code.

Edited by sipher69
AutoIt if more than a hobby. Is a way of life!http://www.autoitscript.com/forum/index.php?showtopic=26002 -my first projecthttp://www.autoitscript.com/forum/index.php?showtopic=26103 -my second project
Link to comment
Share on other sites

  • 6 years later...

Wow! This program is incredible! I was trying to pull some files out of a setup, and found this utility via Google. It worked like a charm! After extracting, I re-opened it and eyed its tray icon. I clicked it to see what other options there might be, but lo and behold! It was made in AutoIt??? Imagine my complete surprise and awe!

Quite an amazing work, nitro322. ;):dance:

_ArrayConcatenate2D · Aero Flip 3D · EPOCH (destroy timestamps) · File Properties Modifier · _GetFileType · UpdateEngine<new> · In-line Case (_ICase) <new>

[hr]

50% of the time, it works all the time. -PezoFaSho

Link to comment
Share on other sites

nitro has been inactive for over a year. The thread is nearly 7 years ol.

This messge will not reach him.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

For innounp.exe, the Inno Setup Unpacker included in Universal Extractor install dir ( bin folder)

you need to update it here otherwise it can't extract latest Inno Setup packages.

and isxunpack.exe the InstallShield Setup extractor can be found here.

It can be assimilate to a security tool : you can see what there is in Installers before use them ! :)

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...