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
maniaq
Spyware Blaster 3.4
maniaq
xp-antispy
newer version, fix a tiny bug while making a comlipe, tnxs for master_mtz who noticed me.
maniaq
XoftSpy 4.13
Click to view attachment

Mass downloader 3.1
Click to view attachment

Vypress chat 2.0
Click to view attachment

Daemon tool 3.47
Click to view attachment

K-lite codec pack 2.50 full !!updated!!
Click to view attachment

nVidia graphic drivers 71.84
Click to view attachment

maybe they would be usefull to someone newwink.gif
1chaoticadult
File for Prassi ONES 2.0.300
Shareware
Script v1.1
[link]

Note
Script for IHMO, the best cd/dvd burning app out there. Should work for future versions.
gon freecs
QUOTE (maniaq @ Jun 2 2005, 03:50 PM)
Daemon tool 3.47
Click to view attachment
*

Here's a better srcipt I wrote quite some time ago. it includes the renaming of the driver's name, because the original ones might have conflict with some protected games.
JohnnyBoy
AutoIT script for unattended installation of AutoCAD 2005, I can't imagine that it would need changing for AutoCAD 2006.
scuzzy47
Hi, I'm new here, and I want to learn all this, so I made a simple script that Auto-installs the latsest version of mIRC: mIRC 6.16.

Kept it simple, cause I'm not very good at it smile.gif...

Hope this is helpful for some people...grtz...
ender341
Here's My script for San Andreas
ender341
My Script for the Sims 2 (Yes there is one already up, but this installs with no change of disk or user interaction

Follow the Directions at the bottom of the page (the list with 18 points):
EA Tech Support Page (I guess EA can be Useful whistling.gif)

The Directory does not have to be c:\ (or the root of any partion), it just has to be based in "Disk Images"

Then change the following lines in Disk Images\Disk 1\AutoRun\autorun.cfg

CODE
EReg=0
TechSupport=0
(its near the top this disables the request to register(I couldn't Figure out how to close the window in AutoIt (don't know why it wouldn't)) and works on all the EA games I have tried it with)

Then Run this script in the base directory of Disk 1 (remeber to change the CD Key from X's) and it may need localization if you use adifferent Launguage

Notes:

Adding this to your cleanup.cmd deletes the desktop icon
CODE
DEL "%allUsersProfile%\Desktop\The Sims 2.lnk"


and a big thanks to MHz who helped me get the Script to launch right from RunOnce

[edit=11/17/05] changed the script to allow user to select directory of install and directory within start menu (those of you with 32 bit windows need to remove the (x86) on the program folders link)
- Default dir is "C:\Program Files (x86)\EA GAMES\The Sims 2"
- Default start menu install location "Games"
-updated EA link it had changed locations
sadicq
Program: XPize MCE Beta 2
Script version: 1.0
How to use:
Rename your Xpize installer to XPize.exe and place in the same directory with the autoit script.
Different from the /S switch: NO Restore Point and no Uxtheme patch
EDIT: RENAMED xpize.au3 to xpize_.au3 (nothing else different from the original.... duh i thought you will think at that)
sadicq
Program: Kaspersky Antivirus Pro 5.0.383
(I know about the /S switch ... don't blame me for not liking it)
What is this scipt doing: it covers ANY configuration possible during setup ... path to install to ... username, company and more

Script Version: 1.0

Target: For people who don't like the defaults given by the /S switch



PS: edit it to your needs
sadicq
Program: Cheating-death 4.32.0 (and older, I think)
Version: 1.0
DiO
Here are some scripts for you:Click to view attachmentClick to view attachmentClick to view attachment
DiO
welcome.gif

Before you run the bsplayer autoit script, rename the bsplayer installation file to "bsplayer".
alekc
Edit Plus 2.20
Installer's name: epp220_en.exe
DiO
whistling.gif
Comrade
Canopus Procoder 2.04.02

- Cancels the divx codec pro installation (to allow you to install a newer version than the one included)
- replace the XXXX lines with your own serial parts.
Kapo
this script enables\disables the QuickLaunch.

CODE
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:         Kapitan
;
; Script Function:
;    Enable\Disable QuickLaunch.
;
; ----------------------------------------------------------------------------

$g_szVersion = "QuickLaunch"
If WinExists($g_szVersion) Then Exit; It s already running
AutoItWinSetTitle($g_szVersion)

Opt    ("TrayIconDebug",    1)    ;0=no info, 1=debug line info
Opt    ("TrayIconHide",    0)    ;0=show, 1=hide tray icon
Opt    ("WinTitleMatchMode",    4);1=start, 2=subStr, 3=exact, 4=...

ControlClick ("classname=Shell_TrayWnd", "Applicazioni in esecuzione", "TrayClockWClass1", "right")
Send("p")
WinWaitActive("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni")
ControlClick ("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni", 1107)
WinWaitActive("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni")
ControlClick ("Proprietà della barra delle applicazioni e del menu di avvio", "Barra delle applicazioni", 1)

Exit


Is in Italian but is simply to modify.
DiO
cool.gif
This is for "Nero-6.6.0.16.exe".
Of course, replace the "X" letters with your serial.
Thombo
GuildFTPd 0.999.13

Guildftp is a free FTP-Server for Windows.

www.guildftpd.com

AutoIt V3.1
Solid as a rock
CursorXP Plus 1.31 Dutch Auto It script

this script is posted 2 times in this thread, but it dont work for me because some words need to translate to dutch to be sure to get a goodworking autoit script.

Enjoy!!
Solid as a rock
Here is an AutoIt script for Winamp 5.111 FULL from me, it is rewrited by MHz in Scite (an addon on AutoIt i believe?)

He have written the script better than i do. (i am kindly new to it)

enough talking, download it here smile.gif


edit: I have rewrited it because i need the medialibrary and also the videooption (without register it as the standard player for video) thumbup.gif
--=ddSHADOW=--
Tested scripts via windows install
Your Uninstaller 2006
Change setup file name if needed and replace username and password text with yours.
Extract all in same folder. I had some problems with autoit filecopy function so theres a .bat file that makes the same job.
Click to view attachment
Incredimail XE Build 2185 with JunkFilter Plus
Setup only no registration metod included ! ! !
Updated again to latest version Build 2185:
- added some info in script
- new way deleting INCREDIMAIL from STARTUP via Autoit (REGEDELETE)

Click to view attachment
MSN 7.5.0311 with MSN PLUS 3.61
Plus modded with mess.be patch
Patched files (msgslang.dll,msnmsgr.exe,psmsong.dll) make sillent commpresed rar or 7zip archive that extracts into "%ProgramFiles%\MSN Messenger\"
P.S. i run this script at the end of my program list in runonce.
Updated:
- added some info in script
- new way deleting MSN from STARTUP via Autoit (REGEDELETE)

Click to view attachment

For any troubles wacko.gif PM me whistling.gif
--=ddSHADOW=--
NOD32 Antivirus System admin version 2.51.8

The original script is from Nologic tnx mate thumbup.gif
I changed the script to work with admin version and i added new option for updates installation (local backup)

My NOD32 folder cointains 2 folders:
1.Setup folder where i extracted the program setup files
2.Updfiles folder > copy directly from your Program Files\ESET\NOD32 folder

Change the username and password in script for server autorization, add proxy if you have one and protect your installation with password if needed.
MHz
Nero v7.0.1.2
English Installer

[Link]

Check values of $executable, $group and $serial.
Script adds shortcuts that silent install does not supply. Comment any _CreateShortcut() lines that you do not desire. It is silent install, but will start Nero at end of install to register through the Gui.

Click to view attachment
--=ddSHADOW=--
FlashGet 1.71

Functions:
U can change folder to install, start menu program folder.
Enable or disable FlashGet shareurl service.
Google Toolbar disabled during windows install.
Registration is imported via register.reg file enter your registration info into the register.reg


NICE DOWNLOAD STATS
tigerclaw
Hi there everybody welcome.gif
Been using this forum for quite some time, but after spending *** of hours here finding sollutions for all my unattended problems I felt kinda guilty for not posting any sollutions myself.
Since this is the best forum in the world I thought I must contribute with something.

Totally new to AutoIT, but I always use ControlClick/ControlSend, not Send
Also, I can't remember finding any alternative to them, that's why I made them.

Hope you all like it:

InfoTag Magic 1.0
Install unattended

Mess Patch for MSN Messenger 7.5
Install unattended with your favorite settings

MusicMatch Jukebox 10
Repack the installer and install unattended, save 5,4mb!

Opera 9
Install unattended

TaskSwitchXP
Install unattended with english as default language


Necessairy info for installing is inside each script
sadicq
This is my Microsoft Office 2003 Professional Shrinker. It is inspired from buckeyeXP's Office Shrinker.
So make an administrative install of the visio source, make a mst for it and run this program exactly like the office Shrinker.
If you don't like this, modify it (it is very easy, but you will have to do it yourself). It supports only English 2003 Microsoft Visio Pro.

Version: 1.0
MHz
Daemon Tools v4.08 . . . (32bit and perhaps 64bit)

Homepage

Summary:
This is a 2 part silent installation. The 2nd part automatically happens on reboot at HKLM\...\RunOnce. This script is set to manage both parts of installation automagically. Execute the script from T-12 (Cmdlines.txt) which will install SPTD (the Scsi Driver). Installation of SPTD returns an exit code of 2 to notify of install/reinstall which the script handles (and also works in windows if you have an older version of SPTD installed (thus upgrades SPTD)). A registry entry is added into HKLM\...\RunOnce to install Daemons Tools automatically upon final reboot towards logon.
  • Spyware installer is deleted post installation so it will not install.
  • Mount to CDRom association for ISO type. (optional, default = true)
  • Remove desktop shortcut.
  • Remove autorun entry in registry.
Script Updates:
Updated to v4.08
Installer v4.08 and above now accepts silent installation.

Script Download:
Click to view attachment
MageJubi
Isobuster 1.8 (Looked here twice but didn't see it for 1.8, so delete if necessary) Tested on VMWare, and real world. (ISO, IMG, NRG boxes checked, no desktop or quicklaunch icon)



Click to view attachment
MageJubi
WinTasks 5 Pro (Don't use spaces in your code--put numbers together)





Click to view attachment
ender341
Here's my battlefield 2 script (and yes the cd-key is seperated for a reason)

Sorry for not fixing this earlier its been a busy few months. to get past the registration part put this in the support folder

http://matt.devertex.com/EReg.exe

use this to figure out the file structure (note it does not have to be on the root of the partition) EA support page note it is for the sims 2 but use the same file structure (disk1, disk2 etc) for the install if you don't want to switch disks


it is a blank program that just opens and closes so that it thinks you went thru the registration or chose not to
this does not get around needing a CD-Key, it only stops the install from asking for you to register online

if you don't trust me you can compile it yourself
CODE
// all it is this (C++)
int main( void );
{
     return 0;
}
IronMan_br
Time Adjuster 2.9 - Very Good Subtitle Tool
http://www.ireksoftware.com/ta/
muiz
Cursor XP 1.31 Dutch
IronMan_br
**** NFO Viewer v2.10.0031.RC3

Working tested with VM and Real World
muiz
VobSub_2.23
MHz
DivX Bundle 6.4

Homepage

Comments:
Choose components and shortcuts within the script to keep or remove. Toolbars and downloads processes are prevented from any operation or installation tactics. An opening internet browser will be closed amongst other needed actions to make installation without hassles.

Download Install Script:
Click to view attachment
--=ddSHADOW=--
Hypersnap 6

Homepage
Updated script from Nologic
Open the setup file with winrar and add your HprSnap6.hs6lic to make installation with registration
maciel310
File: Unreal Tournament G.O.T.Y. Edition (Should also work with original UT)

Version: 1.0

This is an automated installer for UT to install the game from the Hard Drive without user interaction, defaulting the installation to D:\UnrealTournament. Copy the contents of the CD to the (C,D,E):\UTInstall directory or change the If..Then..Else statement at the top of the script to a single Run command pointing to the setup.exe file on your CD drive. If you would like to change the installation directory just change the variable located at the top line of the script to whatever location you want. This was tested using the Unreal Tournament GOTY Edition CD version 432 and should work with any version of UT however this is the only version of UT that I have so YMMV.

Note: This is for the original versions of UT ONLY and likely will not work with UT2k3,4, or any other version of Unreal. You are free to try, however, but those were not what I was intending this for.
darks0ul
This scripts silently installs Corel Paint Shop Pro X. You just have to type the serial number (as 3 strings), in the script file (it's at the beginning).
Halfwalker
Here's an exceptionally simple one for Belarc Advisor. This is a neat system analyzer, found at Belarc Advisor download

The script is painfully simple.

CODE
; Script Start - Add your code below here

Run ("C:\Windows\Temp\Belarc\advisor.exe" & " /S")
WinWaitActive ("Belarc License Agreement")
ControlClick ("Belarc License Agreement", "", "I Don't Agree")
WinWaitActive ("Belarc License Agreement")
ControlClick ("Belarc License Agreement", "", "I Don't Agree")
FileDelete ("C:\Documents and Settings\All Users\Desktop\Belarc Advisor.lnk")
FileMove ("C:\Documents and Settings\All Users\Start Menu\Programs\Belarc Advisor.lnk", "C:\Documents and Settings\All Users\Start Menu\Programs\Security\Belarc Advisor.lnk")

Note - this depends on having the compiled script (BelarcIT.exe) and the installer (Advisor.exe) in the c:\windows\temp\Belarc directory. Otherwise, adjust to suit.

D.
muiz
3dmark 03/05/06


EDIT:
Sorry i forgot to tell that, before you run it you need to aply the reg file. blushing.gif


CODE
Windows Registry Editor Version 5.00


;3DMARK REG
[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark]

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark03]
"KeyCode"="xxxx-xxxx-xxxx-xxxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark03\3.6.0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark05]
"KeyCode"="xxxx-xxxx-xxxxx-xxxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark06]
"KeyCode"="xxxx-xxxxx-xxxxx-xxxxx-xxxxx"
Ghost82
Updated my BricsCAD script.

Now supports both the Classic and Pro version, tried to make it compatible with all (future) versions of BricsCAD.

Click to view attachment
MHz
Alcohol 120% 1.9.6.4629

Homepage

Comments:
The "Get Registration Script" will retrieve the registration from the registry and add it into your clipboard, so you can easily paste into your "Install Script".

This script uses an include file, "IE.au3" which will be included into the main script when compiled. "IE.au3" is included with AutoIt 3.2.0.1 and above so you should already have it. The use of COM code is suitable to add to this version of installer for it's use of embedded Html.

For a seamless (no roboot...) install at 1st logon, then this install script requires you to install the SPTD Scsi driver as posted here at a previous time like T-12 of Windows Setup (Thanks to Shark for distributing the unattended version). The install script below was never intended to handle the SPTD Scsi driver installation also.

The Starwind service is not the scsi driver, but only is suitable for Network use so is not needed for home users without a network setup.

Download: Install Script:
Click to view attachment

Download: Get Registration Script:
Click to view attachment
BoardBabe
Nero 7.x

Description:
Install Nero 7.x (any language) completly silent, with custom components and configuration.
Run from within same directory as nero setup executable.

Features:
  • Completly removes and disables Nero Scout
  • Removes Nero startup process(es)
  • Disables 'prompt to save unsaved project/compilation when exiting'
  • Enables 'DVD overburning'
  • Enables 'Show real recorder write speed while burning'
  • Enables 'Short Lead-Out'
  • Prevents the CD/DVD from ejecting after burning is complete
  • Permanently moves annoying UserImages.bmp to Temp dir
  • Modifies 'Nero 7 Demo' title in add/remove programs according to licensekey
Many thanks to MHz for his help developing this script.
--=ddSHADOW=--
CCleaner 1.28

Homepage
Use the SLIM version (no Yahoo Toolbar) download it HERE

Features:
* Shortcut's in All Users Start Menu Folder
* Install into your group (example Tools) in Program Files and in Start Menu Folder
* Delete selected Shortcuts on Desktop and in Start Menu
* Recycle Bin context menu option
* Automatically check for updates option

Script will work for newer versions if the installer will not change.

FIXED one small bug at the end of installation

DONT use ccleaner.exe to install use something else like cc.exe if u dont Finish button is not pressed
--=ddSHADOW=--
CDCheck 3.1.11.0

Homepage
This is free program for personal use but if u have registration code the script will register the program.

Features:
* Shortcut's in All Users Start Menu Folder
* Install into your group (example Tools) in Program Files and in Start Menu Folder
* Delete selected Shortcuts on Desktop and in Start Menu
* Registration

Script will work for newer versions if the installer will not change.
Djé
Babylon Pro v5.0

Script version: BabylonV5.0.au3 v0.0.1

Babylon Pro is an online/offline dictionnary running in the system tray and that you can conveniently call using a (selectable) Hotkey or mouse-key combination.
This script allows to install silently:
+ the main program:
-including or not glossaries
-with a licence code or a trial licence
-in a choosen language
-from any path, including UNC
+Some additional offline glossaries (to download first).

Usage:
-Go down the scripts and edit the editable sections (3 first ones) to suit your needs. Comprehensive instructions provided.
-Have the script run directly if autoIt is already installed OR compile it and have it run standalone from any point in your install.

Attached zip contains the .au3 script plus an icon ResHacked from a Babylon Package to (optionally) compile the script with.
redfive19
I started reading up on 7-Zip today a year or so behind everyone else newwink.gif

I liked it so much I decided to make my life a little easier.

Here's a GUI I created with Autoit. It was quick and dirty so please post any bugs/comments/suggestions. Thanks!

-redfive19

thanks to InViSibLe Gr for the suggestion to post it here.
muiz
Crystal player

http://www.crystalplayer.com

CODE
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('CrystalPro.exe')
WinWait("License Agreement","Disagree")
If Not WinActive("License Agreement","Disagree") Then WinActivate("License Agreement","Disagree")
WinWaitActive("License Agreement","Disagree")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("About","Official site")
If Not WinActive("About","Official site") Then WinActivate("About","Official site")
WinWaitActive("About","Official site")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Install...","Add CrystalPlayer ic")
If Not WinActive("Install...","Add CrystalPlayer ic") Then WinActivate("Install...","Add CrystalPlayer ic")
WinWaitActive("Install...","Add CrystalPlayer ic")
Send("{TAB}{TAB}{TAB}{TAB}{SPACE}{TAB}{TAB}{TAB}{SPACE}{TAB}{ENTER}")
WinWait("File types","Uncheck all")
If Not WinActive("File types","Uncheck all") Then WinActivate("File types","Uncheck all")
WinWaitActive("File types","Uncheck all")
Send("{TAB}{TAB}{TAB}{ENTER}{TAB}{TAB}{ENTER}")
WinWait("Message","CrystalPlayer is ins")
If Not WinActive("Message","CrystalPlayer is ins") Then WinActivate("Message","CrystalPlayer is ins")
WinWaitActive("Message","CrystalPlayer is ins")
Send("{ENTER}")
WinWait("Crystal Player Professional 1.97","")
If Not WinActive("Crystal Player Professional 1.97","") Then WinActivate("Crystal Player Professional 1.97","")
WinWaitActive("Crystal Player Professional 1.97","")
Send("{ALTDOWN}{F4}")
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.