May 26, 200422 yr I have been trying too.I tried avg admin, but i i think it only works for the pro version .
May 26, 200422 yr i dont use avg, but have u guys tried /s/qn/silent/verysilentone of those may work i dont even know what installer avg uses these are just suggestions
May 27, 200422 yr i dont use avg, but have u guys tried /s/qn/silent/verysilentone of those may work i dont even know what installer avg uses these are just suggestionsI 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
May 27, 200422 yr 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 nowIt worked great too. Oh well gotta keep tryingdo you know what kind of installer it is?
May 27, 200422 yr ok here's the vb script:Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run ("setup.exe")WScript.Sleep 4000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "***-*-********-***"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 18000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"WScript.Sleep 1000WshShell.SendKeys "~"but it doesn't always work
May 27, 200422 yr Thanks dev2761I'm not sure MCT when i run setup.exe /? or /help or anythingIt just runs setup as normal. I'm not even sure there are any switches for it.
May 29, 200422 yr 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
May 29, 200422 yr I can upload the non-compiled version in plain text form if anyone wants it to change some things.Yes please
May 29, 200422 yr why not use InstallRight? it recompiles your .exe allowing u 2 have unattended switches, product key in your install any everything http://unattended.msfn.org/xp/applications.htm
May 30, 200422 yr Did a search for avg6 and found:http://www.msfn.org/board/index.php?showtopic=10705
May 30, 200422 yr why not use InstallRight? it recompiles your .exe allowing u 2 have unattended switches, product key in your install any everything http://unattended.msfn.org/xp/applications.htmTrying that right now.. Does it make .msi packages ??Thanks
May 31, 200422 yr 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.autoavgsetup.au3
May 31, 200422 yr Trying that right now..Does it make .msi packages ??Thanksit just makes standard exe'sstart /wait filename.exeu dont need switches if u chose the "Install Silently" box
May 31, 200422 yr 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?
Create an account or sign in to comment