Help - Search - Members - Calendar
Full Version: AutoIT Script Collection - Contributions Only
MSFN Forums > Unattended Windows Discussion & Support > Application Installs
Pages: 1, 2, 3, 4, 5

   
Google Internet Forums Unattended CD/DVD Guide
T D
This is for a little soft called blender. Homepage
I've tested it on 2.41, may work with future versions, change 2.41 to version.
setup has to be called blender.exe
CODE
Run("blender.exe")
  WinWaitActive("Blender 2.41 Installer", "Welcome")
  Send("!N")
  WinWaitActive("Blender 2.41 Installer", "License Agreement")
  Send("{TAB}{TAB}{ENTER}")
  WinWaitActive("Blender 2.41 Installer", "Choose Components")
  Send("{ENTER}")
  WinWaitActive("Blender 2.41 Installer", "Choose Install Location")
  Send("{TAB}")
  Send("!N")
  WinWaitActive("Blender 2.41 Installer", "Specify User Data Location")
  Send("{TAB}{TAB}{TAB}")
  Send("!I")
  WinWaitActive("Blender 2.41 Installer", "Completing the Blender")
  Send("R")
  Send("{TAB}{ENTER}")
ZileXa
PrimoPDF
PrimoPDF download.

PrimoPDF allows you to create PDF from Word or any other app.
Just select to Print in the app, select the primopdf printer and primopdf dialog will popup asking you what quality you want (print, screen, ebook etc), you can give author information etc AND you can select to use encryption to protect your PDF files from being edited or textcopy.

Ofcourse there are others, but PrimoPDF looks more user-friendly!
PDFcreator and others don't look as clear.
And it offers encryption.
Dw2k
ZileXa, attemped to use your primo script but its no in my language (english) so I made an english version.

Its my first script so its a bit clunky probably, but it worked for me. thumbup.gif
salawinder
Nero 7.2.0.3

I hope this helps those that need it. this script has been created with the help of Glowy & Sanjay. Thanks go to them for their help, it wouldn't be here without them.

This is my first (published) script, and although we seem to have ironed out the bugs, if you find any, let us know in the following thread (don't post here, as this is for scripts ONLY)

http://www.msfn.org/board/index.php?showtopic=73118

There is an English version of the script (Nero7.au3) and a Dutch version created by Glowy (Nero7nld.au3)

Thanks,
Salawinder.
--=ddSHADOW=--
Alanoll's Winamp msi installer with autoit

Features:

- used his installer from here
- u can install from anywhere not just from example: \"%systemdrive%\Install\WINAMP_5\winamp.ini"
- copy skins files to SKINS folder
-
copy plug-ins files to PLUG-IN folder
- copy winamp.msi and winamp.ini to SETUP folder
- change custom messages if u like

Click to view attachment

U can also use my example u need only to enter the username and password in winamp.ini

HERE

Big thumbup.gif go to
Alanoll who made the msi installer
--=ddSHADOW=--
ffdSHOW

Homepage

Features:
* install sse2 or sse or none sse version of ffdshow codecs
* SSE detection via cpuz

How to use:
Download three version of codecs from HERE and copy them to installers folder
Then change the file names in the script
Example:
$sse2="ffdshow-20060505-rev2546-SSE2.exe /S"
$sse="ffdshow-20060505-rev2546-SSE.exe /S"
$none="ffdshow-20060513-rev2546.exe /S"
Download cpu-z HERE and extract files to SETUP folder

Compile the au3 to exe and run
Click to view attachment

Or download this its all included here
Djé
At the general request of Sangi, here is the follow-up of this:

Babylon Pro v6.0

Script version: BabylonV6.0.au3 v0.0.1

Babylon Pro is an offline/online dictionnary.
It runs in the system tray. You just call it using a (selectable) hotkey or mouse-key combination on the word you want to look out.
It offers a very wide range of dictionaries that you can download to you computer for a free trial (30 days).
...but curiously no French-Portuguese dictionary wacko.gif newwink.gif

This script not only installs Babylon6 (whichever main installer you choose), it also has the following features:
- Completely Language Independant. -> No need to feed it with windows' title & text. It doesn't need it.
- Uses a fully customizable .ini file to read the options from.
- Completely silent.
- All Setup Wizard's answers can be freely adapted: Language, License, Mouse Button, Destination Directory, Icons, Start now and spam.
- Any number of additional glossaries can be silently installed during the same process, in a chosen order.
- Reg tweaks (Dictionary Updates, Hide Translation window, Start with Windows) can be selected.
- Microsoft Speech engine can be installed.
- License files can be installed silently as well.

* No need to edit the script.
* Just edit the options in the .ini file. All options are fully documented.
* Then just run the script, compiled or not. Optional usages are also documented.

The zip attached contains the AutoIt script (.au3) and my babylon.ini file as a template for yours.
--=ddSHADOW=--
Winamp 5.33+ PRO

Homepage
Latest version of Pro version HERE search for Already own Pro and need to upgrade?

Change log
1.2.1
- updated script so no wait for Beta version report
- mouse blocked during setup (abort by pressing CTRL+ALT+DELETE)
1.2
- new logo much better
- added some code for autodetection of setup file
- optimized
1.1 (Number of downloads: 168)
- Fixed the coordinates for selection's now it works under any screen res. (800x600,1024x768,1124x864,...)
- added new code to support latest beta version 525.0801
1.0 (Number of downloads: 133)
- Start Script

Features:
- u can select many options like in Alanoll's Winamp + some others
- script delete old registration info if exists
- script delete old settings if exists

How to use:

- copy installation file (*.exe) to SETUP folder
- add your registration info
- copy skins files to SKINS folder
- copy plug-ins files to PLUG-IN folder
- change custom messages if u like

Dont just run check the source, modify it to your need.
Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).

P.S. Script is blocking your mouse during setup (abort by pressing CTRL+ALT+DELETE)

Latest tested version: Winamp 5.3.3 build 1100 WORKING
--=ddSHADOW=--
BsplayerPRO 2.20+

Homepage

Changelog:
1.3
- updated registration method for version 2.2
- added config.ini where u put your registration info no need to edit the source file
- removed mouse emulation

1.2.1 Number of downloads: 35
Updated for new registration location.
New version fixed problems in Windows Vista
1.2. Number of downloads: 67
Automatic detection of setup file, u dont need to check what is $installer= whatever
Added skin that u must have biggrin.gif
1.1. Number of downloads: 150
Updated the way to register Bsplayer the old method was to quick didnt wait Bsplayer to confirm the registration
1.0 Number of downloads: 48

Features:
- sillent install
- script delete old registration info if exists
- registration

How to use:
- copy installation file (*.exe) to SETUP folder
- copy skins files to SKINS folder
- add your registration info in the config.ini
- change custom messages if u like

Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).
Click to view attachment
--=ddSHADOW=--
Windows Live Messenger + Plus Live! + Patch + MORE...

Changelog:
1.3
- all setings are in config.ini no need to edit script anymore
- added new code to install Windows Live Safety Scanner(x86 or x64) autodetect if Windows x64
- added new code to install Ink
- added Remove My Sharing Folders in My Computer for Windows Live Messenger for all that dont use patch version (mess or a-patch)
- silent install of Messenger Plus! Live
- code cleanup

1.2 Not released
- Autodetect plus version

1.1 Number of downloads: 182
- updated for Windows Live Messenger 8.0.0812
- Rhapsody Music Service option removed
- Windows Live Toolbar option added
- changed some code for easy translations (removed &Next sections with ControlClick ($title,"", "Button1") options
- added logo

1.0 Number of downloads: 42
- starting script

Features:
- simple config all settings are in config.ini no need to edit script anymore
- installs Windows Live Messenger and remove old one if exists
- installs Messenger Plus! Live (silent)
- installs Windows Live Safety Scanner(x86 or x64) autodetect if Windows x64
- installs Ink
- Remove My Sharing Folders in My Computer for Windows Live Messenger for all that dont use patch version (mess or a-patch)
- installs patched files

How to use:
- check config.ini and set what u want with "Y" OR "N"
- extract the MsnMsgs.msi from Install_Messenger.exe (downloaded version) to SETUP folder
- copy installation files (MsnMsgs.msi , MsgPlusLive*.exe, WindowsLiveSafetyScanner.exe, WindowsLiveSafetyScanner_x64.exe)
to SETUP folder
- if u use Windows Live Safety Scanner x64 rename the setup file to WindowsLiveSafetyScanner_x64.exe
- use Mess Patcher or A-patch before u run this script and copy patched files (msgslang.dll,msgsres.dll,msidcrl40.dll,msnmsgr.exe) to patch folder
- change custom messages if u like
- to use on non-english setup's u need to change the text's in Language change in Windows Live Messenger script settings

Links:
http://get.live.com/messenger/overview Windows Live Messenger
http://www.msgpluslive.net/ Messenger Plus! Live
http://www.jtow.net/~triess/index.htm Shark's file Repository (WindowsLiveSafetyScanner,InkInstaller)

For patching use one of those:
http://apatch.org/
http://mess.be/


Script will work for newer versions if the installers not change.
If any problems contact me via PM (dont send emails).

Standalone script that removes Sharing Folders located in My Computer.
DOWNLOAD

Current up to date script
Click to view attachment
--=ddSHADOW=--
FlashFXP 3.4 FINAL

Homepage

Features:
- installs FlashFXP and remove old one also remove old registration ("flashfxp.key")

How to use:
- copy installation files (setup.exe) to SETUP folder
- the serial must be in one line $serial="your serial"
- change custom messages if u want

Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).

Click to view attachment
DiO
welcome.gif
This script is for Kaspersky Internet Security 6.0.0.299.
It runs well if you have the activation key in C:\windows.
You must put the key there before you run the script.
The installer is named "kis600299en".
Click to view attachment
Replace the x letters in the script with your key name.
redfive19
Fraps v2.7.3
For some reason, this new Fraps won't install via /S like every other nullsoft app. So I wrote this little script to automate it. change to your liking.
Synapse
Comodo Personal Firewall version 2.0

Homepage
Registration Entitles you to a Free Lifetime License.

Usage:
- Copy Comodo Personal Firewall installation file (Setup.exe) to the same folder as the compiled installer.
*I put the compiled autoit installer & the Setup.exe into $OEM$\$1\Install\Comodo*
*Then just run the ComodoFirewallInstaller.exe from runonceex.cmd file without any additional switches*

Script should work for newer versions, if the installer doesn't change.

Hope This helps, seems to work perfectly for me..

btw.. if anyones wondering about the If WinExists and WinGetHandle, it's cause for some reason i couldn't activate or do anything to the Configuration Wizard Window...
krawhitham
ewido 4.0.0.172b

Script v1.0


Note
Tested only on above version.
Sanjay
AutoIt script for 'Nero 7.2.3.2b'

The script was put together by the initial efforts of 'salavinder' & 'glowy' and some input from myself.

Click to view attachment
MGadAllah
This is my first Auto it Script, so I hope every thing could work fine for you as it is worked for me

Webroot SpySweeper 5
-----------------------------------
Setup file name must be: SpySweeper.exe
use the following script:
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('SpySweeper.exe')
WinWait("Setup - Spy Sweeper","Welcome to the Spy S")
If Not WinActive("Setup - Spy Sweeper","Welcome to the Spy S") Then WinActivate("Setup - Spy Sweeper","Welcome to the Spy S")
WinWaitActive("Setup - Spy Sweeper","Welcome to the Spy S")
Send("{ENTER}")
WinWait("Version Guard","&Check for Updates")
If Not WinActive("Version Guard","&Check for Updates") Then WinActivate("Version Guard","&Check for Updates")
WinWaitActive("Version Guard","&Check for Updates")
Send("{RIGHT}{ENTER}")
WinWait("Setup - Spy Sweeper","Please read the foll")
If Not WinActive("Setup - Spy Sweeper","Please read the foll") Then WinActivate("Setup - Spy Sweeper","Please read the foll")
WinWaitActive("Setup - Spy Sweeper","Please read the foll")
Send("{TAB}{UP}{TAB}{TAB}{ENTER}")
WinWait("Setup - Spy Sweeper","Select Your Install ")
If Not WinActive("Setup - Spy Sweeper","Select Your Install ") Then WinActivate("Setup - Spy Sweeper","Select Your Install ")
WinWaitActive("Setup - Spy Sweeper","Select Your Install ")
Send("{DOWN}{TAB}{TAB}{ENTER}")
WinWait("Setup - Spy Sweeper","Select Destination L")
If Not WinActive("Setup - Spy Sweeper","Select Destination L") Then WinActivate("Setup - Spy Sweeper","Select Destination L")
WinWaitActive("Setup - Spy Sweeper","Select Destination L")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Setup - Spy Sweeper","Select Additional Ta")
If Not WinActive("Setup - Spy Sweeper","Select Additional Ta") Then WinActivate("Setup - Spy Sweeper","Select Additional Ta")
WinWaitActive("Setup - Spy Sweeper","Select Additional Ta")
Send("{DOWN}{SPACE}{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("Setup - Spy Sweeper","Setup is now ready t")
If Not WinActive("Setup - Spy Sweeper","Setup is now ready t") Then WinActivate("Setup - Spy Sweeper","Setup is now ready t")
WinWaitActive("Setup - Spy Sweeper","Setup is now ready t")
Send("{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("Setup - Spy Sweeper","Completing the Spy S")
If Not WinActive("Setup - Spy Sweeper","Completing the Spy S") Then WinActivate("Setup - Spy Sweeper","Completing the Spy S")
WinWaitActive("Setup - Spy Sweeper","Completing the Spy S")
Send("{DOWN}{ENTER}")

Daemon Tools 4.3
---------------------------
SPTD must be installed before run this one
you can run it from SVCPACK before the last restart
then you can run this script:
Setup file must be named: DAEMONTools.exe
the script is:
CODE
Run('DAEMONTools.exe')
WinWait("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
If Not WinActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
WinWaitActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
Send("{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
Send("{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
Send("{SPACE}{TAB}{TAB}{ENTER}")

Cole2k Media Nero Audio Plugin Pack 1.5.3
--------------------------------------------------------------------------
This package features a number of plugins to allow any nero version to burn a variety of formats to disc which it doesn't normally support.
download from here
Setup files must be named (Setup)
then use the following codebox:
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('Setup.exe')
WinWait("Cole2k Media - Nero Audio Plugin Pack Setup "," Cole2k Media © 200")
If Not WinActive("Cole2k Media - Nero Audio Plugin Pack Setup "," Cole2k Media © 200") Then WinActivate("Cole2k Media - Nero Audio Plugin Pack Setup "," Cole2k Media © 200")
WinWaitActive("Cole2k Media - Nero Audio Plugin Pack Setup "," Cole2k Media © 200")
Send("{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{SPACE}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOW
N}{DOWN}{DOWN}{TAB}{ENTER}")
WinWait("Cole2k Media - Nero Audio Plugin Pack Setup ","Installation complet")
If Not WinActive("Cole2k Media - Nero Audio Plugin Pack Setup ","Installation complet") Then WinActivate("Cole2k Media - Nero Audio Plugin Pack Setup ","Installation complet")
WinWaitActive("Cole2k Media - Nero Audio Plugin Pack Setup ","Installation complet")
Send("{ENTER}")

Incredmail Latest version
--------------------------------------
this application really was a little bit hard to crack it
any way, this application has many features that I really like, so I made my auto it for it newwink.gif
it will be more then one in sequence:
- Main application
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('IncrediMailSetup.exe')
WinWait("Welcome","Welcome to IncrediMa")
If Not WinActive("Welcome","Welcome to IncrediMa") Then WinActivate("Welcome","Welcome to IncrediMa")
WinWaitActive("Welcome","Welcome to IncrediMa")
Send("{ENTER}")
WinWait("License Agreement","I Agree")
If Not WinActive("License Agreement","I Agree") Then WinActivate("License Agreement","I Agree")
WinWaitActive("License Agreement","I Agree")
Send("{TAB}{TAB}{ENTER}")
WinWait("Choose Destination Location","Setup will install I")
If Not WinActive("Choose Destination Location","Setup will install I") Then WinActivate("Choose Destination Location","Setup will install I")
WinWaitActive("Choose Destination Location","Setup will install I")
Send("{ENTER}")
WinWait("Installation Complete","IncrediMail Xe has b")
If Not WinActive("Installation Complete","IncrediMail Xe has b") Then WinActivate("Installation Complete","IncrediMail Xe has b")
WinWaitActive("Installation Complete","IncrediMail Xe has b")
Send("{TAB}{SPACE}{TAB}{ENTER}")

- JunkFilter
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('JunkFilterPlusSetup.exe')
WinWait("IncrediMail JunkFilter Plus","Welcome to IncrediMa")
If Not WinActive("IncrediMail JunkFilter Plus","Welcome to IncrediMa") Then WinActivate("IncrediMail JunkFilter Plus","Welcome to IncrediMa")
WinWaitActive("IncrediMail JunkFilter Plus","Welcome to IncrediMa")
Send("{ENTER}")
WinWait("License Agreement","I Agree")
If Not WinActive("License Agreement","I Agree") Then WinActivate("License Agreement","I Agree")
WinWaitActive("License Agreement","I Agree")
Send("{ENTER}")
WinWait("IncrediMail Xe","The action couldn't ")
If Not WinActive("IncrediMail Xe","The action couldn't ") Then WinActivate("IncrediMail Xe","The action couldn't ")
WinWaitActive("IncrediMail Xe","The action couldn't ")
Send("{ENTER}")
WinWait("Account Wizard","To use your new emai")
If Not WinActive("Account Wizard","To use your new emai") Then WinActivate("Account Wizard","To use your new emai")
WinWaitActive("Account Wizard","To use your new emai")
Send("{ESC}")

- 3DMagic-Setup ... Let this one be the last one to run newwink.gif
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('3DMagicSetup.exe')
WinWait("3D Magic","Welcome to 3D Magic ")
If Not WinActive("3D Magic","Welcome to 3D Magic ") Then WinActivate("3D Magic","Welcome to 3D Magic ")
WinWaitActive("3D Magic","Welcome to 3D Magic ")
Send("{ENTER}")
WinWait("3D Magic","<b> Choose Action: <")
If Not WinActive("3D Magic","<b> Choose Action: <") Then WinActivate("3D Magic","<b> Choose Action: <")
WinWaitActive("3D Magic","<b> Choose Action: <")
Send("{ESC}")
WinWait("IncrediMail Xe","The action couldn't ")
If Not WinActive("IncrediMail Xe","The action couldn't ") Then WinActivate("IncrediMail Xe","The action couldn't ")
WinWaitActive("IncrediMail Xe","The action couldn't ")
Send("{ENTER}")
WinWait("Account Wizard","To use your new emai")
If Not WinActive("Account Wizard","To use your new emai") Then WinActivate("Account Wizard","To use your new emai")
WinWaitActive("Account Wizard","To use your new emai")
Send("{ESC}")
WinWait("New Message","")
If Not WinActive("New Message","") Then WinActivate("New Message","")
WinWaitActive("New Message","")
Send("{ALTDOWN}{F4}{ALTUP}")
WinWait("Inbox - IncrediMail Premium","Key Contacts")
If Not WinActive("Inbox - IncrediMail Premium","Key Contacts") Then WinActivate("Inbox - IncrediMail Premium","Key Contacts")
WinWaitActive("Inbox - IncrediMail Premium","Key Contacts")
Send("{ALTDOWN}{F4}")
ProcessWait("IMApp.exe")
Sleep(2000)
ProcessClose("IMApp.exe")
Sleep(5000)
Exit

Opanda Photo Filter 1.0 :
-----------------------------------
setup file must be = OpandaPhotoFilter.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('OpandaPhotoFilter.exe')
WinWait("InstallShield Wizard","The InstallShield® W")
If Not WinActive("InstallShield Wizard","The InstallShield® W") Then WinActivate("InstallShield Wizard","The InstallShield® W")
WinWaitActive("InstallShield Wizard","The InstallShield® W")
Send("{TAB}{TAB}{ENTER}")
WinWait("InstallShield Wizard","Press the PAGE DOWN ")
If Not WinActive("InstallShield Wizard","Press the PAGE DOWN ") Then WinActivate("InstallShield Wizard","Press the PAGE DOWN ")
WinWaitActive("InstallShield Wizard","Press the PAGE DOWN ")
Send("{TAB}{TAB}{ENTER}")
WinWait("InstallShield Wizard","Setup will install P")
If Not WinActive("InstallShield Wizard","Setup will install P") Then WinActivate("InstallShield Wizard","Setup will install P")
WinWaitActive("InstallShield Wizard","Setup will install P")
Send("{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("InstallShield Wizard","Setup will add progr")
If Not WinActive("InstallShield Wizard","Setup will add progr") Then WinActivate("InstallShield Wizard","Setup will add progr")
WinWaitActive("InstallShield Wizard","Setup will add progr")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("InstallShield Wizard","Setup has finished i")
If Not WinActive("InstallShield Wizard","Setup has finished i") Then WinActivate("InstallShield Wizard","Setup has finished i")
WinWaitActive("InstallShield Wizard","Setup has finished i")
Send("{ENTER}")

Netsccape Navigator 8.1
-------------------------------------
setup file must be = nsb-install-8-1.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('nsb-install-8-1.exe')
WinWait("Netscape Browser Setup","Thank you for choosi")
If Not WinActive("Netscape Browser Setup","Thank you for choosi") Then WinActivate("Netscape Browser Setup","Thank you for choosi")
WinWaitActive("Netscape Browser Setup","Thank you for choosi")
Send("{ENTER}")
WinWait("Netscape Browser Setup ","Please review the li")
If Not WinActive("Netscape Browser Setup ","Please review the li") Then WinActivate("Netscape Browser Setup ","Please review the li")
WinWaitActive("Netscape Browser Setup ","Please review the li")
Send("{TAB}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Netscape Browser Setup ","Choose Install Locat")
If Not WinActive("Netscape Browser Setup ","Choose Install Locat") Then WinActivate("Netscape Browser Setup ","Choose Install Locat")
WinWaitActive("Netscape Browser Setup ","Choose Install Locat")
Send("{ENTER}")
WinWait("Netscape Browser Setup","Configure your Brows")
If Not WinActive("Netscape Browser Setup","Configure your Brows") Then WinActivate("Netscape Browser Setup","Configure your Brows")
WinWaitActive("Netscape Browser Setup","Configure your Brows")
Send("{TAB}{RIGHT}{SPACE}{RIGHT}{SPACE}{TAB}{DOWN}{TAB}{TAB}{TAB}{TAB}{ENTER}{RIGHT}{TAB}{TAB}{ENTER}
")
WinWait("Netscape Browser Setup ","Installation Complet")
If Not WinActive("Netscape Browser Setup ","Installation Complet") Then WinActivate("Netscape Browser Setup ","Installation Complet")
WinWaitActive("Netscape Browser Setup ","Installation Complet")
Send("{ENTER}")

mIRC 6.2
---------------
setup file must be = mirc62.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('mirc62.exe')
WinWait("mIRC Setup","Welcome to the mIRC ")
If Not WinActive("mIRC Setup","Welcome to the mIRC ") Then WinActivate("mIRC Setup","Welcome to the mIRC ")
WinWaitActive("mIRC Setup","Welcome to the mIRC ")
Send("{TAB}{TAB}{ENTER}")
WinWait("mIRC Setup ","Please review the li")
If Not WinActive("mIRC Setup ","Please review the li") Then WinActivate("mIRC Setup ","Please review the li")
WinWaitActive("mIRC Setup ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("mIRC Setup ","Choose which feature")
If Not WinActive("mIRC Setup ","Choose which feature") Then WinActivate("mIRC Setup ","Choose which feature")
WinWaitActive("mIRC Setup ","Choose which feature")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("mIRC Setup ","Choose Install Locat")
If Not WinActive("mIRC Setup ","Choose Install Locat") Then WinActivate("mIRC Setup ","Choose Install Locat")
WinWaitActive("mIRC Setup ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("mIRC Setup ","Choose Start Menu Fo")
If Not WinActive("mIRC Setup ","Choose Start Menu Fo") Then WinActivate("mIRC Setup ","Choose Start Menu Fo")
WinWaitActive("mIRC Setup ","Choose Start Menu Fo")
Send("{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("mIRC Setup ","Completing the mIRC ")
If Not WinActive("mIRC Setup ","Completing the mIRC ") Then WinActivate("mIRC Setup ","Completing the mIRC ")
WinWaitActive("mIRC Setup ","Completing the mIRC ")
Send("{TAB}{TAB}{ENTER}")

Yahoo messenger 8:
-----------------------------------
Setup file = ymsgr8us.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('ymsgr8us.exe')
WinWait("Yahoo! Messenger Installation","This installation pr")
If Not WinActive("Yahoo! Messenger Installation","This installation pr") Then WinActivate("Yahoo! Messenger Installation","This installation pr")
WinWaitActive("Yahoo! Messenger Installation","This installation pr")
Send("{ENTER}")
WinWait("Yahoo! Messenger Installation","Do you accept the Ya")
If Not WinActive("Yahoo! Messenger Installation","Do you accept the Ya") Then WinActivate("Yahoo! Messenger Installation","Do you accept the Ya")
WinWaitActive("Yahoo! Messenger Installation","Do you accept the Ya")
Send("{SPACE}{TAB}{ENTER}")
WinWait("Yahoo! Messenger Installation","Yahoo! Messenger col")
If Not WinActive("Yahoo! Messenger Installation","Yahoo! Messenger col") Then WinActivate("Yahoo! Messenger Installation","Yahoo! Messenger col")
WinWaitActive("Yahoo! Messenger Installation","Yahoo! Messenger col")
Send("{ENTER}")
WinWait("Yahoo! Messenger Installation","You can also listen ")
If Not WinActive("Yahoo! Messenger Installation","You can also listen ") Then WinActivate("Yahoo! Messenger Installation","You can also listen ")
WinWaitActive("Yahoo! Messenger Installation","You can also listen ")
Send("{ENTER}")
WinWait("Yahoo! Messenger Installation","Select Destination D")
If Not WinActive("Yahoo! Messenger Installation","Select Destination D") Then WinActivate("Yahoo! Messenger Installation","Select Destination D")
WinWaitActive("Yahoo! Messenger Installation","Select Destination D")
Send("{ENTER}")
WinWait("Yahoo! Messenger Installation","You are now ready to")
If Not WinActive("Yahoo! Messenger Installation","You are now ready to") Then WinActivate("Yahoo! Messenger Installation","You are now ready to")
WinWaitActive("Yahoo! Messenger Installation","You are now ready to")
Send("{ENTER}")
WinWait("Yahoo! Messenger Installation","Installation Complet")
If Not WinActive("Yahoo! Messenger Installation","Installation Complet") Then WinActivate("Yahoo! Messenger Installation","Installation Complet")
WinWaitActive("Yahoo! Messenger Installation","Installation Complet")
Send("{ENTER}")
WinWait("Yahoo! Messenger with Voice","&Remember my ID && p")
If Not WinActive("Yahoo! Messenger with Voice","&Remember my ID && p") Then WinActivate("Yahoo! Messenger with Voice","&Remember my ID && p")
WinWaitActive("Yahoo! Messenger with Voice","&Remember my ID && p")
Send("{ALTDOWN}{F4}{ALTUP}")
WinWait("Exit Yahoo! Messenger?","Are you sure you wan")
If Not WinActive("Exit Yahoo! Messenger?","Are you sure you wan") Then WinActivate("Exit Yahoo! Messenger?","Are you sure you wan")
WinWaitActive("Exit Yahoo! Messenger?","Are you sure you wan")
Send("{ENTER}")
ProcessWait("Ymsgr_tray.EXE")
Sleep(2000)
ProcessClose("Ymsgr_tray.EXE")
Sleep(5000)
Exit

Camtasia studio v3.1.2
-----------------------------------
CODE
Opt("WinWaitDelay",100)

Opt("WinTitleMatchMode",4)

Opt("WinDetectHiddenText",1)

Opt("MouseCoordMode",0)

Run('camtasiaf.exe')

WinWait("Camtasia Studio Installation [EVALUATION]","Welcome to the Camta")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","Welcome to the Camta") Then WinActivate("Camtasia Studio Installation [EVALUATION]","Welcome to the Camta")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","Welcome to the Camta")

Send("{TAB}{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","THIS SOFTWARE AND TH")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","THIS SOFTWARE AND TH") Then WinActivate("Camtasia Studio Installation [EVALUATION]","THIS SOFTWARE AND TH")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","THIS SOFTWARE AND TH")

Send("{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","If you have received")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","If you have received") Then WinActivate("Camtasia Studio Installation [EVALUATION]","If you have received")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","If you have received")

Send("{TAB}{TAB}{TAB}{DOWN}{TAB}USERNAME HERE{TAB}SERIAL NUMBER HERE{TAB}{TAB}{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","Setup will install C")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","Setup will install C") Then WinActivate("Camtasia Studio Installation [EVALUATION]","Setup will install C")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","Setup will install C")

Send("{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","Camtasia Studio Add-")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","Camtasia Studio Add-") Then WinActivate("Camtasia Studio Installation [EVALUATION]","Camtasia Studio Add-")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","Camtasia Studio Add-")

Send("{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","The selections below")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","The selections below") Then WinActivate("Camtasia Studio Installation [EVALUATION]","The selections below")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","The selections below")

Send("{TAB}{TAB}{TAB}{SPACE}{TAB}{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","You are now ready to")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","You are now ready to") Then WinActivate("Camtasia Studio Installation [EVALUATION]","You are now ready to")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","You are now ready to")

Send("{TAB}{TAB}{TAB}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{ENTER}")

WinWait("Camtasia Studio Installation [EVALUATION]","Camtasia Studio has ")

If Not WinActive("Camtasia Studio Installation [EVALUATION]","Camtasia Studio has ") Then WinActivate("Camtasia Studio Installation [EVALUATION]","Camtasia Studio has ")

WinWaitActive("Camtasia Studio Installation [EVALUATION]","Camtasia Studio has ")

Send("{ENTER}")


Diskeeper Pro Premier 10.0
------------------------------------
Setup file = DiskeeperProPremier.msi
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('setup.exe')
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","WARNING: This progra")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","WARNING: This progra") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","WARNING: This progra")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","WARNING: This progra")
Send("{TAB}{TAB}{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","Windows XP SP2 Infor")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Windows XP SP2 Infor") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","Windows XP SP2 Infor")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Windows XP SP2 Infor")
Send("{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","Previous Installatio")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Previous Installatio") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","Previous Installatio")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Previous Installatio")
Send("{TAB}{TAB}{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","I &do not accept the")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","I &do not accept the") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","I &do not accept the")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","I &do not accept the")
Send("{UP}{TAB}{TAB}{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","Create Desktop Short")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Create Desktop Short") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","Create Desktop Short")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","Create Desktop Short")
Send("{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","If you want to revie")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","If you want to revie") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","If you want to revie")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","If you want to revie")
Send("{ENTER}")
WinWait("Diskeeper Professional Premier Edition - InstallShield Wizard","The InstallShield Wi")
If Not WinActive("Diskeeper Professional Premier Edition - InstallShield Wizard","The InstallShield Wi") Then WinActivate("Diskeeper Professional Premier Edition - InstallShield Wizard","The InstallShield Wi")
WinWaitActive("Diskeeper Professional Premier Edition - InstallShield Wizard","The InstallShield Wi")
Send("{ENTER}")

Crystal Clear Theme 1.0:
----------------------------------
Setp file = CrystalClear.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('CrystalClear.exe')
WinWait("Installer Language","Please select a lang")
If Not WinActive("Installer Language","Please select a lang") Then WinActivate("Installer Language","Please select a lang")
WinWaitActive("Installer Language","Please select a lang")
Send("{ENTER}")
WinWait("Crystal Clear 1.0 Setup","Welcome to the Cryst")
If Not WinActive("Crystal Clear 1.0 Setup","Welcome to the Cryst") Then WinActivate("Crystal Clear 1.0 Setup","Welcome to the Cryst")
WinWaitActive("Crystal Clear 1.0 Setup","Welcome to the Cryst")
Send("{ENTER}")
WinWait("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
If Not WinActive("Crystal Clear 1.0 Setup ","BricoPack System 1.1") Then WinActivate("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
WinWaitActive("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
Send("{TAB}{SPACE}{ENTER}")
WinWait("Crystal Clear 1.0 Setup","BricoPack System 1.1")
If Not WinActive("Crystal Clear 1.0 Setup","BricoPack System 1.1") Then WinActivate("Crystal Clear 1.0 Setup","BricoPack System 1.1")
WinWaitActive("Crystal Clear 1.0 Setup","BricoPack System 1.1")
Send("{DOWN}{DOWN}{DOWN}{DOWN}{ENTER}")
WinWait("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
If Not WinActive("Crystal Clear 1.0 Setup ","BricoPack System 1.1") Then WinActivate("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
WinWaitActive("Crystal Clear 1.0 Setup ","BricoPack System 1.1")
Send("{DOWN}{DOWN}{ENTER}{ENTER}{ENTER}")
WinWait("RocketDock","")
If Not WinActive("RocketDock","") Then WinActivate("RocketDock","")
WinWaitActive("RocketDock","")
Send("{DOWN}{ALTDOWN}{TAB}{ALTUP}")
WinWait("Crystal Clear 1.0 Setup ","Completing the Cryst")
If Not WinActive("Crystal Clear 1.0 Setup ","Completing the Cryst") Then WinActivate("Crystal Clear 1.0 Setup ","Completing the Cryst")
WinWaitActive("Crystal Clear 1.0 Setup ","Completing the Cryst")
Send("{DOWN}{ENTER}")

Crystal XP RC1:
-----------------
Setup file = CrystalXP.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('CrystalXP.exe')
WinWait("Installer Language","Please select a lang")
If Not WinActive("Installer Language","Please select a lang") Then WinActivate("Installer Language","Please select a lang")
WinWaitActive("Installer Language","Please select a lang")
Send("{ENTER}")
WinWait("Crystal XP 3.0 Setup","Welcome to the Cryst")
If Not WinActive("Crystal XP 3.0 Setup","Welcome to the Cryst") Then WinActivate("Crystal XP 3.0 Setup","Welcome to the Cryst")
WinWaitActive("Crystal XP 3.0 Setup","Welcome to the Cryst")
Send("{ENTER}")
WinWait("Crystal XP 3.0 Setup ","BricoPack System 1.0")
If Not WinActive("Crystal XP 3.0 Setup ","BricoPack System 1.0") Then WinActivate("Crystal XP 3.0 Setup ","BricoPack System 1.0")
WinWaitActive("Crystal XP 3.0 Setup ","BricoPack System 1.0")
Send("{TAB}{SPACE}{ENTER}{ENTER}{ENTER}{ENTER}")
WinWait("Crystal XP 3.0 Setup ","Completing the Cryst")
If Not WinActive("Crystal XP 3.0 Setup ","Completing the Cryst") Then WinActivate("Crystal XP 3.0 Setup ","Completing the Cryst")
WinWaitActive("Crystal XP 3.0 Setup ","Completing the Cryst")
Send("{DOWN}{ENTER}")

Longhorn Inspirat 1.0:
---------------------------
Setup File = LonghornInspirat.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('LonghornInspirat.exe')
WinWait("Installer Language","Please select a lang")
If Not WinActive("Installer Language","Please select a lang") Then WinActivate("Installer Language","Please select a lang")
WinWaitActive("Installer Language","Please select a lang")
Send("e{ENTER}")
WinWait("Longhorn Inspirat 1.0 Setup","Welcome to the Longh")
If Not WinActive("Longhorn Inspirat 1.0 Setup","Welcome to the Longh") Then WinActivate("Longhorn Inspirat 1.0 Setup","Welcome to the Longh")
WinWaitActive("Longhorn Inspirat 1.0 Setup","Welcome to the Longh")
Send("{ENTER}")
WinWait("Longhorn Inspirat 1.0 Setup ","BricoPack System 1.1")
If Not WinActive("Longhorn Inspirat 1.0 Setup ","BricoPack System 1.1") Then WinActivate("Longhorn Inspirat 1.0 Setup ","BricoPack System 1.1")
WinWaitActive("Longhorn Inspirat 1.0 Setup ","BricoPack System 1.1")
Send("{TAB}{SPACE}{ENTER}{ENTER}{ENTER}{ENTER}")
WinWait("Longhorn Inspirat 1.0 Setup ","Completing the Longh")
If Not WinActive("Longhorn Inspirat 1.0 Setup ","Completing the Longh") Then WinActivate("Longhorn Inspirat 1.0 Setup ","Completing the Longh")
WinWaitActive("Longhorn Inspirat 1.0 Setup ","Completing the Longh")
Send("{DOWN}{ENTER}")

Vista Inspirat 1.1:
--------------------------
Setup file = VistaInspirat.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('VistaInspirat.exe')
WinWait("Installer Language","Please select a lang")
If Not WinActive("Installer Language","Please select a lang") Then WinActivate("Installer Language","Please select a lang")
WinWaitActive("Installer Language","Please select a lang")
Send("e{ENTER}")
WinWait("Vista Inspirat 1.1 Setup","Welcome to the Vista")
If Not WinActive("Vista Inspirat 1.1 Setup","Welcome to the Vista") Then WinActivate("Vista Inspirat 1.1 Setup","Welcome to the Vista")
WinWaitActive("Vista Inspirat 1.1 Setup","Welcome to the Vista")
Send("{ENTER}")
WinWait("Vista Inspirat 1.1 Setup ","BricoPack System 1.1")
If Not WinActive("Vista Inspirat 1.1 Setup ","BricoPack System 1.1") Then WinActivate("Vista Inspirat 1.1 Setup ","BricoPack System 1.1")
WinWaitActive("Vista Inspirat 1.1 Setup ","BricoPack System 1.1")
Send("{TAB}{SPACE}{ENTER}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{RIGHT}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{SP
ACE}{DOWN}{SPACE}{ENTER}{ENTER}{ENTER}")
WinWait("Vista Inspirat 1.1 Setup ","Completing the Vista")
If Not WinActive("Vista Inspirat 1.1 Setup ","Completing the Vista") Then WinActivate("Vista Inspirat 1.1 Setup ","Completing the Vista")
WinWaitActive("Vista Inspirat 1.1 Setup ","Completing the Vista")
Send("{DOWN}{ENTER}")

Webshots 5:
----------------
Setup file = wbsamp5.exe
CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('wbsamp5.exe')
WinWait("Setup - Webshots Desktop","Welcome to the Websh")
If Not WinActive("Setup - Webshots Desktop","Welcome to the Websh") Then WinActivate("Setup - Webshots Desktop","Welcome to the Websh")
WinWaitActive("Setup - Webshots Desktop","Welcome to the Websh")
Send("{ENTER}")
WinWait("Setup - Webshots Desktop","Please read the foll")
If Not WinActive("Setup - Webshots Desktop","Please read the foll") Then WinActivate("Setup - Webshots Desktop","Please read the foll")
WinWaitActive("Setup - Webshots Desktop","Please read the foll")
Send("{TAB}{UP}{TAB}{TAB}{ENTER}")
WinWait("Setup - Webshots Desktop","Select Destination L")
If Not WinActive("Setup - Webshots Desktop","Select Destination L") Then WinActivate("Setup - Webshots Desktop","Select Destination L")
WinWaitActive("Setup - Webshots Desktop","Select Destination L")
Send("{ENTER}")
WinWait("Setup - Webshots Desktop","Which components sho")
If Not WinActive("Setup - Webshots Desktop","Which components sho") Then WinActivate("Setup - Webshots Desktop","Which components sho")
WinWaitActive("Setup - Webshots Desktop","Which components sho")
Send("{DOWN}{DOWN}{TAB}{TAB}{TAB}{ENTER}")
WinWait("Setup - Webshots Desktop","Select Start Menu Fo")
If Not WinActive("Setup - Webshots Desktop","Select Start Menu Fo") Then WinActivate("Setup - Webshots Desktop","Select Start Menu Fo")
WinWaitActive("Setup - Webshots Desktop","Select Start Menu Fo")
Send("{ENTER}")
WinWait("Setup - Webshots Desktop","Select Additional Ta")
If Not WinActive("Setup - Webshots Desktop","Select Additional Ta") Then WinActivate("Setup - Webshots Desktop","Select Additional Ta")
WinWaitActive("Setup - Webshots Desktop","Select Additional Ta")
Send("{SPACE}{TAB}{TAB}{TAB}{TAB}{ENTER}")
WinWait("classname=#32770","Show this screen on ")
If Not WinActive("classname=#32770","Show this screen on ") Then WinActivate("classname=#32770","Show this screen on ")
WinWaitActive("classname=#32770","Show this screen on ")
Send("{ENTER}")
WinWait("The Webshots Desktop - www.webshots.com","Remember my password")
If Not WinActive("The Webshots Desktop - www.webshots.com","Remember my password") Then WinActivate("The Webshots Desktop - www.webshots.com","Remember my password")
WinWaitActive("The Webshots Desktop - www.webshots.com","Remember my password")
Send("{ALTDOWN}{F4}{ALTUP}")
ProcessWait("Webshots.scr")
Sleep(2000)
ProcessClose("Webshots.scr")
Sleep(5000)
Exit
MGadAllah
Flash Get 1.73

Without Google ToolBar


CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('fgf173.exe')
WinWait("Welcome","Welcome to FlashGet(")
If Not WinActive("Welcome","Welcome to FlashGet(") Then WinActivate("Welcome","Welcome to FlashGet(")
WinWaitActive("Welcome","Welcome to FlashGet(")
Send("{ENTER}")
WinWait("Software license","&Do Not Agree")
If Not WinActive("Software license","&Do Not Agree") Then WinActivate("Software license","&Do Not Agree")
WinWaitActive("Software license","&Do Not Agree")
Send("{ENTER}")
WinWait("Choose Destination Location","Setup will install F")
If Not WinActive("Choose Destination Location","Setup will install F") Then WinActivate("Choose Destination Location","Setup will install F")
WinWaitActive("Choose Destination Location","Setup will install F")
Send("{ENTER}")
WinWait("Select Program Manager Group","Enter the name of th")
If Not WinActive("Select Program Manager Group","Enter the name of th") Then WinActivate("Select Program Manager Group","Enter the name of th")
WinWaitActive("Select Program Manager Group","Enter the name of th")
Send("{ENTER}")
WinWait("Start Installation","You are now ready to")
If Not WinActive("Start Installation","You are now ready to") Then WinActivate("Start Installation","You are now ready to")
WinWaitActive("Start Installation","You are now ready to")
Send("{ENTER}")
WinWait("FlashGet"," FlashGet File Mi")
If Not WinActive("FlashGet"," FlashGet File Mi") Then WinActivate("FlashGet"," FlashGet File Mi")
WinWaitActive("FlashGet"," FlashGet File Mi")
Send("{DOWN}{SPACE}{TAB}{ENTER}")
WinWait("Google Toolbar","* You can search Int")
If Not WinActive("Google Toolbar","* You can search Int") Then WinActivate("Google Toolbar","* You can search Int")
WinWaitActive("Google Toolbar","* You can search Int")
Send("{SPACE}{TAB}{ENTER}")
WinWait("Installation Complete","FlashGet(JetCar) has")
If Not WinActive("Installation Complete","FlashGet(JetCar) has") Then WinActivate("Installation Complete","FlashGet(JetCar) has")
WinWaitActive("Installation Complete","FlashGet(JetCar) has")
Send("{ENTER}")
LeveL
QUOTE (redfive19 @ Jun 30 2006, 08:22 PM) *
Fraps v2.7.3
For some reason, this new Fraps won't install via /S like every other nullsoft app. So I wrote this little script to automate it. change to your liking.


I couldn't get the AutoIt v3 script to work, but this one does (its AutoIt v2)...

CODE
Run, setup.exe
WinWait, Fraps 2.7.4, Fraps License Agreement
WinActivate, Fraps 2.7.4, Fraps License Agreement
Send, {ENTER}
WinWait, Fraps 2.7.4, Choose a directory to install
WinActivate, Fraps 2.7.4, Choose a directory to install
Send, {TAB}
Send, {TAB}
Send, {TAB}
Send, n
WinWait, Fraps 2.7.4, Select the Start Menu folder
WinActivate, Fraps 2.7.4, Select the Start Menu folder
Send, {TAB}
Send, {TAB}
Send, {TAB}
Send, i
WinWait, Fraps 2.7.4, Completed
WinActivate, Fraps 2.7.4, Completed
Send, c


The problem is, when you run this from a CMD or BAT file it does
not run "setup.exe" but run manually, it does work! Oh dear sad.gif

Why can't they just make it /S

Because that would be too easy!
maxximum
Daemon Tools 4.06 HE
Updated script from 4.00 script.

CODE
#region - Daemon Tools v4.06HE install script - (Automated with WinExists functions)

Opt('TrayIconDebug', 1)

; Installer.
$executable = 'daemon406-x86.exe'

; Show progess.
$splash = 0

; Default catagory folder in startmenu.
$group = 'Burning software'

; New catagory to move the default folder into.
$catagory = ''

; Installation folder in Program Files.
; $directory = 'DAEMON Tools'
$directory = 'Daemon Tools'

; Allowed time for installation.
$allowed = 300 * 1000

; The next setting should be 0 unless you want to reboot imediately.
; Auto or manual reboot. (either choice will runonce the installer at next reboot).
$auto_reboot = 0

; The next setting is not used if $auto_reboot = 1.
; Desktop Reboot. (Set to 1 if you want the script to handle the reboot into the 2nd part of install)
$desktop_reboot = 0

; ** README ""
; Check values above and "Remove shortcuts" section below are correct.
; This is a 2 part install. The 2nd part automatically happens on reboot at HKCU\RunOnce
; which is when the Startup folder is processed and the Desktop is active. This script
; is set to manage both parts of installation automagically.
; Spyware is unchecked for installation.newwink.gif

; Main Window Titles.
$title_dtools = 'DAEMON Tools 4.06HE'
$title_sptd = 'SPTD setup V1.29'

; Run the installer.
If $auto_reboot And StringInStr($cmdlineraw, '/postrun') Then
If WinWait($title_dtools, 'Welcome to the DAEMON Tools', 30) Then
$pid = $executable
Else
$pid = _Install()
EndIf
Else
$pid = _Install()
EndIf

$time = TimerInit()
Do
Select; 1st 3 windows are messageboxes.
Case WinExists($title_sptd, 'This program will install SCSI Pass Through Direct')
Sleep(1000)
ControlClick($title_sptd, 'This program will install SCSI Pass Through Direct', 'Button1')
WinWaitClose($title_sptd, 'This program will install SCSI Pass Through Direct', 10)
WinWait($title_dtools, 'Setup must restart Windows', 5)

Case WinExists($title_dtools, 'Setup must restart Windows')
_RunOnce()
If $auto_reboot Then
$choice = 'Button1'
Else
$choice = 'Button2'
EndIf
ControlClick($title_dtools, 'Setup must restart Windows', $choice)
WinWaitClose($title_dtools, 'Setup must restart Windows', 5)
Exit

Case WinExists($title_dtools, 'You must reboot after previous operation')
_RunOnce()
ControlClick($title_dtools, 'You must reboot after previous operation', 'Button1')
; Desktop Reboot after 20 seconds if set above.
If $desktop_reboot Then
Sleep(15*1000)
MsgBox(262144, $title_dtools, 'System restart commencing now', 5)
Shutdown(2)
EndIf
Exit

Case WinExists($title_dtools, 'Welcome to the DAEMON Tools')
ControlClick($title_dtools, 'Welcome to the DAEMON Tools', 'Button2')

Case WinExists($title_dtools, 'License Agreement')
If WinWait($title_sptd, 'This program will install SCSI Pass Through Direct', 2) Then
ContinueLoop
EndIf
ControlClick($title_dtools, 'License Agreement', 'Button2')

Case WinExists($title_dtools, 'Already Installed')
$text = 'Update the automated installation script for uninstall or upgrade support'
MsgBox(262144, $title_dtools, $text, 5)
_Abort()

Case WinExists($title_dtools, 'Choose Components')
ControlFocus($title_dtools, 'Choose Components', 'SysTreeView321')
ControlSend($title_dtools, 'Choose Components', 'SysTreeView321', '{DOWN}{SPACE}')
ControlClick($title_dtools, 'Choose Components', 'Button2')

Case WinExists($title_dtools, 'Choose Install Location')
ControlSend($title_dtools, 'Choose Install Location', 'Edit1', @ProgramFilesDir & '\' & $directory)
ControlClick($title_dtools, 'Choose Install Location', 'Button2')

Case WinExists($title_dtools, 'Completing the DAEMON Tools')
ControlCommand($title_dtools, 'Completing the DAEMON Tools', 'Button4', 'UnCheck', '')
ControlClick($title_dtools, 'Completing the DAEMON Tools', 'Button2')
ExitLoop
EndSelect
Sleep(1000)
If TimerDiff($time) > $allowed Then _Abort()
Until Not ProcessExists($pid)

; Remove shortcuts.
If _MainShortcut('DAEMON Tools.lnk') Then
FileDelete('Uninstall.lnk')
_Desktop('DAEMON Tools.lnk')
EndIf

; Delete spyware installer.
If FileExists(@ProgramFilesDir & '\' & $directory & '\SetupDTSB.exe') Then
FileDelete(@ProgramFilesDir & '\' & $directory & '\SetupDTSB.exe')
EndIf

; Remove Autorun entry.
RegDelete('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'DAEMON Tools')

#endregion

Exit

Func _Install($path = 'Default')
; Run the installer in Default Script directory.
Dim $splash, $processblock
If $path = 'Default' Then $path = @ScriptDir
If StringRight($path, 1) <> '\' Then $path = $path & '\'
If StringInStr($executable, '\') Then $path = ''
If Not FileExists($path & $executable) Then Exit(1)
If $processblock <> '' Then Call('_' & 'ProcessBlock')
If $splash Then _Splash('Installing:' & StringTrimRight(StringReplace(@ScriptName, '_', ' '), 4))
If StringRight($executable, 3) = 'msi' Then
Return Run(@SystemDir & '\msiexec /i "' & $path & $executable & '"')
Else
Return Run($path & $executable)
EndIf
EndFunc

Func _Abort()
; close process if exists then exit.
Dim $pid
If ProcessExists($pid) Then
ProcessClose($pid)
Exit(2)
Else
Exit(3)
EndIf
EndFunc

Func _Desktop($shortcut)
; Delete a Desktop shortcut.
If FileExists(@DesktopDir & '\' & $shortcut) Then
Return FileChangeDir(@DesktopDir) And FileDelete($shortcut)
ElseIf FileExists(@DesktopCommonDir & '\' & $shortcut) Then
Return FileChangeDir(@DesktopCommonDir) And FileDelete($shortcut)
EndIf
EndFunc

Func _MainShortcut($shortcut, $rename = '')
; Change working directory to correct StartMenu\Group directory.
Dim $group, $catagory, $splash
If $group = '' Then Return 0
If FileExists(@ProgramsDir & '\' & $group) Then
FileChangeDir(@ProgramsDir & '\' & $group)
ElseIf FileExists(@ProgramsCommonDir & '\' & $group) Then
FileChangeDir(@ProgramsCommonDir & '\' & $group)
Else
Return 0
EndIf
; Wait for main shortcut.
If $splash Then _Splash('Waiting for shortcuts')
For $i = 1 To 20
If FileExists($shortcut) Then ExitLoop
Sleep(500)
Next
If $splash Then _Splash('Cleaning up:' & StringTrimRight(StringReplace(@ScriptName, '_', ' '), 4))
; If catagory not assigned anything, then return.
If $catagory = '' Then Return 1
; Move the group folder into the catagory folder.
If FileChangeDir('..') And DirCopy($group, $catagory & '\' & $group, 1) Then
If DirRemove($group, 1) Then
; If optional rename parameter is used, then rename the group folder.
If $rename <> '' And FileChangeDir($catagory) Then
If DirCopy($group, $rename, 1) And DirRemove($group, 1) Then
Return FileChangeDir($rename)
EndIf
Else
Return FileChangeDir($catagory & '\' & $group)
EndIf
EndIf
EndIf
EndFunc

Func _QuickLaunch($shortcut)
; Delete a Quicklaunch shortcut.
Local $subdirs = '\Microsoft\Internet Explorer\Quick Launch'
If FileExists(@AppDataDir & $subdirs & '\' & $shortcut) Then
Return FileChangeDir(@AppDataDir & $subdirs) And FileDelete($shortcut)
ElseIf FileExists(@AppDataCommonDir & $subdirs & '\' & $shortcut) Then
Return FileChangeDir(@AppDataCommonDir & $subdirs) And FileDelete($shortcut)
EndIf
EndFunc

Func _Splash($text = '')
; Shows a small borderless splash message.
Dim $splash
If $splash Then
If $text Then
SplashTextOn('', $text, 500, 25, -1, 5, 1, '', 14)
Else
SplashOff()
EndIf
EndIf
EndFunc

Func _WinClose($title, $text = '')
; Close a window with further attempts.
For $i = 1 To 10
WinClose($title, $text)
If Not WinExists($title) Then Return 1
Sleep(500)
Next
EndFunc

Func OnAutoItStart()
; A 2nd script instance will exit.
Local $interpreter
If StringInStr($cmdlineraw, '/dummy') Then Exit
$interpreter = StringTrimRight(@ScriptName, 4) & ' Script Interpreter'
If WinExists($interpreter) Then Exit
AutoItWinSetTitle($interpreter)
EndFunc

Func _RunOnce()
; Add 2nd part to installation.
Local $key = 'HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce'
If @Compiled Then
RegWrite($key, '_DTools', 'Reg_sz', '"' & @ScriptFullPath & '" /postrun')
Else
RegWrite($key, '_DTools', 'Reg_sz', '"' & @AutoItExe & '" "' & @ScriptFullPath & '" /postrun')
EndIf
EndFunc
MGadAllah
FlashGet script updated to 1.73 as requested thumbup.gif
PX_Darkness
Screen Print & Capture 32
maxximum
Alcohol 120% trial 1.9.5.4521

Attached script should work fine with trial version (based from Daemon Tools script).
--=ddSHADOW=--
FlashGet 1.81+

Homepage

Why another script ???
The first script that i wrote did have more then 9000 downloads thumbup.gif .
So i decided to make an new one wub.gif

Changelog
1.31
-Script updated for the new installer (1.8.1.1002 version)

1.3
-Script updated for the new installer (1.81 version)
-added new options

1.2
-Script updated for the new installer (1.80 version)

1.1
- Script updated for the new installer
- Google Toolbar automatic deleted if installed before and also wont install biggrin.gif
- logo added

1.0
- Start Script


Features:
- autodetected setup file (must be in setup folder)
- custom Install dir
- custom Start Menu Folder
- NONE Google Toolbar
- registration (i know its FREE SOFTWARE)
- enable or disable FlashGet shareurl service (no option since 1.80)
- Make FlashGet as default download manager of IE
- Modify the restricton of connection number for TCP/IP
- Launch FlashGet on startup
- Add desktop shortcut
- Add to Quick Launch

How to use:
- copy installation file (*.exe) to SETUP folder
- add your registration info into register.reg
- change custom messages if u like

Dont just run check the source, modify it to your need.
Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).

1.8.1.1002 version download Click to view attachment
1.81 version download Click to view attachment
1.8 version download Click to view attachment
1.73 version download Click to view attachment
--=ddSHADOW=--
Remove existing Google Toolbar

Features:

- Google Toolbar automatic deleted if installed
- remove Google folder

How to use:
- extract and run
- change custom messages if u like

If any problems contact me via PM (dont send emails).
coucou
DivX 6.4 Create Bundle
Credit to MHz for the help

Info + Download

This script support English and French langage, tested working.
Works with computer connected or not connected to the Internet.

Enjoy
coucou
--=ddSHADOW=--
Nero 7 Lite

Offical thread

Changelog
1.0
- Start Script

Features:
- sillent install

How to use:
- copy installation file (*.exe) to installers folder
- add your registration info into registration.reg and plugins.reg
- change custom messages if u like

TO DO:
-selectable language and all installers options

Dont just run check the source, modify it to your need.
Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).
Shark007
QUOTE (Alanoll @ Oct 29 2004, 01:19 AM) *
Alrighty, finally got around to MASS pruning, a total of 3 pages at 25 posts a page....yeah....

Let's try and keep this thread free from as much discussion as possible.


Well that was 2 years ago..

Cleaned up again today, Lets keep it clean.

SUBMISSIONS ONLY - PM THE AUTHORS IF SOMETHING DOESNT WORK

shark
--=ddSHADOW=--
Register editor Enable/Disable

Features:

It is one small program that allows you to Enable or Disable Registery editor
jbm
Click to view attachment

AutoIT script for Nero 7.5.9.0A
Original Authors: Salavinder, Glowy and Sanjay for Nero 7.2.3.2b
Now properly handles DirectX installation. Thanks goes to urie
for pointing out the error.
Also You'll have to edit the script to add your information.
Serial # etc.

Fixed if you choose to install InCD it didn't change the default ''no' to a 'yes'
Fixed If you already had directX installed, it would hang at the DirectX install
Had a report that Incd was still broke
Sorry about that 'sys' typo
Djé
Avast! 4.7 home Silent Registration script:

- Language independant!
- 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

-2) Run the compiled script with the key as a parameter:
CODE
avastReg.exe XXXXXXXXXXXXXXXXXXX-XXXXXXXX

-3) Ask the compiled script to look for the key in a file:
CODE
avastReg.exe "d:\path to\private.ini" Djé avastkey
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
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.
wolfshade
BSplayer

CODE
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")
wolfshade
DCPlusPlus

CODE
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
wolfshade
K-Lite Codec Pack

CODE
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")
wolfshade
EmEditor

CODE
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
le-doc
Eudora 6.11 (French version)

U just have to configure mail account after smile.gif
I had a problem with a reboot windows who pop randomly (used for RunOnceEx)

CODE
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=--
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).
Click to view attachment
beeker
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)
Click to view attachment
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)
Click to view attachment
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
beeker
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/
rickytheanuj
Silent Copy 1.0

Here is the script for Silent Copy 1.0.
1. Download Attatchment
2. Compile script to exe.
3. Place it to the folder containing Silent copy 1.0 setup file.


Have fun!... thumbup.gif
coucou
Hi,

Here bellow the AutoIt script to SILENT install and register BS.Player 2.21 build 950
REplace the 'XXXXX' by yr name and serial.
Credit to MHz

Enjoy
coucou

Click to view attachment
coucou
Hi,

Here bellow the AutoIt script to SILENT install and register DVD X Utilities 2.60
REplace the 'XXXXX' by yr name and serial.
Credit to MHz

Enjoy
coucou

Click to view attachment
CEoCEo
Nero Burning ROM 8 unattended AutoIt script
Install Nero Burning ROM unattended with the original trial distribution.

Changelog:<