MSFN Forum: AVG Anti-Virus Silent - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 7 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

AVG Anti-Virus Silent I found out how to do it Rate Topic: -----

#61 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 25 July 2005 - 12:08 PM

plz guyz, i'm still waiting to burn my CD


#62 User is offline   Dustinwmew 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 11-June 04

Posted 26 July 2005 - 05:34 AM

when I remove /HIDE it turns into a attended.

#63 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 26 July 2005 - 07:25 AM

@Dustin
you mean you have to mouse click and stuff!
my request is ONLY a progress bar and completely UA

#64 User is offline   Dustinwmew 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 11-June 04

Posted 28 July 2005 - 04:41 AM

OK, I have this .vbs that someone made. I only mod it to work for this.
I don't remaber who made it. So if the person is on here tell me and I will give you credit to them.
I have NOT done a final test on this so it may not work. tell me if it does.

Read the file. there are things you have to change.
Set WshShell = CreateObject("WScript.Shell")
Set FileSysObj = CreateObject("Scripting.FileSystemObject")
ScriptPath = FileSysObj.GetFile(WScript.ScriptFullName).ParentFolder
Cmd = Chr(34) & ScriptPath & "\avgsetup.exe" & Chr(34)
WshShell.Run Cmd
' Give time to load
WScript.Sleep 5000
WshShell.SendKeys "~"
' License Agree
WScript.Sleep 1000
WshShell.SendKeys "{LEFT}"
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "{LEFT} ~"
WshShell.SendKeys "~"
WScript.Sleep 3000
WshShell.SendKeys "{DOWN 3}"
WshShell.SendKeys "~"
' Serial
WScript.Sleep 1000
WshShell.SendKeys "~"
' Install Location
WScript.Sleep 1000
WshShell.SendKeys "{TAB 2}"
WScript.Sleep 1000
'put in the next one for the install location, or it will goto defalt
WshShell.SendKeys ""
WScript.Sleep 1000
WshShell.SendKeys "{TAB 3}"
WshShell.SendKeys "~"
WScript.Sleep 1000
'New dir - if NOT new remove next ~
WshShell.SendKeys "~"
WScript.Sleep 1000
'Component selection
WshShell.SendKeys "~"
WScript.Sleep 1000
'Email scanner
WshShell.SendKeys "{DOWN 3}"
WshShell.SendKeys "~"
' for the next 4 you will need to change file to fit what plogin you like.
WScript.Sleep 1000
WshShell.SendKeys "{TAB 2}"
' Pet the bat: put in the 1st one {SPACE} to able.
WScript.Sleep 1000
WshShell.SendKeys "~"
WshShell.SendKeys "{DOWN}"
' Outlook: put in the 1st one {SPACE} to able.
WScript.Sleep 1000
WshShell.SendKeys "~"
WshShell.SendKeys "{DOWN}"
' Eudora: put in the 1st one {SPACE} to able.
WScript.Sleep 1000
WshShell.SendKeys "~"
WshShell.SendKeys "{DOWN}"
' personal Email scanner: put in the 1st one {SPACE} to disable!!!!!!!
WScript.Sleep 1000
WshShell.SendKeys "~"
WshShell.SendKeys "{TAB 2} ~"
WScript.Sleep 1000
'finish
WshShell.SendKeys "~"
WScript.Sleep 10000
WshShell.SendKeys "~"
WScript.Sleep 3000
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

Set WshShell = Nothing
Set FileSysObj = Nothing
WScript.Quit

This post has been edited by Dustinwmew: 28 July 2005 - 04:44 AM


#65 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 02 August 2005 - 05:53 AM

It occurs to me that redfive19 made a great AutoIt script to update Microsot AntiSpyware immediately following the install (read more HERE), so why not with AVG? The avginet.exe controls the Internet update functionality, the only issue is error checking. If you have a live Internet connection at the time of install, then update. If not, don't. And if the AVG servers are not available... well... I couldn't replicate that scenario but took a stab at it using the Adlib function.

AutoItSetOption("TrayIconHide", 0)
AutoItSetOption("WinTitleMatchMode", 4)
BlockInput(0)

$var = Ping		("guru.grisoft.com")
If $var Then

	Run		(@Programfilesdir & "\Grisoft\AVG Free\avginet.exe")
	AdlibEnable	("Quit", 500)
	WinWait		("AVG Free Edition Update Selection", "Please select update", 60)
	AdlibDisable	()
	ControlClick	("AVG Free Edition Update Selection", "Please select update", "Button2")
	WinWait		("AVG Free Edition", "Update was successfully finished", 5)
	ControlClick	("AVG Free Edition", "Update was successfully finished", "Button1")

Else
	Exit
EndIf

Exit

Func Quit()
If WinExists		("Update AVG")	Then
	ControlClick	("Update AVG", "An error occurred when trying to connect", "Button1")
ElseIf WinExists		("AVG Update")	Then
	ControlClick	("AVG Update", "No new update files are available", "Button1")
EndIf
EndFunc


The Adlib function should kill the dialogue that will pop up if Grisoft's servers are inaccessible as well as close the dialogue that will appear in the unlikely event that an update is not available.

Edit: I updated the script to account for a Window title typo that Grisoft recently corrected (lower case "selection" is now upper case "Selection," and AutoIt is pretty finicky). I have compiled it as "AVGfreeUp.exe" and added it to my WPI install:

cmd1[pn]=['%cdrom%\\Programs\\AVG\\avg71free_362a652.exe /HIDE /DONT_START_APPS /NO_WELCOME 
/NO_AVGW_STARTUP /QUIT_IF_INSTALLED']
cmd2[pn]=['%cdrom%\\AutoIt3.exe %cdrom%\\Programs\\AVG\\AVGfreeUp.au3']
cmd3[pn]=['%cdrom%\\AutoIt3.exe %cdrom%\\Programs\\AVG\\kill.au3']


The "kill.au3" entry closes the process, 'cause I'm having trouble getting it to work any other way:


AutoItSetOption("TrayIconHide", 1)
AutoItSetOption("WinTitleMatchMode", 4)
BlockInput(0)

ProcessClose("AVGfreeUp.exe")
ProcessClose("AutoIt3.exe")
:blushing:

This post has been edited by blinkdt: 26 November 2005 - 04:28 AM


#66 User is offline   CaptainM 

  • Group: Members
  • Posts: 1
  • Joined: 04-September 05

  Posted 05 September 2005 - 02:07 PM

:hello: Everyone, my 1st post.

Just wanted to mention a few things I found with AVG Free v7.344 (avg70free_344a618.exe):

- The /SCRIPT_FILE option as discussed above did not seem to work for the free version
- Browing around a found Command Line switches that do not use the Script file:
- avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /LOG "C:\install\AVG7INST.LOG"
- I also noticed that if the Setup fails, you can remove the /HIDE and will see a GUI with Details on what the problem is.
- Hope this helps someone...

Thank you for this forum. I have been using it now for 2 days with high degree of success! :thumbup

This post has been edited by CaptainM: 05 September 2005 - 02:09 PM


#67 User is offline   rikgale 

  • uA lover
  • PipPipPip
  • Group: Members
  • Posts: 422
  • Joined: 01-November 04

Posted 05 September 2005 - 02:28 PM

CaptainM, on Sep 5 2005, 09:07 PM, said:

avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /LOG "C:\install\AVG7INST.LOG"

<{POST_SNAPBACK}>


I've been using this method for the free version for a while with out any problems, seems to work fine, however I dont use the /LOG switch.

Welcome to the forum CaptianM

#68 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

Posted 05 September 2005 - 04:31 PM

No problems here usin the same since seven was released.

#69 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 18 September 2005 - 03:42 PM

hi again
how can I update the internal Virus Database of AVG unattendely?! or disable that crappy message after first boot which telling me that I' too old! then the colorful icon become grey!
I'm installing on PCs that don't have an internet access

This post has been edited by Wesmosis: 12 October 2005 - 12:21 PM


#70 User is offline   Rosebud6 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 30-August 05

Posted 21 September 2005 - 10:28 AM

avgsetup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED

Verified Working with WPI

#71 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 12 October 2005 - 12:32 PM

plz how to update unattendely?
i downloaded the bin files along the main exe avg, but donno how to integrate or involve those bin files

#72 User is offline   Mikep7779 

  • Member
  • PipPip
  • Group: Members
  • Posts: 221
  • Joined: 13-March 05

Posted 22 October 2005 - 04:20 PM

Im a little confused when it comes to this, i use the runonce.cmd, can anyone tell me what to do.

REG ADD %KEY%\015 /VE /D "AVG Ver7.0 Free" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\AVG7\avg71f_361a651.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f


Dosent set the cd key, so should i extract the avg71f_361a651.exe add the .inf and make it

REG ADD %KEY%\015 /VE /D "AVG Ver7.0 Free" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\AVG7\setup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f


#73 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

Posted 22 October 2005 - 05:52 PM

View PostWesmosis, on Oct 13 2005, 04:32 AM, said:

plz how to update unattendely?
i downloaded the bin files along the main exe avg, but donno how to integrate or involve those bin files



I to am keen to do this anyone know?

#74 User is offline   contender 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 03-January 04

Posted 23 October 2005 - 12:05 AM

Version 7.1 is out
download link
http://free.grisoft.com/softw/70free/setup...ree_361a651.exe

#75 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

Posted 24 October 2005 - 02:58 AM

View Postcontender, on Oct 23 2005, 04:05 PM, said:



Nice one been waitin for that. :thumbup

#76 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 24 October 2005 - 11:46 AM

yeah Thanx, but after a while , the question about integrating bin update files will reappear again! :)

#77 User is offline   Venevus 

  • Group: Members
  • Posts: 6
  • Joined: 13-November 05

Posted 13 November 2005 - 07:11 PM

:hello: hi! i'm new to the forums and i have just one question, preferably in reference to the technique that involved making an .ini file for avgsetup.exe and using the switch in the batch file /SCRIPT_FILE
the file works for me, but i need to know how to make my own custom directory "c:\utilities\grisoft\avg free\" rather than the default "c:\program files\grisoft\avg free"

this is for the lastest release of avg free (7.1 i believe)

any help would be greatly appreciated

#78 User is offline   jjvs 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 21-June 05

Posted 14 November 2005 - 08:58 AM

Hi Venevus,

For AVG I use this cmdline option to install to a different location:
/TARGET_DIR "%Systemdrive%\path-to\AVG-Antivirus"

I think if you add TARGET_DIR "%Systemdrive%\path-to\AVG-Antivirus" to your script
file it should work too.

JJVS

#79 User is offline   Venevus 

  • Group: Members
  • Posts: 6
  • Joined: 13-November 05

Posted 14 November 2005 - 03:55 PM

:thumbup :thumbup a thousand thanks to jjvs! :w00t: :w00t:

#80 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 21 November 2005 - 10:58 AM

how to unattendedly disable the boring message about updating, it's so embarassing :)

Share this topic:


  • 7 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy