Changes

Jump to: navigation, search

AVG

1,733 bytes added, 19:51, 26 July 2010
m
Created page with 'This article covers the professional (paid-for) edition, but it should work on the AVG Free Edition = Version 9 = AVG 9 (professional) can easily be deployed via WPKG. <so…'
This article covers the professional (paid-for) edition, but it should work on the [[AVG Free Edition]]

= Version 9 =
AVG 9 (professional) can easily be deployed via WPKG.

<source lang = "xml">
<package
id="avg"
name="AVG"
reboot="false"
priority="2">

<!-- not sure if this check works... !-->
<check type="uninstall" condition="exists" path="AVG 9" />

<install cmd="%SOFTWARE%\avg\avg_ipw_stf_all_90_730a1834.exe /SCRIPT_FILE %SOFTWARE%\avg\AVGSetup.ini" />

<remove cmd="" />
</package>
</source>

You should then use the AVG installation customizer to generate AVGSetup.ini. Here is an example one that works quite nicely;

<source lang = "ini">
LICNO_CODED: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Ow=="
HIDE:
NO_WELCOME:
AUTOPROFILE: OFF
RESTART_DELAY: 600
NAME: "Your Company Name"
COMPANY: "Your Company Name"
DCPATH "your.central.admin.server.com:4158"
NOAVGTOOLBAR:
ADD_FEATURE: fea_AVG_ResidentShield
REMOVE_FEATURE: fea_AVG_Firewall
ADD_FEATURE: fea_AVG_Cl
REMOVE_FEATURE: fea_AVG_Bat_plugin
REMOVE_FEATURE: fea_AVG_Exchange_plugin
REMOVE_FEATURE: fea_AVG_EMC
REMOVE_FEATURE: fea_AVG_Antispam
REMOVE_FEATURE: fea_AVG_Office_2000_plugin
ADD_FEATURE: fea_AVG_HttpScanner
ADD_FEATURE: fea_AVG_SafeSurf
ADD_FEATURE: fea_AVG_SafeSearch
ADD_FEATURE: fea_AVG_AntiRootkit
ADD_FEATURE: fea_AVG_AlertManager
ADD_FEATURE: fea_AVG_SystemTools
REMOVE_FEATURE: fea_AVG_ExchangeServer_AS
REMOVE_FEATURE: fea_AVG_SharepointServer_AV
REMOVE_FEATURE: fea_AVG_ExchangeSmtpTransportAgent_EMC
REMOVE_FEATURE: fea_AVG_ExchangeRoutingTransportAgent_EMC
REMOVE_FEATURE: fea_AVG_ExchangeVSAPI_EMC
REMOVE_FEATURE: fea_AVG_IdentityShield
ADD_FEATURE: fea_AVG_NtfsChangeJournalCach
</source>

[[Category: Silent Installers]]

Navigation menu