Dobby Posted February 15, 2005 Posted February 15, 2005 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:Setup.exe /VERYSILENT /NORESTART /SP-AutoIt Registration Script (replace the X's with your key):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 Posted August 13, 2005 Posted August 13, 2005 how do i do a file with Registration Script ?
Djé Posted December 4, 2006 Posted December 4, 2006 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
X-Byte Posted January 30, 2009 Posted January 30, 2009 Additionally you may specify the path where to install Avast Antivirus:Setup.Exe /destpath "%ProgramFiles%\Your\Favorite\Path" /verysilent /norestart /sp-
otyk Posted January 30, 2009 Posted January 30, 2009 there's no .reg on the process?okay i'll try and let's see what happendthanks mate
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now