3,217
edits
Changes
m
New page: This is a silent installer for the free version of AVG, which can be downloaded from http://free.grisoft.com/. <source lang="xml"> <packages> <package id="avg" name="free avg antivirus" ...
This is a silent installer for the free version of AVG, which can be downloaded from http://free.grisoft.com/.
<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>
</source>
[[Category:Silent Installers]]
<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>
</source>
[[Category:Silent Installers]]