Changes

AVG

719 bytes added, 16:08, 24 March 2011
no edit summary
This article covers the professional (paid-for) edition, but it should work on the [[AVG Free Edition]]
 
= Business 2011 =
 
<source lang="xml">
<package
id="avg"
name="AVG 2011"
reboot="false"
priority="2">
<check type="uninstall" condition="exists" path="AVG 2011" />
<install cmd="%SOFTWARE%\avg_ipw_x86_all_2011_1204a3403.exe /ConfigFilePath=%SOFTWARE%\avg\AVGSetup.ini" />
</package>
</source>
 
The ini looks like this (generate with AVG Network Installer):
 
<source lang="ini">
LicenseKeyCoded=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
AppMode=setup
CompanyName=Company Name
UILevel=Silent
DontRestart
DisableWinFW
QuitIfInstalled
DataCenterCoded=XXXXXXXXXXXXX=
InstallToolbar=1
InstallFeatures=fea_AlertMg;fea_SysTool;fea_Emails__EMC;fea_OnlnSc;fea_lng_nl;fea_Office;fea_SetMgr;fea_Client;
</source>
= Version 9 =
Anonymous user