nitro322 Posted May 14, 2006 Posted May 14, 2006 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.exeBinary Archive - http://www.c1pher.com/uniextract121_noinst.rarUniExtract Source Code - http://www.c1pher.com/uniextract121_source.rarLet me know if you find this useful. I'm always interested in feedback. Thanks! http://www.legroom.net/
sipher69 Posted May 14, 2006 Posted May 14, 2006 (edited) Your todo.txt says everything. Overall very nice work,and a BIG load of code. Edited May 14, 2006 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
jacksont123 Posted May 14, 2006 Posted May 14, 2006 yes, i remember seeing this on msfn. i never knew it was an autoit script! good work, mate!
cyberbit Posted March 1, 2013 Posted March 1, 2013 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. _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
water Posted March 1, 2013 Posted March 1, 2013 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: Reveal hidden contents UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.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 (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
wakillon Posted March 2, 2013 Posted March 2, 2013 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.0 - WIN 8.1 X64 - Other Example Scripts
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now