Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AVG 6 AVG Free Application switch

Featured Replies

Hi

I looked at several posts on this forum on getting AVg to install scilently, but all the methods I have tried so far, just prompts me to manualy install the aplication.

Can anyone who has got this to work, please post their bath file command and any relavent files that are placed in the AVG folder.

PS how do you calla VB script file in Batch mode.?

Thanks


Different Method

avg.vbs

Set WshShell = CreateObject("WScript.Shell")
Set FileSysObj = CreateObject("Scripting.FileSystemObject")
ScriptPath = FileSysObj.GetFile(WScript.ScriptFullName).ParentFolder
Cmd = Chr(34) & ScriptPath & "\setup.exe" & Chr(34)
WshShell.Run Cmd
' Give time to load
WScript.Sleep 4000
WshShell.SendKeys "~"
' License Agree
WScript.Sleep 1000
WshShell.SendKeys "~"
' Serial
WScript.Sleep 1000
WshShell.SendKeys "AVG-x-xxxxxxxx-XXX"
WScript.Sleep 1000
WshShell.SendKeys "~"
' Install Location
WScript.Sleep 1000
WshShell.SendKeys "~"
' Program folder
WScript.Sleep 1000
WshShell.SendKeys "~"
' Start Copy
WScript.Sleep 1000
WshShell.SendKeys "~"
' Configure
WScript.Sleep 8000
WshShell.SendKeys "~"
' Auto Update
WScript.Sleep 1000
WshShell.SendKeys "~"
' Readme
WScript.Sleep 1000
WshShell.SendKeys "~"
' REBOOT NO
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.sendKeys " "
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "~"

Set WshShell = Nothing
Set FileSysObj = Nothing
WScript.Quit

In Runoncex

REG ADD %KEY%\iAdd /VE /D "AVG Antivirus Free" /f
REG ADD %KEY%\iAdd /V 1 /D "WScript.exe %systemdrive%\Install\AVG\avg.vbs" /f

  • 3 weeks later...
Download the file here, it works just fine. :) You just put it in the AVG antivirus folder together with the AVG Setup file, and run it instead of the actual Setup.exe

AVG Antivirus AutoIt script

I ran this Autoit script in my creation the installer showed & asked if I would like to continue installing yes or no & whole installation froze? Tried also by manually running same result has anyone else experienced this?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.