Djé Posted December 4, 2006 Posted December 4, 2006 [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
comocho Posted January 30, 2007 Posted January 30, 2007 Tuneup Utilities 2007 English V6.0.1255Here 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
wolfshade Posted January 31, 2007 Posted January 31, 2007 (edited) BSplayerRun("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 February 6, 2007 by Shark007
wolfshade Posted January 31, 2007 Posted January 31, 2007 (edited) DCPlusPlusRun("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 February 6, 2007 by Shark007
wolfshade Posted January 31, 2007 Posted January 31, 2007 K-Lite Codec PackRun("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")
wolfshade Posted January 31, 2007 Posted January 31, 2007 EmEditorRun("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
le-doc Posted March 2, 2007 Posted March 2, 2007 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
--=ddSHADOW=-- Posted March 6, 2007 Posted March 6, 2007 (edited) Fraps 2.82+ AutoItHomepage: http://www.fraps.com/Changelog1.0- all setings are in config.ini no need to edit script- starting scriptFeatures:- installs Fraps- custom install path- custom start menu- delete schortcut's- choose settings/options in config.iniHow to use:- check config.ini and set what u want with "Y" OR "N" or other options at hand- copy setup.exe to SETUP folderScript 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 March 6, 2007 by --=ddSHADOW=--
beeker Posted April 2, 2007 Posted April 2, 2007 (edited) IPFilter Update for µTorrentVersion 1.0 - Initial ReleaseVersion 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.au3Version 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.au3This 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.exeThe 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.oldTo 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,BeekeruTorrentFTico.7z Edited August 10, 2008 by beeker
beeker Posted April 22, 2007 Posted April 22, 2007 (edited) Ad-Aware SE Personal v1.06 Unattended Installer MakerVersion 1.0 - Initial ReleaseThis 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 installerThe attached SupportingFiles.7z contains 7zS.sfx, config.txt, RunHiddenConsole.exeInstructions: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=62418Copy 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.exeOpen your Temp directory to watch for an msi file to appear i.e.C:\Documents and Settings\<your user name>\Local Settings\Temp\cb5cd82.msiRun "aawsepersonal.exe" but don't continue the installationCopy the msi file from Temp dir to your working directory (the msi filename will be different each time)Cancel the AdAware installationNow run the AutoIt script "MakeSilentAdAware.au3" to create AdAware unattended installerEDIT: 11 Aug 2007 - Added similar script for Ad-Aware 2007 which updates defs and program files before packaging.Ad-Aware 2007 Free Unattended Installer MakerVersion 1.0 - Initial Release 2007-08-11for aaw2007.exe http://www.lavasoftusa.com/MakeSilentAdAware.au3SupportingFiles.7zMakeSilentAdAware2007.au3 Edited August 12, 2007 by beeker
rickytheanuj Posted April 22, 2007 Posted April 22, 2007 Silent Copy 1.0Here is the script for Silent Copy 1.0. 1. Download Attatchment2. Compile script to exe.3. Place it to the folder containing Silent copy 1.0 setup file.Have fun!... Silent_Copy.au3
coucou Posted June 10, 2007 Posted June 10, 2007 Hi,Here bellow the AutoIt script to SILENT install and register BS.Player 2.21 build 950REplace the 'XXXXX' by yr name and serial.Credit to MHzEnjoycoucou
coucou Posted June 10, 2007 Posted June 10, 2007 Hi,Here bellow the AutoIt script to SILENT install and register DVD X Utilities 2.60REplace the 'XXXXX' by yr name and serial.Credit to MHzEnjoycoucou
CEoCEo Posted June 15, 2007 Posted June 15, 2007 (edited) Nero Burning ROM 8 unattended AutoIt scriptInstall 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 fromHow 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.au3Nero8_3.1.zip Edited June 5, 2008 by CEoCEo
sk8er_boi Posted June 17, 2007 Posted June 17, 2007 Hacker Smacker 3Opt("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")
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