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: Spoiler 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.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
ibay770 Posted yesterday at 12:40 AM Posted yesterday at 12:40 AM Is there anyway, to add the components links so uniextract autoupdates everything? ?
Moderators Melba23 Posted 20 hours ago Moderators Posted 20 hours ago ibay770, You do realise this topic is 13 years old? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
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