Jump to content

AVG 2011


nicecube

Recommended Posts

Hi

My english is not very good i will do my best :

Im a computer Technicien i have to reinstall windows all day long .

I do a batch file to install many programme like avg, nero open office ppp viewer ...

My batch file work fine but a need some help for avg 10 (2011) free

Previously a have fond on ur forum how to install avg 9 but i have try the same silent switch i use for the 9 version but i doest work

@echo off

echo Installation de AVG 9 Francais en cours ...

O:\Avg.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED

echo Installation de AVG 9 Francais termine.

I have do some research on internet but this product is new and i dont find information

Ty

Edit:

I used Universal Silent Switch Finder 1.5

I have extrac avgx86.exe whit winrar :

I have Avgx86.msi i put this in the programme and i have this ( msiexec.exe /i "AVGx86.msi" /qb )

I have try but its not work

Edit:

I fond a way :

Extrac the avgx86 or x64 whit winrar

In the extracted folder you will see avgx86.msi

Create a shortcut and add this line a the end /quiet /qb it will work in windows xp but in vista and 7 i have a 8644d.msi pop and after the install shutdown ...

Each time i test my batch the second msi file change ur name ...

If i clic on the avgx64.msi the serial number is not here i just have a _

I have try this switch: SERIALNUM_userval="My avg free serial"

Edit:

I have download a avg 2011 silent install compiled by 7zip, i extract it and i have a batch file whit this:

@Echo Off

SET PP=%windir%\Temp\avgfree\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "AVG AntiVirus Free Edition" /f

REG ADD %KEY%\000 /V 1 /D "%PP%avgfree.exe /HIDE /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /NOAVGTOOLBAR /DONT_START_APPS" /f

EXIT

If i want to put this on a batch file how i can do this ?

Will try correct me plz:

net use o: /delete

net use o: \\10.10.10.3\Software\PCLAN Pass /USER:USER

pause

SET PP=%windir%\Temp\avgfree\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "AVG AntiVirus Free Edition" /f

REG ADD %KEY%\000 /V 1 /D "%PP%avgfree.exe /HIDE /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /NOAVGTOOLBAR /DONT_START_APPS" /f

PLz help me ty vm

Nicecube

Edited by nicecube
Link to comment
Share on other sites


Hello all

can someone explain please how can i do it to?

I extract the avg.exe

edit mafconf like this

AppMode=downloadmanager

ProductType=AV

MarketingID=cnet

UILevel=silent

InstallToolbar=0

DontRestart

what next? how can i close the file or wich swich?

I really need an exanple please

Thank you all

Link to comment
Share on other sites

For the french version, you put this in the mfaconf.txt:

AppMode=setup

ProductType=IS

UILevel=Minimal (or Silent)

SelectedLanguage=1036 (or 1033 for english version)

LicenseKey=****-****-****-****-**** (your licence number here)

InstallToolbar=0

RemoveFeatures=fea_AVG_OnlnSc,LinkScnFea,fea_SrchSrf__Surf,fea_SrchSrf__Surf,fea_SrchSrf__Search,fea_Emails__EMC,fea_AntiSpm (if u want to remove some features for people who don't use internet)

DontRestart

DisableScan

Edited by Pathos
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Any switch to don't start AVG after install?

I try add command line /NoStart and /DontStart but this doesn't work.

Thanks

Yeah there doesnt seem to be a switch in the guide for it to kill the process after silent install. I've tested this:

start /wait %systemdrive%\Install\Applications\AVGFree\avg_free_stb_all_2011_1191_cnet.exe /UILevel=Silent /InstallToolbar=0 /ChangeBrowserSearchProvider=0 /InstallSidebar=0 /ParticipateProductImprovement=0 /DontRestart /DisableScan

Works great but then AVG opens and stays open until user interaction. Wth. Anyone find a solution yet?

I was thinking of putting a killprocess command in my batch file, anyone know if .cmd files support that? And what would the avg pocess be called?

Thanks for the help.

EDIT: I've tried the above command with this right after: taskkill /IM avgui.exe /T /F

It works and the batch files continues!

Edited by Crucio
Link to comment
Share on other sites

  • 4 weeks later...

EDIT: I've tried the above command with this right after: taskkill /IM avgui.exe /T /F

It works and the batch files continues!

for me it doesnt work...

the process avgui.exe doesnt exist...so i think it will never close :P

have you tried that with last version of avg free?

Link to comment
Share on other sites

  • 5 months later...

Not sure if this thread has died but I have something to add/ask...

When I download AVG free: avg_free_stb_all_2011_1390_cnet.exe from

http://download.cnet.com/AVG-Anti-Virus-Free-Edition-2011/3000-2239_4-10320142.html?part=dl-10044820&subj=dl&tag=button&cdlPid=11014801

and install it using the following silent install switches:

setup.exe /UILevel=silent /InstallToolbar=0 /ChangeBrowserSearchProvider=0 /InstallSidebar=0 /ParticipateProductImprovement=0 /DontRestart

The install wizard doesn't die because the free version hasn't installed but the Trial version has.

The Trial version has a 30 day expiry period and the only way to change this from Trial to Free is manually i.e. uninstall and during the uninstall process, select to change it to the free version.

I have tried looking for a Free version only but failed. Have also tried looking for a switch to select Free version but failed.

Therefore, I have 3 question

  1. Is there a Free version only that can be downloaded?. I have read about people extracting Free version but I have no idea how to do this and even if it relates to version 2011
  2. Is there a switch so as to select the Free version?
  3. If the Tiral version is installed, and does expire, does it automatically revert to the Free version?

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