JohnnyBoy Posted July 24, 2005 Posted July 24, 2005 AutoIT script for unattended installation of AutoCAD 2005, I can't imagine that it would need changing for AutoCAD 2006.
scuzzy47 Posted August 7, 2005 Posted August 7, 2005 Hi, I'm new here, and I want to learn all this, so I made a simple script that Auto-installs the latsest version of mIRC: mIRC 6.16. Kept it simple, cause I'm not very good at it ... Hope this is helpful for some people...grtz...
ender341 Posted August 9, 2005 Posted August 9, 2005 (edited) Here's My script for San Andreas Edited August 9, 2005 by ender341
ender341 Posted August 12, 2005 Posted August 12, 2005 (edited) My Script for the Sims 2 (Yes there is one already up, but this installs with no change of disk or user interaction Follow the Directions at the bottom of the page (the list with 18 points): [url="http://support.ea.com/cgi-bin/ea.cfg/php/enduser/std_adp.php?p_faqid=10875&p_created=1127328997&p_sid=n6jfpRUh&p_lva=1&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTczJnBfcHJvZHM9Nyw3MDAsMCZwX2NhdHM9MCZwX3B2PTIuNzAwOzMudTAmcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9Mg**&p_li=&p_topview=1"]EA Tech Support Page (I guess EA can be Useful )[/url] The Directory does not have to be c:\ (or the root of any partion), it just has to be based in "Disk Images" Then change the following lines in Disk Images\Disk 1\AutoRun\autorun.cfg [code]EReg=0 TechSupport=0[/code] (its near the top this disables the request to register(I couldn't Figure out how to close the window in AutoIt (don't know why it wouldn't)) and works on all the EA games I have tried it with) Then Run this script in the base directory of Disk 1 (remeber to change the CD Key from X's) and it may need localization if you use adifferent Launguage Notes: Adding this to your cleanup.cmd deletes the desktop icon [code]DEL "%allUsersProfile%\Desktop\The Sims 2.lnk"[/code] and a big thanks to MHz who helped me get the Script to launch right from RunOnce [edit=11/17/05] changed the script to allow user to select directory of install and directory within start menu (those of you with 32 bit windows need to remove the (x86) on the program folders link) - Default dir is "C:\Program Files (x86)\EA GAMES\The Sims 2" - Default start menu install location "Games" -updated EA link it had changed locations Edited November 17, 2005 by ender341
sadicq Posted August 29, 2005 Posted August 29, 2005 (edited) Program: XPize MCE Beta 2 Script version: 1.0 How to use: Rename your Xpize installer to XPize.exe and place in the same directory with the autoit script. Different from the /S switch: NO Restore Point and no Uxtheme patch EDIT: RENAMED xpize.au3 to xpize_.au3 (nothing else different from the original.... duh i thought you will think at that) Edited August 30, 2005 by sadicq
sadicq Posted September 2, 2005 Posted September 2, 2005 Program: Kaspersky Antivirus Pro 5.0.383 (I know about the /S switch ... don't blame me for not liking it) What is this scipt doing: it covers ANY configuration possible during setup ... path to install to ... username, company and more Script Version: 1.0 Target: For people who don't like the defaults given by the /S switch PS: edit it to your needs
sadicq Posted September 2, 2005 Posted September 2, 2005 Program: Cheating-death 4.32.0 (and older, I think) Version: 1.0
DiO Posted September 24, 2005 Posted September 24, 2005 (edited) Here are some scripts for you:[attachment=8851:attachment][attachment=8852:attachment][attachment=8853:attachment] Edited October 16, 2005 by DiO
DiO Posted September 29, 2005 Posted September 29, 2005 (edited) Before you run the bsplayer autoit script, rename the bsplayer installation file to "bsplayer". Edited September 29, 2005 by DiO
alekc Posted September 29, 2005 Posted September 29, 2005 Edit Plus 2.20 Installer's name: epp220_en.exe
Comrade Posted October 4, 2005 Posted October 4, 2005 Canopus Procoder 2.04.02 - Cancels the divx codec pro installation (to allow you to install a newer version than the one included) - replace the XXXX lines with your own serial parts.
Kapo Posted October 10, 2005 Posted October 10, 2005 (edited) this script enables\disables the QuickLaunch. [code]; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.1.0 ; Author: Kapitan ; ; Script Function: ; Enable\Disable QuickLaunch. ; ; ---------------------------------------------------------------------------- $g_szVersion = "QuickLaunch" If WinExists($g_szVersion) Then Exit; It s already running AutoItWinSetTitle($g_szVersion) Opt ("TrayIconDebug", 1) ;0=no info, 1=debug line info Opt ("TrayIconHide", 0) ;0=show, 1=hide tray icon Opt ("WinTitleMatchMode", 4);1=start, 2=subStr, 3=exact, 4=... ControlClick ("classname=Shell_TrayWnd", "Applicazioni in esecuzione", "TrayClockWClass1", "right") Send("p") WinWaitActive("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni") ControlClick ("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni", 1107) WinWaitActive("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni") ControlClick ("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni", 1) Exit[/code] Is in Italian but is simply to modify. Edited October 10, 2005 by Kapo
DiO Posted October 16, 2005 Posted October 16, 2005 This is for "Nero-6.6.0.16.exe". Of course, replace the "X" letters with your serial.
Thombo Posted October 31, 2005 Posted October 31, 2005 GuildFTPd 0.999.13 Guildftp is a free FTP-Server for Windows. www.guildftpd.com AutoIt V3.1
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