Jump to content

AVAST! Free Antivirus v.7.0.xxxx - silent install


skavenger

Recommended Posts

After a long tine i've found a easy solution for installing AVAST silent and prevent the background-installation of Google Chrome

With a simple registry trick i prevent the execution of "aswOfferTool.exe" that want install Google Chrome or some other s***.

Just download the actual version of Avast Free AntiVirus direcly from avasts website.

Paste the following code in editor and save them with the specified names.

Name: settings.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\aswOfferTool.exe]
"Debugger"="logonui.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GoogleUpdate.exe]
"Debugger"="logonui.exe"

Name: settings-off.reg

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\aswOfferTool.exe]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GoogleUpdate.exe]

Name: inst.bat


@echo off
regedit /s settings.reg
start /wait avast_free_antivirus_setup /VERYSILENT /NORESTART /SP-
regedit /s settings-off.reg

This is quiet easy and you can use the original installer you've downloaded from the website.

Questions?

Happy installing

Link to comment
Share on other sites


  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...

You don't need to add the switch instlang.

Avast installs alway the language read from system.

If you have Windows in Italian - Avast will install in Italian too.

Additional languages are unimportant and not so easy to install in silent-node.

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...