nicecube Posted September 29, 2010 Posted September 29, 2010 (edited) 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) freePreviously 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 TyEdit:I used Universal Silent Switch Finder 1.5I 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 workEdit:I fond a way :Extrac the avgx86 or x64 whit winrarIn the extracted folder you will see avgx86.msiCreate 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 OffSET PP=%windir%\Temp\avgfree\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Programs" /fREG ADD %KEY%\000 /VE /D "AVG AntiVirus Free Edition" /fREG ADD %KEY%\000 /V 1 /D "%PP%avgfree.exe /HIDE /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /NOAVGTOOLBAR /DONT_START_APPS" /fEXITIf 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:USERpauseSET PP=%windir%\Temp\avgfree\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Programs" /fREG ADD %KEY%\000 /VE /D "AVG AntiVirus Free Edition" /fREG ADD %KEY%\000 /V 1 /D "%PP%avgfree.exe /HIDE /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /NOAVGTOOLBAR /DONT_START_APPS" /fPLz help me ty vmNicecube Edited September 30, 2010 by nicecube
megaborg Posted October 1, 2010 Posted October 1, 2010 If you go here:http://www.avg.com/eu-hu/download-documentationand then click on AVG Anti-Virus Business Edition 2011http://download.avg.com/filedir/doc/NETWORK_GROUP/AVG_Anti-Virus_Network/avg_avb_uma_en_2011_01.pdfat page 239 you can find all parameters for silent install
nicecube Posted October 1, 2010 Author Posted October 1, 2010 Ty vm Megaborg !!This manuel will realy help me
nicecube Posted October 1, 2010 Author Posted October 1, 2010 Ty vm Megaborg !!This manuel will realy help me Edit:It very easy whit the manuel ...Unzip the avg.exeedit mafconfAdd: UILevel=silentThat's It
shobdoo Posted October 4, 2010 Posted October 4, 2010 (edited) hello nicecubethanks : .its work nice .but its restart after install.and how to dasable avg toolbar . Edited October 4, 2010 by shobdoo
shobdoo Posted October 6, 2010 Posted October 6, 2010 hello nicecubethanks : .its work nice .but its restart after install.and how to dasable avg toolbar .ifound it InstallToolbar=0DontRestartthanks so much
EDEN2010 Posted October 6, 2010 Posted October 6, 2010 Hello allcan someone explain please how can i do it to?I extract the avg.exe edit mafconf like thisAppMode=downloadmanagerProductType=AVMarketingID=cnetUILevel=silentInstallToolbar=0DontRestartwhat next? how can i close the file or wich swich?I really need an exanple pleaseThank you all
Pathos Posted October 14, 2010 Posted October 14, 2010 (edited) For the french version, you put this in the mfaconf.txt:AppMode=setupProductType=ISUILevel=Minimal (or Silent)SelectedLanguage=1036 (or 1033 for english version)LicenseKey=****-****-****-****-**** (your licence number here)InstallToolbar=0RemoveFeatures=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) DontRestartDisableScan Edited October 15, 2010 by Pathos
Sydnelson Posted October 23, 2010 Posted October 23, 2010 Any switch to don't start AVG after install?I try add command line /NoStart and /DontStart but this doesn't work.Thanks
Crucio Posted January 20, 2011 Posted January 20, 2011 (edited) Any switch to don't start AVG after install?I try add command line /NoStart and /DontStart but this doesn't work.ThanksYeah 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 /DisableScanWorks 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 /FIt works and the batch files continues! Edited January 21, 2011 by Crucio
cloferba Posted February 16, 2011 Posted February 16, 2011 EDIT: I've tried the above command with this right after: taskkill /IM avgui.exe /T /FIt works and the batch files continues!for me it doesnt work...the process avgui.exe doesnt exist...so i think it will never close have you tried that with last version of avg free?
Kirkanos Posted August 3, 2011 Posted August 3, 2011 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=11014801and install it using the following silent install switches: setup.exe /UILevel=silent /InstallToolbar=0 /ChangeBrowserSearchProvider=0 /InstallSidebar=0 /ParticipateProductImprovement=0 /DontRestartThe 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 questionIs 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 2011Is there a switch so as to select the Free version?If the Tiral version is installed, and does expire, does it automatically revert to the Free version?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now