Difference between revisions of "AVG Free Edition"
Cpasqualini (Talk | contribs) |
Cpasqualini (Talk | contribs) |
||
Line 3: | Line 3: | ||
The silent installer for the professional edition is somewhat similar: [[AVG]] | The silent installer for the professional edition is somewhat similar: [[AVG]] | ||
− | === AVG | + | === AVG 2012 === |
+ | |||
+ | Download the full offline installer from http://free.avg.com/ww-en/download.prd-afh.line-2012#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"> | <source lang="xml"> | ||
− | <packages> | + | <packages |
+ | xmlns:xsi="http://www.wpkg.org/packages" | ||
+ | xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" > | ||
− | <package id=" | + | <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> | </packages> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</source> | </source> | ||
Line 77: | Line 71: | ||
</source> | </source> | ||
− | === AVG | + | === AVG 8.5 === |
− | + | For AVG Free v8.5. This one has removed the annoying plugins for Firefox and IE. | |
− | <source lang=" | + | |
− | + | <source lang="xml"> | |
− | + | <package | |
− | + | id="avg" | |
− | + | name="free avg antivirus 8.5" | |
− | + | reboot="true" | |
− | + | revision="850354" | |
− | + | priority="5"> | |
− | + | <check type="uninstall" condition="exists" path="AVG Free 8.5" /> | |
− | + | <install cmd="%SOFTWARE%\avg\avg_free_stf_en_85_374a1564.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch" /> | |
+ | <remove cmd="" /> | ||
+ | </package> | ||
</source> | </source> | ||
− | + | ||
+ | |||
+ | === AVG 8.0 === | ||
+ | |||
+ | For AVG Free version 8.0. Tip: Revision must match revisions exe name. | ||
<source lang="xml"> | <source lang="xml"> | ||
− | <packages | + | <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" /> | ||
+ | <install cmd="%SOFTWARE%\AVG\avg_free_stf_en_8_237a1428.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /> | ||
+ | <remove cmd="" /> | ||
+ | </package> | ||
− | + | </packages> | |
− | + | </source> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | === AVG 7.5 === | ||
− | + | <source lang="xml"> | |
+ | <packages> | ||
− | + | <package id="avg" name="free avg antivirus" reboot="true" revision="1" priority="5"> | |
+ | <check type="uninstall" condition="exists" path="AVG 7.5" /> | ||
− | + | <install cmd="%SOFTWARE%\avg\avg75free.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /> | |
+ | <remove cmd="" /> | ||
− | |||
− | + | </package> | |
</packages> | </packages> | ||
− | |||
</source> | </source> | ||
− | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 21:21, 9 May 2012
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 2012
Download the full offline installer from http://free.avg.com/ww-en/download.prd-afh.line-2012#tba1. Uncompress and edit the mfaconf.txt
file:
AppMode=setup
ProductType=Free
LicenseKey=AAAAA-BBBBB-CCCCC-DDDDD-EEEEE-FFFFF
UILevel=Silent
InstallToolbar=0
InstallSidebar=0
SelectedLanguage=1034
DisableScan
FEG
Warning: SelectedLanguage=1034
means 'Spanish'
<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>
AVG 9
For AVG Free v9. First download the full installer from this page: http://free.avg.com/ww-en/download.prd-afg#tba2. In this case it was avg_free_stf_all_90_851a3009.exe.
The options can be found in http://aa-download.avg.com/filedir/doc/NETWORK_GROUP/AVG_Internet_Security_Network/avg_asb_uma_en_90_1.pdf section 11.11. List of AVG Setup Parameters.
In this example the language is Dutch, a log is created after setup has run, show no interface, Quit if AVG is already installed (in case the wpkg check fails), do not install the toolbar and disable default scan plans after installation.
The removal is still interactive so that needs fixing. Also I didn't find a switch to perform an update the virus definition.
<package id="avg" name="AVG Free antivirus 9.0" reboot="false" revision="1" priority="0">
<check type="uninstall" condition="exists" path="AVG Free 9.0" />
<install cmd="%SOFTWARE%\avg\avg_free_stf_all_90_851a3009.exe /LANGID 0x413 /LOG c:\avgsetup.log /HIDE /QUIT_IF_INSTALLED /NOAVGTOOLBAR /DISABLE_SCAN" />
<remove cmd='"C:\Program Files\AVG\AVG9\setup.exe" /UNINSTALL' />
</package>
AVG 8.5
For AVG Free v8.5. This one has removed the annoying plugins for Firefox and IE.
<package
id="avg"
name="free avg antivirus 8.5"
reboot="true"
revision="850354"
priority="5">
<check type="uninstall" condition="exists" path="AVG Free 8.5" />
<install cmd="%SOFTWARE%\avg\avg_free_stf_en_85_374a1564.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch" />
<remove cmd="" />
</package>
AVG 8.0
For AVG Free version 8.0. Tip: Revision must match revisions exe name.
<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" />
<install cmd="%SOFTWARE%\AVG\avg_free_stf_en_8_237a1428.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" />
<remove cmd="" />
</package>
</packages>
AVG 7.5
<packages>
<package id="avg" name="free avg antivirus" reboot="true" revision="1" priority="5">
<check type="uninstall" condition="exists" path="AVG 7.5" />
<install cmd="%SOFTWARE%\avg\avg75free.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" />
<remove cmd="" />
</package>
</packages>