Jump to content

Avast AV home edition


Radimus

Recommended Posts


I needed to modify a few lines, but it worked fine.

thanks

I did use Aut2Exe to exe the script... and I may wrap it in a rar self-extractor.. but that isn't really necessary

...
Run("setupeng.exe")

WinWait("avast! Antivirus Setup", "Welcome to the avast! Setup program")
Send("{Enter}")

WinWait("avast! Antivirus Setup", "avast! 4.5 Home/Professional Edition")
Send("{Enter}")

WinWait("avast! Antivirus Setup", "END USER LICENSE AGREEMENT")
...

Link to comment
Share on other sites

You could try downloading the pro trial version and make a silent installation (under file on the enhanced user interface), then, when the two files are created, in the admin.ini where it says Serial, put your home edition key

Link to comment
Share on other sites

I use the following to install the home edition

start /wait %systemdrive%\install\Applications\avast\setupeng /SILENT /SP- /NORESTART /LOADINF="%systemdrive%\install\Applications\Avast\Avast.inf"

Place the following in avast.inf

[Setup]
Lang=default
Dir=c:\Program Files\Antivirus
Group=Avast
NoIcons=0
Components=

Link to comment
Share on other sites

You could try downloading the pro trial version and make a silent installation (under file on the enhanced user interface), then, when the two files are created, in the admin.ini where it says Serial, put your home edition key

This method works fine.

Avast is installed with my favourite settings and also my Home Edition key.

Avast is also loaded at startup, BUT the systray icon isn't visible!

I only tested in VMWare, so maybe that is the problem.

Anyone knows how to get the avast systray icon back?

EDIT:

Never mind I looked into admin.ini and found this line:

ShowTrayIcon=1 which should be ShowTrayIcon=0 to make the icon visible. :blushing:

EDIT2:

I don't know why or how, but now ShowTrayIcon=1 makes the icon visible :wacko:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...