Difference between revisions of "AVG Free Edition"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 36: Line 36:
 
For AVG Free v8.5. This one has removed the annoying plugins for Firefox and IE.
 
For AVG Free v8.5. This one has removed the annoying plugins for Firefox and IE.
  
 +
<source>
 
<package  
 
<package  
 
id="avg"  
 
id="avg"  
Line 46: Line 47:
 
<remove cmd="" />
 
<remove cmd="" />
 
</package>
 
</package>
 
+
</source>
 
+
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 21:47, 2 July 2009

This is a silent installer for the free version of AVG, which can be downloaded from http://free.grisoft.com/.

<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>

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>

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>