Jump to content

what do i need to write in order to install avast?


Recommended Posts

here is my file for all the installation but what do I need to write in order to install Avast Antivirus?

CLS
@echo off
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO hacks being implemented. The computer will restart automatically
ECHO once the whole process has finished!
ECHO.
ECHO.
ECHO Installing Codecs
ECHO Please wait...
start /wait %systemdrive%\install\Codecs\CODECS.exe /S
ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\AR6\AR6.msi /QB
ECHO.
ECHO Installing WinRAR 3.4b4
ECHO Please wait...
start /wait %systemdrive%\install\WinRAR\wrar34b4.exe /s
ECHO.
ECHO Installing Nero Burning ROM v6
ECHO Please wait...
start /wait %systemdrive%\install\Nero\nero6.exe /silent /noreboot
ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Nero\register.reg
ECHO.
ECHO Installing Symantec Antivirus Corporate 9
ECHO Please wait...
start /wait %systemdrive%\install\sav.exe
ECHO.
ECHO Installing Windows Genuine Validation bypass
ECHO Please wait...
start /wait %systemdrive%\install\Windows_Valid.exe /silent
ECHO.
ECHO Installing Ad-Aware
ECHO Please wait...
start /wait %systemdrive%\install\AdAware\aawsepro.exe /silent
ECHO.
ECHO Installing Hebrew And Russian User Interface
start /wait %systemdrive%\install\mui.exe
ECHO Adding User
ECHO.
NET USER /ADD USER
echo.
EXIT

Link to comment
Share on other sites


This is what I have in my runonceex.cmd file

REG ADD %KEY%\025 /VE /D "Avast 4.0 AntiVirus" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Install\avast\avastengpro.exe /SP - /VERYSILENT /NORESTART" /f

Link to comment
Share on other sites

Create Admin.ini like this :

[Admin]
SilentInstallation=1
VerySilentInstallation=0
Reboot=no
Serial=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

You can create more customized ini with avast "Create UnAttended" function ...

Goodbye.

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