Help - Search - Members - Calendar
Full Version: Avast! Antivirus Silent Install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Dobby
I've not seen much posted about Avast! Antivirus. I think it's a great virus checker and has some excellent features, is constantly updated with new virus definitions and versions and the best bit... it's free for home use!!!

Anyway, thought someone might like to know the silent install switches and AutoIt script for installing the registration key (Yes you need to register even though it's free. Not bad though). You need to run avast once installed then run this script to register it.

Silent switches:
CODE
Setup.exe /VERYSILENT /NORESTART /SP-


AutoIt Registration Script (replace the X's with your key):
CODE
WinWait("Registration")
WinActivate("Registration")
Send("XXXXXXXXXXXXXXXXXX-XXXXXXXX {ENTER}")

WinWait("avast! - simple user interface")
WinClose("avast! - simple user interface")
WinClose("avast! Simple User Interface")


Hope this helps someone.
CompMaster
how do i do a file with Registration Script ?
Djé
I thought I'd post a link in here too.
Avast 4.7 home Silent registration script (language independant).
http://www.msfn.org/board/index.php?showto...id=594759&#
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.