Jump to content

AVG Antivirus Scan 6.0 Free Edition


Eric Li

Recommended Posts


i dont use avg, but have u guys tried

/s

/qn

/silent

/verysilent

one of those may work :)

i dont even know what installer avg uses these are just suggestions

Link to comment
Share on other sites

i dont use avg, but have u guys tried

/s

/qn

/silent

/verysilent

one of those may work :D

i dont even know what installer avg uses these are just suggestions

I tried those I tried running the setup.exe /?

Didnt give me anyswitches though. Someone had made a .vbs script, which I cant seem to find now :)

It worked great too. Oh well gotta keep trying :rolleyes:

Link to comment
Share on other sites

I tried those I tried running the setup.exe /?

Didnt give me anyswitches though. Someone had made a .vbs script, which I cant seem to find now

It worked great too. Oh well gotta keep trying

do you know what kind of installer it is?

Link to comment
Share on other sites

ok here's the vb script:

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run ("setup.exe")

WScript.Sleep 4000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "***-*-********-***"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 18000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

WScript.Sleep 1000

WshShell.SendKeys "~"

but it doesn't always work

Link to comment
Share on other sites

I made a Auto It .au3 script for AVG that works great. And it doesnt restart when it's done. Just extract the main avg .exe so you will have the setup.exe and the other files and add this attached file to that folder and run it. Auto IT offers alot more features than the .vbs such as mine blocks the user input of the keyboard and mouse during setup so that you will not accidently click something or hit a key on the keyboard that will mess the install up. And there are no "sleep" commands to have to "guess" at. Auto It uses the title of the current window and the text in that window to initiate commands. Anyway give it a try and see what you think. The attached file is an compiled .au3 script. I can upload the non-compiled version in plain text form if anyone wants it to change some things. Just unzip to get the script.

autoavgsetup.zip

Link to comment
Share on other sites

Trying that right now..

Does it make .msi packages ??

Thanks

it just makes standard exe's

start /wait filename.exe

u dont need switches if u chose the "Install Silently" box :)

Link to comment
Share on other sites

Heres the uncompiled .au3 script if anyone wants it.  Let me know if my stuff works on other computers.  This is my first try at Auto it.

It worked great for me... :)

Thx!

Btw, I'm a noob when it comes to AutoIT... Do you know where I should go to understand how to use it?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...