AVG Anti-Virus Silent I found out how to do it
#41
Posted 16 February 2005 - 09:53 AM
#42
Posted 16 February 2005 - 11:46 AM
pls keep updating ur topic.so that new commers can get their work done with our browsing the whole thread.
#43
Posted 26 February 2005 - 03:04 AM
#44
Posted 26 February 2005 - 01:51 PM
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
Posted 26 February 2005 - 01:54 PM
Now, how do I put it back again hehehehe!!
~SIMON~
#47
Posted 26 February 2005 - 02:04 PM
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
Posted 27 February 2005 - 04:01 AM
simply_simon, on Feb 27 2005, 07:04 AM, said:
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
#49
Posted 23 March 2005 - 06:10 AM
snowglyder, on Feb 16 2005, 09:53 AM, said:
<{POST_SNAPBACK}>
Does anyone know how to do this?
#50
Posted 23 March 2005 - 07:33 AM
Sorry to interrupt, but....
WHAT THE HELL ARE YOU ALL TALKING ABOUT ?
What is a "silent install" and what are you trying to do with AVG (which is a wicked program BTW...)?
Thanx...
#51
Posted 23 March 2005 - 03:33 PM
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
Posted 23 March 2005 - 03:53 PM
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
Posted 26 April 2005 - 02:59 PM
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
Posted 09 May 2005 - 04:31 PM
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
Posted 12 May 2005 - 04:13 AM
i'm sure someone must've cracke d it
any help apprecaited
#56
Posted 16 May 2005 - 07:06 AM
#57
Posted 16 May 2005 - 07:14 AM
Quote
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
Posted 03 July 2005 - 07:39 PM
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
Posted 23 July 2005 - 02:05 PM
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!
#60
Posted 25 July 2005 - 08:34 AM
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!
I need the progress bar, is it by removing (/HIDE) ?



Help

Back to top









