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 +
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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: -----

#41 User is offline   snowglyder 

  • Group: Members
  • Posts: 7
  • Joined: 02-February 05

Posted 16 February 2005 - 09:53 AM

Has anyone figured out how to install AVG with the updated virus definitions?


#42 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 16 February 2005 - 11:46 AM

@flattspott
pls keep updating ur topic.so that new commers can get their work done with our browsing the whole thread.

#43 User is offline   MAVERICKS CHOICE 

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

Posted 26 February 2005 - 03:04 AM

Just a quick one guys anyone give us an idea to remove the desktop link to AVG free after UA on fresh install. Its in the sys tray & don't really want it on the desktop as well?

#44 User is offline   simply_simon 

  • You fix it and I'll break it!!!
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 20-February 05

Posted 26 February 2005 - 01:51 PM

Hi!

You could try issuing the following command:

DEL "%systemdrive%\Documents and Settings\All Users\Desktop\AVG Free.lnk"

Or whatever your version's desktop link is called. You can either put it in your cleanup.cmd file if you have one or run it from RunOnceEx after installing if you are using that. For example:

REG ADD %KEY%\036 /VE /D "AVG Antivirus Free V7.0" /f
REG ADD %KEY%\036 /V 1 /D "%systemdrive%\Install\AVG\setup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f
REG ADD %KEY%\036 /V 2 /D "DEL "%systemdrive%\Documents and Settings\All Users\Desktop\AVG Free.lnk" /f

~SIMON~

#45 User is offline   simply_simon 

  • You fix it and I'll break it!!!
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 20-February 05

Posted 26 February 2005 - 01:54 PM

Hmmm! Just tried it and it works!

Now, how do I put it back again hehehehe!!

~SIMON~

#46 User is offline   MAVERICKS CHOICE 

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

Posted 26 February 2005 - 01:58 PM

Thanks man

#47 User is offline   simply_simon 

  • You fix it and I'll break it!!!
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 20-February 05

Posted 26 February 2005 - 02:04 PM

Think I should get my syntax right before I post again in future (LOL)! The correct line should read:

REG ADD %KEY%\036 /V 2 /D "DEL \"%systemdrive%\Documents and Settings\All Users\Desktop\AVG Free.lnk\"" /f

Forgot back slashes for registry entry quotes!

Someone tell me if I got it wrong again!

~SIMON~

#48 User is offline   MAVERICKS CHOICE 

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

Posted 27 February 2005 - 04:01 AM

simply_simon, on Feb 27 2005, 07:04 AM, said:

Think I should get my syntax right before I post again in future (LOL)! The correct line should read:

REG ADD %KEY%\036 /V 2 /D "DEL \"%systemdrive%\Documents and Settings\All Users\Desktop\AVG Free.lnk\"" /f

Forgot back slashes for registry entry quotes!

Someone tell me if I got it wrong again!

~SIMON~
<{POST_SNAPBACK}>



Found it much cleaner to keep this out of the RunonceEx.cmd & put it straight into the cleanup.cmd :thumbup.

#49 User is offline   anandus 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-December 03

Posted 23 March 2005 - 06:10 AM

snowglyder, on Feb 16 2005, 09:53 AM, said:

Has anyone figured out how to install AVG with the updated virus definitions?
<{POST_SNAPBACK}>
*bump*

Does anyone know how to do this? :)

#50 User is offline   Gantlett 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 22-March 05

Posted 23 March 2005 - 07:33 AM

Hi All :-)

Sorry to interrupt, but....


WHAT THE HELL ARE YOU ALL TALKING ABOUT ? :blink:


What is a "silent install" and what are you trying to do with AVG (which is a wicked program BTW...)?


Thanx... :yes:

#51 User is offline   darren4323 

  • Group: Members
  • Posts: 2
  • Joined: 23-March 05

Posted 23 March 2005 - 03:33 PM

Silent install is simply installing without user interaction. Its typically used by system admins to deliver custom settings.

My question is:

is there a method for silent uninstall of AVG?
I already tried 'setup /HIDE /UNINSTALL' but it still gives flashes up with.."do you wish to continue". Can I give it an uninstall config file to automagically uninstall?

Thanks

#52 User is offline   darren4323 

  • Group: Members
  • Posts: 2
  • Joined: 23-March 05

Posted 23 March 2005 - 03:53 PM

I think I awnsered my own question already: :thumbup

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("setup.exe /UNINSTALL")
WScript.Sleep 3000
WshShell.SendKeys "~"
WScript.Sleep 3000
WshShell.SendKeys "~"

seems to work. Its a bit dirty as I don't really need the getout clause.

#53 User is offline   mirkoB 

  • Group: Members
  • Posts: 4
  • Joined: 03-November 04

Posted 26 April 2005 - 02:59 PM

Hi,
I've already made AVG 7 Free silent install. Now I'm trying to make update to installed AVG.
I've got some ideas, but thing I need some help :)
1st, looking at installed and updated AVG folder - that is %systemdrive%\Program Files\Grisoft\AVG Free" I noticed many files (dll's and exe's mostly) that had been changed since instalation. I've isolated this files and made 7zip self extracting archive with them. File is called AVGupd.exe, it's about 12MB big (it would be smaller if my AVG build were newer).
I call this exe from runoonceex key, like this:
REG ADD %KEY%\020 /v 2 /D "%systemdrive%\Install\AVG\avgupd.exe -o\"%systemdrive%\Program Files\Grisoft\AVG Free\" -y" /f
Please notice that "2" between \020 and \D - it's because AVG instalation is already ended (under "1" of \020).
Here starts my problems - even when extracting with -y switch I get errors like "can not delete output file C:\Program Files\Grisoft\AVG Free\avgamint.dll"
I tried to stop manualy AVG Control Centar, stop manualy 2 AVG services and delete, from cmd file, all files that should be replaced in AVG folder.
I get access denied errors on some files.
So, if someone has an idea how to force file replacment in AVG folder please, enlight me...

Idea no. 2)
If you extract avg setup files, you will notice that probably most files are packed inside the bigest file out there - "files.dat"
If we could repack this file with new file versions that would be great, something like "updated from the box".
Is there any way to open that file? Resource Hacker does not open .dat files. :(

#54 User is offline   isitaye 

  • Group: Members
  • Posts: 3
  • Joined: 07-May 05

Posted 09 May 2005 - 04:31 PM

My first post but like to start by saying that through the forum i've created a complete unattended xpsp2 cd with all updates/patches and most apps. thanks to all concerned

on to the request.....

anyone really managed to get the AVG update to install along with or immediately after the client.

any help appreciated guys

#55 User is offline   isitaye 

  • Group: Members
  • Posts: 3
  • Joined: 07-May 05

Posted 12 May 2005 - 04:13 AM

anyone at all had any juy getting avg to upgrade either during the install or post the install...

i'm sure someone must've cracke d it

any help apprecaited :)

#56 User is offline   nexgolai 

  • Group: Members
  • Posts: 3
  • Joined: 04-May 05

Posted 16 May 2005 - 07:06 AM

I'd just like to pop in and also ask the Unattended collective how this can be done, apart from setting up a local web server to serve the patches to avginetl.exe (from the admin pack.) Passing a local URL simply returns a CONNECT_ERR 10061.

#57 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 16 May 2005 - 07:14 AM

Quote

anyone really managed to get the AVG update to install along with or immediately after the client

Ditto - would love to know how this can be achieved for AVG Free, I have even emailed AVG for some guidelines, but they have said they only supply support for their "purchased" products not free. :}

#58 User is offline   scognito 

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

Posted 03 July 2005 - 07:39 PM

hi...i'm installing avg 7.0 with this command line:
avg70f_323a539.exe" /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /LICNO=myserial

i've also tried with /SERNO=myserial

both with and without double quotes

nothing to do...the options SERNO and LICNO are not recognized.

Any hint how to get the serial working?
Even a regkey would be fine, thanks!

Ciaooo!

#59 User is offline   Wesmosis 

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

Posted 23 July 2005 - 02:05 PM

please guyz , I got confused of all the above 8 pages of different waus which some work and other don't,
so my direct Q is:
how to Silently Unattendedly Installing AVG v7.0.323 Free Edition?
plz give me the best easiest way , btw i'm using RunOnceEx.cmd
waiting for my hero!:P

#60 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 - 08:34 AM

ok all things went right
for the benefit of all msfn members , here my WOKRING settings:

REG ADD %KEY%\05 /VE /D "AVG Antivirus v7.0.323 Free" /f
REG ADD %KEY%\05 /V 1 /D "%CDROM%\install\AVG7\AVG.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f


but one last thing and I'll get the hell outta here! :P
I need the progress bar, is it by removing (/HIDE) ?

Share this topic:


  • 7 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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