26
edits
Changes
no edit summary
The silent installer for the professional edition is somewhat similar: [[AVG]]
=== AVG 2016 ===
Download the full offline installer from http://www.avg.com/de-de/download.prd-afh-free
Warning: <code>SelectedLanguage=1031</code> means 'German'
<source lang="xml">
<packages
xmlns:xsi="http://www.wpkg.org/packages"
xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >
<package id="avg"
name="AVG Antivirus 2016"
revision="%VERSION%"
reboot="false"
priority="500">
<variable name="year" value="2016" />
<variable name="display" value="16.7.7226" />
<variable name="shortversion1" value="694" />
<variable name="shortversion2" value="693" />
<variable name="PKG_VERSION" value="%year%-19" />
<variable name="update" value="%software%\Update" />
<variable name="PKG_SETUP" value="%software%\AVG_Antivirus_Free_x86_%shortversion1%.exe" />
<variable architecture="x64" name="PKG_SETUP" value="%software%\AVG_Antivirus_Free_x64_%shortversion2%.exe" />
<variable name="progfile" value="%PROGRAMFILES%" />
<variable architecture="x64" name="progfile" value="%PROGRAMFILES(x86)%" />
<check type="uninstall" condition="versiongreaterorequal" path="AVG" value="%display%" />
<install cmd='"%PKG_SETUP%" /silent=true /langid=1031 /InstallToolbar=false /ChangeBrowserSearchProvider=false /InstallSidebar=false /ParticipateProductImprovement=false /DontRestart /DisableScan /KillProcessesIfNeeded /FEG '>
<exit code="0" />
<exit code="3010" />
</install>
<!-- Vista/Windows7 Desktop Shortcut remove -->
<install cmd='%COMSPEC% /c if exist "%AllUsersProfile%\Desktop\AVG %year%.lnk" del /q "%AllUsersProfile%\Desktop\AVG %year%.lnk"'>
<exit code="any" />
</install>
<install cmd='%COMSPEC% /c if exist "%Public%\Desktop\AVG %year%.lnk" del /q "%Public%\Desktop\AVG %year%.lnk"' >
<exit code="any" />
</install> <!-- Vista/Windows7 -->
<upgrade cmd='"%progfile%\AVG\AVG%year%\avgmfapx.exe" /AppMode=UPDATE /source=folder /pri=3 /path="%update%"'>
<exit code="any" />
</upgrade>
<remove cmd='%COMSPEC% /c if exist "%progfile%\AVG\AVG%year%\avgmfapx.exe" "%progfile%\AVG\AVG%year%\avgmfapx.exe" /AppMode=SETUP /UILevel=silent /Uninstall /UDS=1 /DontRestart'>
<exit code="any" />
</remove>
</package>
</packages>
</source>
This is a silent installer for the free version of AVG, which can be downloaded from http://free.avg.com/.
The silent installer for the professional edition is somewhat similar: [[AVG]]
=== AVG 2015 ===