RazerM Posted May 31, 2009 Posted May 31, 2009 (edited) It's called AInstall, and it generates a .au3 script, compiles it, then packs it into a .exe file with iexpress. (Enter 'iexpress' in your run window to see what it is)It's not finished but I started it ages ago and never finished it, I just wondered if someone would benefit from it and/or further its development.Anyone can have a go and keep it as theirs.I've attached files so that you can open an AInstall setup file (*.ais) and compile an installer immediately to see how it works.In the Example.zip file is a folder called 'Notabilis', it contains a notepad-like program I created recently, it will be the program that we create an installer file for. Extract the zip file to the C:\ drive so that you have C:\Notabilis\ (AInstall uses hard paths for creating an installer)Now extract the AInstall.zip file to anywhere on your computer and run AInstall\AInstall.au3 (runs on both AutoIt v3.3.0.0 and v3.3.1.0). Choose File>Open and browse to C:\Notabilis\Notabilis.ais then click Open.Now choose Tools>Compile & Run and the installer will be compiled, once it starts you can do a test install, (this installer doesn't write any registry entries so can be deleted easily), and you can see that the result is pretty streamlined. The resulting (standalone I might add, all files are embedded) file will be at 'C:\Notabilis\Setup\Notabilis_Setup.exe' if you feel like running the installer manually. Example.zip (498.9K) Number of downloads: AInstall.zip (254.1K) Number of downloads: Detailed Notes: - You don't need to understand this to try out AInstall.In AInstall\ you'll notice three related files: GUI.au3, MakeGen.au3 and GenScript.au3GUI.au3 You use this to edit the way the compiled installer will look.You can run this file directly to 'try out' the installer without installing anything.You'll notice a bunch of "#=" and "##=" lines, see MakeGen.au3 belowMakeGen.au3 This processes GUI.au3 to create GenScript.au3, which is used by AInstall to create the resulting compiled installer.#= lines in GUI.au3 are inserted into GenScript.au3 but do not execute when GUI.au3 is running.##= lines in GUI.au3 are inserted into GenScript.au3 exactly as they appear, for things like deciding whether the resulting Installer requires a EULA. Edited May 31, 2009 by RazerM My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
gseller Posted June 1, 2009 Posted June 1, 2009 I haven't compiled anything with it yet but looks great and very professional..
FinalVersion Posted June 1, 2009 Posted June 1, 2009 Wow, great job. Defiantly going to be using this. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
damian666 Posted June 1, 2009 Posted June 1, 2009 man... your good... this is scary as good as it is never thought to see something like this made in Ai i am speechless, great job... Damian666 and proud of it!!!
torels Posted June 1, 2009 Posted June 1, 2009 I was working on something similar too but I just dropped it because it was getting boring great work man! cheers! Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
Mat Posted June 1, 2009 Posted June 1, 2009 Very nice!! I'll be using this, already have a shortcut added to the context menus of my au3s! On a more unrelated note, I really do like that modern menu of yours, I'm writing a notepad lookalike at the moment. For some reason I now find myself rewriting the menus for it... Not too sure I like the animations though, I like good solid programs. very nice though! MDiesel AutoIt Project Listing
RazerM Posted June 1, 2009 Author Posted June 1, 2009 Unfortunately I forget who made the ModernMenu.au3 file, but it wasn't me. It's great though and I use it a lot. My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
engjcowi Posted October 23, 2010 Posted October 23, 2010 hi can we have a new link please? Drunken Frat-Boy Monkey Garbage
shanet Posted December 20, 2010 Posted December 20, 2010 (edited) --CAN NOT DELETE POST-- Edited December 20, 2010 by shanet [font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS: %programfiles%/AutoIt3/autoit3.chm
shanet Posted December 20, 2010 Posted December 20, 2010 (edited) Hey guys, I got this link off RazerM:http://dl.dropbox.com/u/7188639/AInstall.zipMany thanks to his effort!shanet--EDIT: You will need these if you dont already have them: --TOO OUTDATED TO WORK WITH CURRENT AUTOIT. I WILL MAKE AN ATTEMPT AT AINSTALL SECOND GEN Down them and you should be good. Edited December 20, 2010 by shanet [font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS: %programfiles%/AutoIt3/autoit3.chm
Paedric Posted June 3, 2011 Posted June 3, 2011 I'd be interested in modifying this script, however all links appears to be dead. Does anyone has a valid one please?
Mat Posted June 3, 2011 Posted June 3, 2011 The one shanet posted above works fine. AutoIt Project Listing
Paedric Posted June 3, 2011 Posted June 3, 2011 Oh, thanks a lot, it didn't the first time I tried it. I must have messed up somewhere.
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