Jump to content

Recommended Posts

Posted

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!

Posted (edited)

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
  • 6 years later...
Posted

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

Posted

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

 

Posted

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.7WIN 11 24H2 X64 - Other Examples Scripts

  • 13 years later...
  • Moderators
Posted

ibay770,

You do realise this topic is 13 years old?

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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
×
×
  • Create New...