10
edits
Changes
no edit summary
The silent installer for the professional edition is somewhat similar: [[AVG]]
=== AVG 72012 === Download the full offline installer from http://free.5 avg.com/ww-en/download.prd-afh.line-2012#tba1. Uncompress and edit the <code>mfaconf.txt</code> file:<source lang="ini">AppMode=setupProductType=FreeLicenseKey=AAAAA-BBBBB-CCCCC-DDDDD-EEEEE-FFFFFUILevel=SilentInstallToolbar=0InstallSidebar=0SelectedLanguage=1034DisableScanFEG</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="avgavg2012" name="free avg antivirus" reboot="trueAVG Antivirus 2012" revision="1%PKG_VERSION%" priority reboot="5false"><check type priority="uninstall" condition="exists" path="AVG 7.510" />
<install cmdvariable name="PKG_VERSION" value="%shortversion%-0" /> <variable name="shortversion" value="2127a4918" /> <variable name="PKG_SETUP" value="%SOFTWARE%\avgAntivirus\avg75freeAVG\2012-%shortversion%\x86\setup.exe " /HIDE /DONT_START_APPS > <variable architexture="x64" name="PKG_SETUP" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x64\setup.exe" /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED> <variable name="PKG_MSI" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x86\AVGx86.msi" /> <remove cmdvariable architexture="x64" name="PKG_MSI" value="%SOFTWARE%\Antivirus\AVG\2012-%shortversion%\x64\AVGx64.msi" />
<check type="uninstall" condition="exists" path="AVG 2012" /package></packages></source>
<install cmd=== AVG 8.0 ==='%PKG_SETUP%' />
<source langremove cmd="xml"><packages> <package id="avg" name="free avg antivirus 8.0" reboot="true" revision="8023701428" priority="5"> <check type="uninstall" condition="exists" path="AVG Free 8.0" 'msiexec /> <install cmd="qn /x %SOFTWAREPKG_MSI%\AVG\avg_free_stf_en_8_237a1428.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /> <remove cmd="" /><' /package>
</package>
</packages>
</source>
</source>
=== AVG 2012 8.5 ===
</source>
<source lang="xml">
<packages xmlns:xsi="http://www.wpkg.org/packages" xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >
=== AVG 7.5 ===
</packages>
</source>
[[Category:Silent Installers]]