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
radix
YourWare Solutions FreeRAM XP Pro 1.52
radix
DivX Pro 7.2.0.19 Build 10.3.1.6

This script will install all components except for Update feature.
radix
UltraISO Premium Edition 9.3.5.2716

Default:
- with: Desktop icon and ISO filetype association;
- without: isodrive emulator.
You can change this from variables.
radix
Google Talk 1.0.0.104
radix
QuarkXPress 8.1
radix
Azureus 3.1.1.0
radix
Babylon Pro 8.0.2 (r11)
easyindian
DivX Codec Installer 6.7

I have included two versions:

DivxGoogle.au3 - for the installer with Google Desktop and Google Toolbar
DivxYahoo.au3 - for the installer with Yahoo! Toolbar

It's no professional code. but it works!

thanks to MHz for his guidance
dvSHOW
Xfire 1.85 script - working and tested

This is my first script

script version: 1.0

Click to view attachment

FlashGet 1.92 - working and tested

script version: 1.0

Click to view attachment

WinRAR 3.71 - working and tested

script version: 1.0

Click to view attachment


If some script don't work please send mi message

enyoj -- kWd
sefaozen
FlashGet v1.9.6.1073
flamme-demon
Winamp 5.52 FR&US Version PRO



Version Française
CODE
Run('winamp.exe')

WinWaitActive("Installer Language", "")
Send("{ENTER}")
WinWaitActive("Installation de Winamp", "")
Send("{ENTER}")
WinWaitActive("Installation de Winamp", "")
Send("!C")
WinWaitActive("Installation de Winamp", "")
Send("!S")
WinWaitActive("Installation de Winamp", "")
Send("!S")
WinWaitActive("Installation de Winamp", "")
Send("!S")
WinWaitActive("Installation de Winamp", "")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Installation de Winamp", "Installation terminée")
Send("{TAB}")
Send("{SPACE}")
Send("!F")

;Ajout de clé registre pour la version pro
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regname", "REG_SZ", "Utilisateur")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regkey", "REG_SZ", "la clé")




Version English/US
CODE
Run('winamp.exe')

WinWaitActive("Windows Installer", "")
Send("{ENTER}")
WinWaitActive("Windows Installer", "")
Send("!A")
WinWaitActive("Windows Installer", "")
Send("!N")
WinWaitActive("Windows Installer", "")
Send("!N")
WinWaitActive("Windows Installer", "")
Send("!N")
WinWaitActive("Windows Installer", "")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Windows Installer", "Installation Complete")
Send("{TAB}")
Send("{SPACE}")
Send("!F")

;Adding key register for the pro version
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regname", "REG_SZ", "NAME")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regkey", "REG_SZ", "The KEY")
flamme-demon
Messenger Plus! Live

Version Française :
CODE
Run('MsgPlusLive-450.exe')
WinWaitActive("Installation", "")
Send("{ENTER}")
WinWaitActive("Installation", "")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Installation", "")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Messenger Plus! Live", "")
Send("{ENTER}")



Version English :
CODE
Run('MsgPlusLive-450.exe')
WinWaitActive("Setup", "")
Send("{ENTER}")
WinWaitActive("Setup", "")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Setup", "")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
Send("{ENTER}")
WinWaitActive("Messenger Plus! Live", "")
Send("{ENTER}")
Drenelly
Hi it a script for 7-zip 4.57

<my english is very poor>
Gremo
TuneUp Utilities 2008 7.0.8002

My first script! thumbup.gif

change if needed (early lines of code):
- $EXECUTABLE (file name)
- $JOBNAME (WinDir\Tasks\jobname.job) to remove
- $RCOMP, $RUSER, $RCODE (registration info)

it removes unuseful stuff and autostart

comments appreciated!
jqnson
XP Codec Pack 2.3.7

CODE

#NoTrayIcon
#RequireAdmin
#include "XP_Codec_Pack_2.3.7.exe"
run ("XP_Codec_Pack_2.3.7.exe /S")
WinWaitActive("Installer Language")
Send("{ENTER}")
flo74700
This is an automatic script for install real vnc.
just change your password, and your number ports.
Twisten
iSiloX 4.37


Notes:
Save as a .au3 file in the same folder as the original installer and compile to have a working passive installer.
Read the script at least once to see if you want to change the customizations options, this script changes the default options for components, install location and shortcut creation.



CODE
#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.12.0
Author: JC

Script Function:
Automate iSiloX 4.3.7 Install.

#ce ----------------------------------------------------------------------------
#NoTrayIcon
Opt("TrayIconHide", 1)

Dim $aOptTxt[3] = ['&Create a shortcut to iSiloX on the desktop','Install iSiloX Clipper for Internet &Explorer 5.0 or later','Make iSiloX available for &all users on this computer']
Dim $aOptCID[3] = [1006, 1013, 1012]
Dim $aOpt[3] = [False,False,True]
Dim $aOrgOpt[3] = [True,True,False]
Dim $aOptC[3]
For $i = 0 To 2
If $aOpt[$i] <> $aOrgOpt[$i] Then
$aOptC[$i] = True
Else
$aOptC[$i] = False
EndIf
Next
$ParentPrgGrp = 'Palm'
$InstallDir = @ProgramFilesDir & '\Utilities\Palm\iSiloX'

FileInstall("iSiloX437Setup.exe", @TempDir & "\")
Run(@TempDir & "\" & "iSiloX437Setup.exe")

$WinTitle = 'iSiloX Setup: Welcome'
$WinText = 'Welcome to iSiloX Setup.'
WinWait($WinTitle, $WinText)
WinActivate($WinTitle, $WinText)
ControlClick($WinTitle, $WinText, 1)

$WinTitle = 'iSiloX Setup: Software License Agreement'
$WinText = 'Please read the following license agrement. Scroll to see the rest of the agreement.'
WinWait($WinTitle, $WinText)
WinActivate($WinTitle, $WinText)
ControlClick($WinTitle, $WinText, 1)

$WinTitle = 'iSiloX Setup: Options'
$WinText = 'Destination Folder'
WinWaitActive($WinTitle, $WinText)
WinActivate($WinTitle, $WinText)
ControlSetText($WinTitle, $WinText, 1004, $InstallDir)
For $i = 0 To 2
If $aOptC[$i] == True Then
ControlClick($WinTitle,$WinText,$aOptCID[$i])
EndIf
Next
ControlClick($WinTitle, $WinText, 1)

$WinTitle = 'iSiloX Setup: Complete'
$WinText = 'Congratulations! Setup successfully installed iSiloX onto your computer.'
WinWait($WinTitle, $WinText)
WinActivate($WinTitle, $WinText)
ControlClick($WinTitle, $WinText, 1)

ProcessWaitClose("iSiloX437Setup.exe", 180)
If FileExists (@ProgramsCommonDir & "\" & "\iSiloX") Then
If Not FileExists (@ProgramsCommonDir & "\" & $ParentPrgGrp) Then
DirCreate (@ProgramsCommonDir & "\" & $ParentPrgGrp)
EndIf
DirMove (@ProgramsCommonDir & "\iSiloX", @ProgramsCommonDir & "\" & $ParentPrgGrp, 1)
EndIf

If FileExists (@ProgramsDir & "\" & "\iSiloX") Then
If Not FileExists (@ProgramsDir & "\" & $ParentPrgGrp) Then
DirCreate (@ProgramsDir & "\" & $ParentPrgGrp)
EndIf
DirMove (@ProgramsDir & "\iSiloX", @ProgramsDir & "\" & $ParentPrgGrp, 1)
EndIf

If FileExists (@TempDir & "\" & "iSiloX437Setup.exe") Then FileDelete (@TempDir & "\" & "iSiloX437Setup.exe")



Edit: attached script file.
chaox
Cyberlink PowerDVD 8 Ultra
RHAF
here the script easy cd-da extractor 11.

my first script XD
cardguy1000
CCleaner 2.08 Without Yahoo Toolbar

I couldn't find any command line options to install ccleaner without the Yahoo! Toolbar, so I used the standard silent switch /s to install ccleaner silently with the toolbar and then I run the corresponding silent paramaters to uninstall the yahoo toolbar immediately following.

CODE
RunWait(@ScriptDir & '\ccsetup208.exe /S')
RunWait(@ProgramFilesDir & '\Yahoo!\Common\unyt.exe /s')
Run(@SystemDir & '\regsvr32 /u ' & FileGetShortName(@ProgramFilesDir) & '\Yahoo!\Common\YINSTH~1.DLL /s')
TrayTip('CCleaner 2.08', 'CCleaner Installation Complete', 5)
Sleep(5000)
InfinitiProject
Here's my first script ever created, and still learning to use AutoIt. Tested plenty of times to ensure it works flawlessly. Any improvement suggestions welcome.

This is for Axialis IconWorkshop 6.20 Professional. Instructions for using this script is in the au3 file. This script will install Axialis IconWorkshop followed by launching it and inserting your name, company, and serial number. It will disable dialogs should file association breaks, along with disabling online registration, and Tip of the Day pop up box. Finally, this script will close the app automatically once it's done.

Enjoy smile.gif

CODE
#cs ----------------------------------------------------------------------------
AutoIt: 3.2.12.0
Author: InfinitiProject
Script Created For: Axialis IconWorkshop 6.20 Professional

Instructions:
- Run this script in the same directory with Axialis IconWorkshop 6.20 Professional executable. Name it "iconworkshop.exe" if it's named otherwise.
- Enter your name, company, and serial number in the fields below.

#ce ----------------------------------------------------------------------------

; Enter Name, Company, and Serial Number Information Here
$YourName = "John Doe"
$Company = "Company/Location"
$SerialNumber = "12345678-12345-12345-12345-12345"

; Axialis IconWorkshop Installation Folder
$INSTALLLOCATION = @ProgramFilesDir & "\Axialis IconWorkshop"

If FileExists($INSTALLLOCATION & "\IconWorkshop.exe") Then
MsgBox(0x40010, @ScriptName, "Please uninstall the previous version of Axialis IconWorkshop before this install can proceed.", 10)
Exit
EndIf

; Axialis Install Executable
$Executable = "iconworkshop.exe"

; Start Axialis IconWorkshop 6.20 Professional Install
Run($Executable)

WinWaitActive("Axialis IconWorkshop 6.20 Installation" , "Welcome to Axialis IconWorkshop 6.20 Installation!")
Sleep(1000)
Send("{ENTER}")
WinWaitActive("Axialis Installation - Product Information" , "Product Information")
Sleep(1000)
Send("{ENTER}")

WinWaitActive("Axialis Installation - User License Agreement", "License Agreement: Terms and Conditions of Use")
Sleep(1000)
Send("{TAB}{TAB}{TAB}{SPACE}")
Sleep(1000)
Send("{ENTER}")

WinWaitActive("Axialis Installation - Destination Folder", "Destination Folder")
Sleep(1000)
Send(@ProgramFilesDir)
Sleep(1000)
Send("\Axialis IconWorkshop")
Sleep(1000)
Send("{ENTER}")

WinWaitActive("Axialis Installation - Installation Successfully Completed", "Installation Successfully Completed!")
Send("{TAB}{TAB}{TAB}{SPACE}")
Sleep(1000)
Send("{ENTER}")

; Launch Axialis IconWorkshop 6.20 Professional
Run($INSTALLLOCATION & "\IconWorkshop.exe")

; Waiting For Application to Launch and Load to Configure App Preferences
Sleep(9000)

; File Association and Prompt Box If Unassociated
WinWaitActive("Warning: File Associations")
Send("{TAB}{TAB}{TAB}{SPACE}{TAB}{SPACE}{TAB}")
Sleep(1000)
Send("{ENTER}")

; Name, Company, Registration Key Information
WinWaitActive("Product Activation")
Send($YourName)
Sleep(1000)
Send("{TAB}")
Send($Company)
Sleep(1000)
Send("{TAB}")
Send($SerialNumber)
Sleep(1000)
Send("{ENTER}")
Sleep(1000)

; Configure Online Registration (Denying Registration)
WinWaitActive("Online Registration Using Internet")
Send("{TAB}")
Sleep(1000)
Send("{TAB}")
Sleep(1000)
Send("{ENTER}")
Sleep(1000)

; Cancel Registration Confirmation
WinWaitActive("Axialis IconWorkshop")
Send("{ENTER}")
Sleep(1000)

; Never Remind About Registration
WinWaitActive("Axialis IconWorkshop")
Send("{ENTER}")
Sleep(1000)

; Welcome to Axialis IconWorkshop! Did you know...
WinWaitActive("Welcome to IconWorkshop")
Send("{TAB}")
Sleep(1000)
Send("{TAB}")
Sleep(1000)
Send("{TAB}")
Sleep(1000)
Send("{TAB}")
Sleep(1000)
Send("{TAB}")
Sleep(1000)
Send("{SPACE}")
Sleep(1000)
Send("{ENTER}")
Sleep(1000)

; Exit Axialis IconWorkshop 6.20 Professional
Send("{ALT}")
Sleep(1000)
Send("{UP}")
Sleep(1000)
Send("{UP}")
Sleep(1000)
Send("{ENTER}")

; Force Close Axialis IconWorkshop 6.20 Professional If It's Still Opened
$PID = ProcessExists("IconWorkshop.exe")
If $PID Then
ProcessClose($PID)
EndIf
av2606
My first AutoIt script. This one is really simple, no nonsense. For Firefox Setup 3.0.3.exe though it should work on most older/future setups.

Link to Firefox Setup 3.0.3.exe: http://mozilla.stu.edu.tw//firefox/release...tup%203.0.3.exe

Important Rename Firefox Setup 3.0.3.exe to Firefox_Setup_3_0_3.exe as AutoIt doesn't like this file name. wacko.gif

CODE
#cs ----------------------------------------------------------------------------
Firefox_Setup_3_0_3.exe by av2606
#ce ----------------------------------------------------------------------------

; Define $FireFox
$FireFox = "Firefox_Setup_3_0_3.exe"    

; Disable mouse and keyboard
BlockInput (1)

; Run installer
Run($FireFox)

; Control window 1 - Close programs warning window
WinWaitActive("Mozilla Firefox Setup", "It is recommended that you close all")
ControlClick ("Mozilla Firefox Setup", "It is recommended that you close all", "&Next >")

; Control window 2 - Licence agreement
WinWaitActive("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement")
ControlClick ("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement", "I &accept the terms in the Licence Agreement")
ControlClick ("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement", "&Next >")

; Control window 3 - Default or custom install
WinWaitActive("Mozilla Firefox Setup", "You may choose individual options to be installed")
ControlClick ("Mozilla Firefox Setup", "You may choose individual options to be installed", "&Next >")

; Control window 4 - Install location
WinWaitActive("Mozilla Firefox Setup", "Firefox will be installed to the following location")
ControlClick ("Mozilla Firefox Setup", "Firefox will be installed to the following location", "&Install")

; Control window 5 - Finish and exit
WinWaitActive("Mozilla Firefox Setup", "Click Finish to close this wizard")
ControlClick ("Mozilla Firefox Setup", "Click Finish to close this wizard", "&Launch Firefox now")
ControlClick ("Mozilla Firefox Setup", "Click Finish to close this wizard", "&Finish")

; Enable mouse and keyboard
BlockInput (0)
Ken Nichols
Adobe Shockwave Player 11.0.3.470 Silent Installer

I have been looking for a way to do a silent install of Shockwave Player for about a week now. I gave up looking and decided to try to make my own with AutoIt. See Attached.

This will disable the Google toolbar installation and allow for a Unattended install of Adobe Shockwave Player 11.0.3.470

Click to view attachment
IcemanSR
here is my 2 cents tongue.gif just learned how all this is working so...code could be cleaner but its fine for first time tongue.gif
scripts for
1. acdsee 31961 smile.gif good old one doing its job tongue.gif (asking for serial)
2.D-AMN nfo viewer
3.gom player
radix
TechSmith Camtasia Studio 6.0.3.928
radix
TechSmith SnagIt 9.1.3.19
radix
DAEMON Tools Lite 4.35.5.0068 with SPTD 1.62
Mann
thanks for the update smile.gif
Pelekan
Unattended Installation Avira Antivirus. Checked on Windows 7.

Demo at ITSTUFF.CA

Drenelly
Irfanview 4.23

Enjoy it!
kmaheshkumar
QUOTE (av2606 @ Nov 7 2008, 10:12 PM) *
My first AutoIt script. This one is really simple, no nonsense. For Firefox Setup 3.0.3.exe though it should work on most older/future setups.

Link to Firefox Setup 3.0.3.exe: http://mozilla.stu.edu.tw//firefox/release...tup%203.0.3.exe

Important Rename Firefox Setup 3.0.3.exe to Firefox_Setup_3_0_3.exe as AutoIt doesn't like this file name. wacko.gif

CODE
#cs ----------------------------------------------------------------------------
Firefox_Setup_3_0_3.exe by av2606
#ce ----------------------------------------------------------------------------

; Define $FireFox
$FireFox = "Firefox_Setup_3_0_3.exe"    

; Disable mouse and keyboard
BlockInput (1)

; Run installer
Run($FireFox)

; Control window 1 - Close programs warning window
WinWaitActive("Mozilla Firefox Setup", "It is recommended that you close all")
ControlClick ("Mozilla Firefox Setup", "It is recommended that you close all", "&Next >")

; Control window 2 - Licence agreement
WinWaitActive("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement")
ControlClick ("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement", "I &accept the terms in the Licence Agreement")
ControlClick ("Mozilla Firefox Setup", "Press Page Down to see the rest of the agreement", "&Next >")

; Control window 3 - Default or custom install
WinWaitActive("Mozilla Firefox Setup", "You may choose individual options to be installed")
ControlClick ("Mozilla Firefox Setup", "You may choose individual options to be installed", "&Next >")

; Control window 4 - Install location
WinWaitActive("Mozilla Firefox Setup", "Firefox will be installed to the following location")
ControlClick ("Mozilla Firefox Setup", "Firefox will be installed to the following location", "&Install")

; Control window 5 - Finish and exit
WinWaitActive("Mozilla Firefox Setup", "Click Finish to close this wizard")
ControlClick ("Mozilla Firefox Setup", "Click Finish to close this wizard", "&Launch Firefox now")
ControlClick ("Mozilla Firefox Setup", "Click Finish to close this wizard", "&Finish")

; Enable mouse and keyboard
BlockInput (0)


i think this much code is not need fro firefox because silent switch of firefox is -ms why dont make a script with that
minutka15
QUOTE (Drenelly @ Jun 6 2009, 10:26 PM) *
Irfanview 4.23

Enjoy it!


QUOTE
iview423.exe /silent /folder="%ProgramFiles%\irfanview" /desktop=1 /thumbs=0 /group=1 /allusers=0 /assoc=1


This program also can be installed silently without Autoit.
pcjames
Hi All!

Comodo Internet Security 32-Bit & Comodo Firewall Only 32-Bit for XP & Vista can be found Here
64-Bit - Coming as soon as I get my hands on some 64-Bit machines.

Enjoy All!
gorara

utorrent 1.8.5 (build 17091)


Couldn't find another autoit for utorrent, so decided to post my own here.
This script is customized for my personal settings, anyone can take it and modify it to their purposes...

I made it specifically to use with WPI (so not many configuration options are set) It's commented to help with modification should anyone need to..

enjoy!
deep
Winamp 5112_pro with settings


CODE

#NoTrayIcon

$DELAY = 400

Run ( "winamp5112_pro.exe" )
WinWaitActive("Winamp Setup", "License Agreement")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)
WinWaitActive ( "Winamp Setup" , "Choose Components" )
Send("{TAB}")
Sleep($DELAY)
Send("{DOWN}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{DOWN}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{DOWN 4}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{TAB 2}")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)
WinWaitActive ( "Winamp Setup" , "Choose Install Location" )
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)
WinWaitActive ( "Winamp Setup" , "Choose Install Options" )
Sleep($DELAY)
Send("{DOWN 3}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{DOWN 2}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{TAB 2}")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)
WinWaitActive ( "Winamp Setup" , "Internet Connection and Language Settings" )
Sleep($DELAY)
Send("{DOWN 2}")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)

WinWaitActive ( "Winamp Setup" , "Interface and Skin Selection" )
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)

WinWaitActive ("1. DJ Mike Llama - Llama Whippin' Intro - Winamp [Stopped]" , "")
Sleep($DELAY)
Send("!f")
Sleep($DELAY)
Send("#o")
Sleep($DELAY)
Send("#p")
Sleep($DELAY)
WinWaitActive ("Winamp Preferences" , "")
Sleep($DELAY)
Send("{UP}")
Sleep($DELAY)
Send("{TAB 5}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("USERNAME")
Sleep($DELAY)
Send("{TAB}")
Sleep($DELAY)
Send("SERIAL")
Sleep($DELAY)
Send("{TAB}")
Sleep($DELAY)
Send("{ENTER}")
Sleep($DELAY)
Send("{TAB 2}")
Sleep($DELAY)
Send("{DOWN}")
Sleep($DELAY)
Send("{TAB 9}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{TAB}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{TAB 8}")
Sleep($DELAY)
Send("{DOWN}")
Sleep($DELAY)
Send("{TAB 4}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
Send("{TAB 10}")
Sleep($DELAY)
Send("{SPACE}")
Sleep($DELAY)
WinWaitActive("[CLASS:Winamp v1.x]")
WinClose("[CLASS:Winamp v1.x]")


CrackMe
TCP-Z, V2.6.1.72 (the in memory tcpip.sys patcher-driver (default value after appling patch is 252)
CODE
Run('TCPZ_Setup-x86.exe')
WinWaitActive('TCP/IP Half Open Limited Patcher (TCP-Z)')
send("{ENTER}")

WinWaitActive('TCP/IP Half Open Limited Patcher (TCP-Z)')
ControlClick('TCP/IP Half Open Limited Patcher (TCP-Z)','Action','Button1')
send("{ENTER}")


WinWaitActive('TCP/IP Half Open Limited Patcher (TCP-Z)')
send("{ENTER}")

WinWaitActive('OK')
send("{ENTER}")

If WinExists('TCP/IP Half Open Limited Patcher (TCP-Z)') Then
WinClose('TCP/IP Half Open Limited Patcher (TCP-Z)')
EndIf

sleep(1000)
WinWaitActive('Device Manager')
WinClose('Device Manager')
CrackMe
NOD32 2.70.39 EN - Standard (retail)

CODE
Run('setup.exe')
WinWaitActive('Setup Wizard')
ControlCommand('Setup Wizard','Installation','Expert (Fully customized installation)','Check','')
send("!n")

WinWaitActive('End-user Software License Agreement')
ControlCommand('End-user Software License Agreement','SOFTWARE LICENSE AGREEMENT','I agree','Check','')
send("!n")

WinWaitActive('Select destination folder')
send("!n")

WinWaitActive('Setup of Automatic Update')
ControlCommand('Setup of Automatic Update','Automatic Internet update of NOD32 system will only work if a valid Username and Password are entered in the fields below. Username and Password are assigned by the vendor or distributor, and must be entered exactly as printed on the license.','Set update parameters later','Check','')
send("!n")

WinWaitActive('General Setup')
send("!n")

WinWaitActive('Program graphics and splash screen options')
ControlCommand('Program graphics and splash screen options','To disable display of the NOD32 splash screen at system startup, select the appropriate checkbox.','Do not display NOD32 splash screen at startup','Check','')
send("!n")

WinWaitActive('Warning distribution')
send("!n")

WinWaitActive('ThreatSense.Net Early Warning System')
send("!e")
send("!n")

WinWaitActive('Detection of potentially unwanted applications')
send("!d")
send("!n")


WinWaitActive('File system monitor - AMON')
send("!n")

WinWaitActive('On-Demand Scanner integration')
send("!n")

WinWaitActive('Microsoft Office document protection (DMON)')
ControlCommand('Microsoft Office document protection (DMON)','DMON protects your computer against infiltrations in Microsoft Office documents.','Enable protection of Microsoft Office documents (DMON)','Check','')
send("!n")

WinWaitActive('Internet Monitor (IMON)')
;ControlCommand('Internet Monitor (IMON)','It is designed principally for workstations and should not be enabled on servers.','Register Internet monitor (IMON) to the system','Check','')
Send("{SPACE}")
send("!n")

WinWaitActive('Email monitor for Microsoft Outlook (EMON)')
send("!e")
send("!n")

WinWaitActive('Setup configuration complete')
send("!n")

WinWaitActive('Installation complete')
ControlCommand('Installation complete','','Restart later','Check','')
send("{ENTER}")
laz3boy
Here is a script for DAP - Download Accelerator Plus Version 93, for offline install, pls don't use it when you're online.

This is for free version and it won't put any desktop icons and would also stop internet explorer or firefox to run at the end




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.