Jump to content

AutoIT Script Collection - Contributions Only


FuzzBall

Recommended Posts

[size=4][b]Avast! 4.7 home[/b] Silent Registration script:[/size]

[b]- Language independant![/b]
- To be compiled with a recent version of autoIt
- Check that the avast program foler is correct (Dim $avastDir = "...") before compiling

3 possible usages:
-1) Just uncomment (remove the semicolon ";") the end of the first line (Dim $key ;="XXX...") and replace the Xs with your registration key. Then compile the script and simply run it:
[code]avastReg.exe[/code]
-2) Run the compiled script with the key as a parameter:
[code]avastReg.exe XXXXXXXXXXXXXXXXXXX-XXXXXXXX[/code]
-3) Ask the compiled script to look for the key in a file:
[code]avastReg.exe "d:\path to\private.ini" Djé avastkey[/code] 1st parameter: .ini file to look in (no path -> has to be next to avastReg.exe)
2nd parameter: .ini section to look in
3nd parameter: .ini key to look in
Link to comment
Share on other sites

  • 1 month later...

Tuneup Utilities 2007 English V6.0.1255

Here is my first attempt at a unattended install using Tuneup Utilities 2007. Enjoy!!!

By the way, if anyone knows any tricks to make the testing process smoother (I had to repeatedly uninstall and install on a virtual pc to get this script "just right") or any script tips. I would be very greatful.

TU2007TrialEN.au3

Link to comment
Share on other sites

BSplayer

Run("bsplayer122817.exe")
WinWaitActive("BSplayer Setup", "License Agreement")
Send("!a")
WinWaitActive("BSplayer Setup", "Welcome to the BSplayer Setup Wizard")
Send("!n")
WinWaitActive("BSplayer Setup", "Choose Components")
Send("{DOWN}{SPACE}!n")
WinWaitActive("BSplayer Setup", "Choose Install Location")
Send("!n")
WinWaitActive("BSplayer Setup", "Language")
Send("!i")
WinWaitActive("BSplayer Setup", "Installation Complete")
Send("!n")
WinWaitActive("BSplayer Setup", "Click Finish to close this wizard.")
Send("!r!f")

Edited by Shark007
Link to comment
Share on other sites

DCPlusPlus

Run("DCPlusPlus0691.exe")
WinWaitActive("DC++ Setup: License Agreement", "DC++ is licensed")
Send("!a!n")
WinWaitActive("DC++ Setup: Installation Options", "Select components to install:")
Send("{DOWN 2}{SPACE}{DOWN}{SPACE}!n")
WinWaitActive("DC++ Setup: Installation Folder", "Destination Folder")
Send("!i")
WinWaitActive("DC++ Setup: Completed", "Completed")
Send("!c")

P.S. I just copy Favorites.xml and DCPlusPlus.xml to get favs and settings back

Edited by Shark007
Link to comment
Share on other sites

K-Lite Codec Pack

Run("klcodec276f.exe")
WinWaitActive("Setup - K-Lite Codec Pack", "K-Lite Codec Pack 2.76 Full")
Send("!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Information")
Send("!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Select Destination Location")
Send("!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Select Components")
Send("{DOWN}!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Select Start Menu Folder")
Send("!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Select Additional Tasks")
Send("{TAB 36}{SPACE}{TAB}{DOWN 2}{TAB 3}{SPACE}!n")
WinWaitActive("Setup - K-Lite Codec Pack", "Ready to Install")
Send("!i")
WinWaitActive("Setup - K-Lite Codec Pack", "Done!")
Send("!f")

Link to comment
Share on other sites

EmEditor

Run("emed5epx.exe")
WinWaitActive("EmEditor Setup", "continue the setup")
Send("!n")
WinWaitActive("EmEditor Setup", "License Agreement")
Send("!a!n")
WinWaitActive("EmEditor Setup", "enter the new path")
Send("!n")
WinWaitActive("EmEditor Setup", "These settings")
Send("!d!p!m!t!n")
WinWaitActive("EmEditor Setup", "EmEditor Setup is complete!")
Send("!s{ENTER}")
WinWaitActive("Untitled - EmEditor")
Send("!haprenteryourkeyinsteadofthistext{ENTER 2}!+x")

P.S. enteryourkeyinsteadofthistext => replace with your key

Link to comment
Share on other sites

  • 1 month later...

Eudora 6.11 (French version)

U just have to configure mail account after :)

I had a problem with a reboot windows who pop randomly (used for RunOnceEx)

run("eudora_6.11_fr.exe")
WinWaitActive("Eudora 6.1.1","Bienvenue dans ce programme")
send("!s")
WinWaitActive("Eudora 6.1.1","CONTRAT DE LICENCE DU LOGICIEL EUDORA")
send("!o")
WinWaitActive("Choisissez vos Composants")
send("!s")
WinWaitActive("Choisissez le répertoire d'installation")
send("!s")
WinWaitActive("Choisissez l'emplacement du dossier de données")
send("!s")
WinWaitActive("Eudora 6.1.1","Voici les répertoires que vous avez choisis pour cette installation")
send("!s")
WinWaitActive("Créer un raccourci pour Eudora")
send("!y")
WinWaitActive("Indiquez le nom du raccourci")
send("!s")
WinWaitActive("Accompagnement et support")
send("{SPACE}")
send("{DOWN}")
send("{SPACE}")
Sleep(200)
send("{ENTER}")
if WinWaitActive("InstallShield","redémarrer",10) Then
Send("{DOWN}")
send("{ENTER}")
endIf

Link to comment
Share on other sites

Fraps 2.82+ AutoIt

Homepage: http://www.fraps.com/

Changelog

1.0

- all setings are in config.ini no need to edit script

- starting script

Features:

- installs Fraps

- custom install path

- custom start menu

- delete schortcut's

- choose settings/options in config.ini

How to use:

- check config.ini and set what u want with "Y" OR "N" or other options at hand

- copy setup.exe to SETUP folder

Script will work for newer versions if the installer not change.

If any problems write in this topic or contact me via PM (dont send emails).

Fraps.zip

Edited by --=ddSHADOW=--
Link to comment
Share on other sites

  • 4 weeks later...

IPFilter Update for µTorrent

Version 1.0 - Initial Release

Version 1.1 - Fixed: with no initial dat file, download worked but reported failure (14 Apr 2007)

Version 1.2 - Fixed: with no initial dat file and no internet, reported dat file was current (5 May 2007)

Version 2.0 - Rewrite: Check dat version before downloading zip file and unzip using 7za.exe (26 May 2007)

ipfltupd.au3

Version 3.0 - Rewrite: Requires AutoIt v3.2.12.0, checks dat size before downloading zip file, chooses dat file with latest modified date (7 Aug 2008)

ipfltupd.au3

This script will update the IP filter list for µTorrent BitTorrent client.

It downloads ipfilter.zip file to %Temp% directory and unzips the dat file using 7za.exe or 7z.exe

The dat file is installed in your uTorrent settings folder %APPDATA%\uTorrent\

It should handle most common errors except if the download urls no longer host the file.

Edit: 26 May 2007 - v2 downloads .zip file instead of .dat file and compares version instead of file size. Also requires 7za.exe from www.7-zip.org/download.html in your System path.

Edit: 7 Aug 2008 - v3 Requires AutoIt v3.2.12.0 that fixed InetGetSize function allowing this version to work. Can use 7z.exe or 7za.exe and will search your 'Program Files' folder to find either one. Backs up your old ipfilter.dat file to ipfilter.dat.old

To enable IP filtering in µTorrent, set "ipfilter.enable" to "true" in µTorrent's Advanced Preferences.

To reload ipfilter.dat without restarting µTorrent, simply set ipfilter.enable to false, then to true again.

Personally, I compile the script using AutoIt v3.2.12.1 with the attached icon I found at iconaholic, place it in my Program Files folder with uTorrent.exe, and create a shortcut to it in my StartMenu.

Enjoy,

Beeker

uTorrentFTico.7z

Edited by beeker
Link to comment
Share on other sites

  • 3 weeks later...

Ad-Aware SE Personal v1.06 Unattended Installer Maker

Version 1.0 - Initial Release

This script creates an Ad-Aware SE Personal unattended installer with custom directories and updated defs.

- Changes Install location to %ProgramFiles%\Utilities\

- Changes StartMenu location to Utilities\Spyware\

- Removes unused components that Orca validation complains about

- Gets the latest defs.ref file from the internet before building silent installer

The attached SupportingFiles.7z contains 7zS.sfx, config.txt, RunHiddenConsole.exe

Instructions:

Ensure you have installed:

- AutoIt http://www.autoitscript.com/autoit3/

- Orca (from Shark's File Repository)

- Universal Extractorv 1.5 http://www.msfn.org/board/index.php?showtopic=62418

Copy these two files to your system path C:\WINDOWS

- 7za.exe http://www.7-zip.org/download.html

- upx.exe http://upx.sourceforge.net/

Put the following files into a working directory of your choice:

- aawsepersonal.exe http://www.lavasoftusa.com/

- 7zS.sfx

- config.txt

- MakeSilentAdAware.au3

- RunHiddenConsole.exe

Open your Temp directory to watch for an msi file to appear i.e.

C:\Documents and Settings\<your user name>\Local Settings\Temp\cb5cd82.msi

Run "aawsepersonal.exe" but don't continue the installation

Copy the msi file from Temp dir to your working directory (the msi filename will be different each time)

Cancel the AdAware installation

Now run the AutoIt script "MakeSilentAdAware.au3" to create AdAware unattended installer

EDIT: 11 Aug 2007 - Added similar script for Ad-Aware 2007 which updates defs and program files before packaging.

Ad-Aware 2007 Free Unattended Installer Maker

Version 1.0 - Initial Release 2007-08-11

for aaw2007.exe http://www.lavasoftusa.com/

MakeSilentAdAware.au3

SupportingFiles.7z

MakeSilentAdAware2007.au3

Edited by beeker
Link to comment
Share on other sites

  • 1 month later...

Nero Burning ROM 8 unattended AutoIt script

Install Nero Burning ROM unattended with the original trial distribution.

Changelog: 3.1

* Changed: Exit message is written to a logfile instead of displaying message boxes (artbio)

* Changed: Trial version is now selected by default (CEoCEo)

* Added: Logging of 7-Zip extraction (artbio)

* Added: Option to change 'Book Type settings' for all drives (artbio)

* Added: Option to disable Nero Online Services (CEoCEo)

* Updated: Options installing Nero Scout (CEoCEo)

* Updated: Component unregistration (artbio)

* Fixed: *Scout*.chm wasn't being installed in some situations (artbio)

* Fixed: Selected components to install with new release of 8.3.2.1b (CEoCEo)

Features:

- Automatic search and install of any multilanguage trial distribution (Nero-8*.exe)

- Exclude unwanted components

- Optional install of additional Help Files and Template Packages

- Ability to activate additional Plug-ins

- Option to specify a custom installation path and already extracted folder

- Optionally disable 'Ask Toolbar', 'Nero Scout', 'Patent Activation', 'Nero Online Services' and 'Media Indexing Services'

- Option to change 'Book Type settings' for all drives

- Suppress restart dialog box and 'The Weather Channel Desktop' installer

- Detailed installation logfile

- Updates DirectX if necessary

- Several customized settings to choose from

How to use:

- Leave this script in the same dir as the executables and you are set to go.

- Read this post on how to enable InCD and CopyGadget in Windows XP.

- Detailed instructions exist in the script itself.

- If you have any problems or suggestions regarding this script, write in the Nero 8 topic or the Nero 7 topic.

Nero71010.au3

Nero8_3.1.zip

Edited by CEoCEo
Link to comment
Share on other sites

Hacker Smacker 3

Opt("WinTitleMatchMode", 4)
Run("setup.exe")
WinWait("InstallShield Wizard")
WinActivate("InstallShield Wizard")
WinMove("InstallShield Wizard","",@DesktopWidth +200,@DesktopHeight +200)
WinWait("HackerSmacker - InstallShield Wizard","The InstallShield(R) Wizard wi")
WinMove("HackerSmacker - InstallShield Wizard","",@DesktopWidth +200,@DesktopHeight +200)
ControlClick("HackerSmacker - InstallShield Wizard","The InstallShield(R) Wizard wi","Button1")
WinWait("HackerSmacker - InstallShield Wizard","I &accept the terms in the lic")
ControlClick("HackerSmacker - InstallShield Wizard","I &accept the terms in the lic","Button3")
ControlClick("HackerSmacker - InstallShield Wizard","I &accept the terms in the lic","Button5")
WinWait("HackerSmacker - InstallShield Wizard","&Serial Number:")
ClipPut("USER HERE")
send("^v")
send("{TAB}")
ClipPut("COMPANY HERE")
send("^v")
send("{TAB}")
ClipPut("SERIAL HERE")
send("^v")
send("{ENTER}")
ControlClick("HackerSmacker - InstallShield Wizard","&Serial Number:","Button6")
WinWait("HackerSmacker - InstallShield Wizard","NewBinary12")
ControlClick("HackerSmacker - InstallShield Wizard","NewBinary12","Button1")
WinWait("HackerSmacker - InstallShield Wizard","Click Install to begin the ins")
ControlClick("HackerSmacker - InstallShield Wizard","Click Install to begin the ins","Button1")
WinWait("HackerSmacker - InstallShield Wizard","The InstallShield Wizard has s")
ControlClick("HackerSmacker - InstallShield Wizard","The InstallShield Wizard has s","Button1")
WinWait("HackerSmacker Installer Information","You must restart your system f")
ControlClick("HackerSmacker Installer Information","You must restart your system f","Button2")

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
  • Recently Browsing   0 members

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