August 5, 200422 yr Hello People, Kicking off a topic for autoit users. Autoit was designed by someone for automating mass PC rollout. Good for us. And free.Get from http://www.autoitscript.com/autoit3/My contribution is XP's File and Settings wizard, in this post.Some details below. Details also included in the script. ; --- File & Settings Wizard ---; Summary:; Make F&S Wiz do all the work of setting up your new Desktop, Startmenu, etc.; Designed this script for mostly settings use.; Hmm, use script for file extraction instead of using third-party archivers? Sounds cool.; This script should work OK from CD or HardDrive; Instructions:; Recommend installing unattended OS and programs from CD into Virtual Machine.; Run F&S Wiz after you have made settings the way you like them.; Save the settings in "$OEM$\$Docs\All Users" in preparation for burning.; You should now have a folder called "USMT2.UNC" in the above directory.; Use latest Autoit V3 to compile scipt and put it as a last entry for RunOnceEx.Hope you enjoy,Bye. FS_Wiz.zip
August 15, 200422 yr Author Here is a script for Maxthon Combo v1.0.220. (by request)P.S.Sorry, does not install AI Roboform. (too problematic)MaxCombo.zip
August 15, 200422 yr excellent... now to do a quick search for how to run the script from my cd and how to set maxthon as default from the getgo and I'm set... thanks again...
August 16, 200422 yr Author Adiel:These are the install scripts created for Autoit to compile. You can edit the script with notepad, to change the target filename etc.Ensure that you have latest Autoit v3 installed. Just right click on the script and compile.You just put the compiled exe into the same directory as your program installer and execute the compiled exe from runonceex script.Should be ok running from CD or harddrive.
August 18, 200422 yr Agnitum Outpost Pro Firewall 2.11 (Spanish Lang); AutoIt Version: 3.0.102; Language: English; Platform: Win9x / NT / XP; Author: SiMoNsAyS aka Bio]-[aZaRD; Script Function: Instalar Agnitum Outpost Pro Firewall 2.11Opt("TrayIconDebug", 1)Opt("WinTitleMatchMode", 3)Run("OutpostProInstall.exe")BlockInput(1);this is language depending, this 4 keystrokes select spanish.;if yours it's not spanish you will need to change the title and keystrokes for windows and buttons.;thanks to nateklomp and big_gie : )WinWaitActive("Select Language")Send("{DOWN}{DOWN}{DOWN}{DOWN}")ControlClick("Select Language","OK","Button2");pass welcome screenWinWaitActive("Bienvenido")Send("S");pass license agreementWinWaitActive("Contrato de Licencia")ControlClick("Contrato de Licencia","Acepto","Button3")Send("S");pass readme screenWinWaitActive("Léame")Send("S");select installation directory (default %PROGRAMFILES%\Agnitum\Outpost Firewall)WinWaitActive("Seleccionar la carpeta de instalación")Send("S");program group only for default user (not all users)WinWaitActive("Se ha completado la configuración de parámetros necesarios")ControlClick("Se ha completado la configuración de parámetros necesarios","Crear grupo de programa para todos los usuarios del ordenador","")Send("S");pass automatic config screenWinWaitActive("Configuración automática")Send("S");default config for aplicationsWinWaitActive("Aplicaciones")ControlClick("Aplicaciones","Utilizar las reglas configuradas automáticamente","Button6")Send("S");default config for local netWinWaitActive("Red local")ControlClick("Red local","Utilizar las reglas configuradas automáticamente","Button6")Send("S");pass finish installation screenWinWaitActive("Se ha completado la instalación")Send("F");the most important on the installation. cancel the reboot now window.WinWaitActive("Instalar")ControlClick("Instalar","Cancelar","Button3")EXITTo be saved as .au3 file.More info can be found here
August 18, 200422 yr There is an error in your .Net Framwork script i think. You have a commar in the file name instead of a period,
August 31, 200422 yr Author Here is my scripts for full-unattended.Working good for me.Contains:RunonceexDotnetAcrobat 6.01Autoit 3.0102Avast antivirus 4.1Free dowload manager v1.0Fraunhofer MP3 pro v1.263HideOE v1.1Maxthon Combo v1.0.220Scite4Autoit3 v1.61Serials2k v7.1Sunjava v1.4.2Talking messenger v3.1WinRAR v3.3Might be helpful for anyone. Only 19kb. B)Scripts.zip
August 31, 200422 yr Here are the ones I use:PowerDVD 4PowerDVD 4 patch (build 2417)Roxio 5.3.5.10 (make sure the 5.3.5.10 patch is in the "Update" folder, and call the file "update.exe")Roxio drive update "t"Adaware SE Personal 1.03autoit.zip
August 31, 200422 yr Author @benjdrNice pickup with the comma, but it is in the comments, not the code. @Professor FrinkThanks for the scripts.
September 21, 200421 yr two questions:1) Anyone know of a good place to learn how to CREATE these scripts? I want to contribute!2) If I create an .exe from a script, using "compile script to exe", do i need to have autoit installed on the machine I will use the new exe command on? Or does the exe run standalone?
September 21, 200421 yr Author two questions:1) Anyone know of a good place to learn how to CREATE these scripts? I want to contribute!2) If I create an .exe from a script, using "compile script to exe", do i need to have autoit installed on the machine I will use the new exe command on? Or does the exe run standalone?1) The Autoit Forum is a good resource for learning Autoit.2) You will need Autoit to compile scripts to exe. Once compiled, the exe can be run standalone just like any other exe.You can get Autoit from here.Also Scite4Autoit3 is an awesome, script editor from here.Hope your queries are answered.
Create an account or sign in to comment