Help - Search - Members - Calendar
Full Version: install avast 4.6.437
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
AHRIMANSEFID
install avast 4.6.437 blushing.gif
LaptoniC
If you search the forum you would find the post.Anyway,create Admin.ini file where your setup resides with below content.

QUOTE (Admin.ini)
[Admin]
SilentInstallation=1
Serial=YourFree-Key


Install your AV with below command.

QUOTE (install.cmd)
@echo off
cmdow @ /HID
start /wait yoursetup.exe
Echo [Splash] >>"%PROGRAMFILES%\Alwil Software\Avast4\DATA\avast4.ini"
Echo KeyUsage=1 >>"%PROGRAMFILES%\Alwil Software\Avast4\DATA\avast4.ini"
Exit
AHRIMANSEFID
AutoIt v3 code need
Synapse
is it really that hard to search?

http://www.msfn.org/board/index.php?s=&sho...ndpost&p=229385

just edit the script to you're liking..
Sonic
For me, I use Avast Pro version witha free edition key, it allow to create a full option for admin.ini ... Install avast in manual mode ... set your options and co. ... and in advanced interface of avast you can choose create answer file .. it will generate Admin.ini and you can edit it to change the key if you want or other options ...

Mine is :
CODE
[Admin]
SilentInstallation=1
VerySilentInstallation=0
Reboot=no

Serial=myfree-editionkey


[Languages.ini]
040C=French
Engine=1036

[Common.ini]
VPSUpdate=Automatic
ProgramUpdate=Automatic

[UserInterface.ini]
EnableSkins=0
SplashTestMemory=0
StartWithSkin=0

[AAVM.ini]
SuppressUpdatedInfo=1
SuppressUpdateErrorInfo=1
AnimateIcon=0

[VRDB.ini]
MergeIcons=1
Disabled=1

[iAVS.ini]
RunningMode=Silent
Progress=0
TrayIcon=1
AskReboot=0
Push=0
AddInfo=1

[Quick.ini]
EnableSkins=0

[Simple.ini]
ShowHelpCheckList=1

[Splash.ini]
KeyUsage=1

[Groups.setupini]
Group1=av_pro_core
Group2=av_pro_corepro
Group3=av_pro_coreskins
Group4=av_pro_corewnt
Group5=av_pro_dll_fre
Group6=av_pro_hlp_fre
Group7=av_pro_rdr
Group8=av_pro_res_mai
Group9=av_pro_res_ns
Group10=av_pro_res_scr
Group11=av_pro_res_std
Group12=av_pro_res_ws
Group13=av_pro_sysx
Group14=avscan
Group15=winsys
Group16=winsysgui
Group17=
LaptoniC
Thanks sonic.I didnt know that I can enter KeyUsage thing via ini.It took my hours to investigate that one smile.gif
So final ini file for me is

QUOTE (Admin.ini)
[Admin]
SilentInstallation=1
Serial=YourFree-Key

[Splash.ini]
KeyUsage=1
ki_supergeek
Even though the original post date was a few years back, this info is still valid and was very helpful to me in fixing a problem with Avast installs.

A big "Thank You" to Sonic & LaptoniC!! thumbup.gif



QUOTE (LaptoniC @ Nov 26 2005, 05:30 PM) *
If you search the forum you would find the post.Anyway,create Admin.ini file where your setup resides with below content.

QUOTE (Admin.ini)
[Admin]
SilentInstallation=1
Serial=YourFree-Key


Install your AV with below command.

QUOTE (install.cmd)
@echo off
cmdow @ /HID
start /wait yoursetup.exe
Echo [Splash] >>"%PROGRAMFILES%\Alwil Software\Avast4\DATA\avast4.ini"
Echo KeyUsage=1 >>"%PROGRAMFILES%\Alwil Software\Avast4\DATA\avast4.ini"
Exit





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.