Changes

Jump to: navigation, search

AVG Free Edition

1,626 bytes added, 21:18, 9 May 2012
no edit summary
</package>
</source>
 
=== AVG 2012 ===
 
Download the full offline installer from http://free.avg.com/de-en/download.prd-afh#tba1. Uncompress and edit the <code>mfaconf.txt</code> file:
<source lang="ini">
AppMode=setup
ProductType=Free
LicenseKey=AAAAA-BBBBB-CCCCC-DDDDD-EEEEE-FFFFF
UILevel=Silent
InstallToolbar=0
InstallSidebar=0
SelectedLanguage=1034
DisableScan
FEG
</source>
Warning: <code>SelectedLanguage=1034</code> means 'Spanish'
 
<source lang="xml">
<packages
xmlns:xsi="http://www.wpkg.org/packages"
xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >
 
<package id="avg2012"
name="AVG Antivirus 2012"
revision="%PKG_VERSION%"
reboot="false"
priority="10">
 
<variable name="PKG_VERSION" value="%shortversion%-0" />
<variable name="shortversion" value="2127a4918" />
<variable name="PKG_SETUP" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x86\setup.exe" />
<variable architexture="x64" name="PKG_SETUP" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x64\setup.exe" />
<variable name="PKG_MSI" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x86\AVGx86.msi" />
<variable architexture="x64" name="PKG_MSI" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x64\AVGx64.msi" />
 
 
<check type="uninstall" condition="exists" path="AVG 2012" />
 
<install cmd='%PKG_SETUP%' />
 
<upgrade include="install" />
 
<remove cmd='msiexec /qn /x %PKG_MSI%' />
 
</package>
</packages>
 
</source>
 
[[Category:Silent Installers]]
10
edits

Navigation menu