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
![]() ![]() |
Feb 16 2005, 09:53 AM Post
#41 | |
| Group: Members Posts: 7 Joined: 2-February 05 Member No.: 42832 |
Has anyone figured out how to install AVG with the updated virus definitions?
|
| | |
Feb 16 2005, 11:46 AM Post
#42 | |
| Unattended Friend ![]() ![]() ![]() Group: Members Posts: 398 Joined: 5-October 04 From: hyderabad,india Member No.: 32866 |
@flattspott pls keep updating ur topic.so that new commers can get their work done with our browsing the whole thread. |
| | |
Feb 26 2005, 03:04 AM Post
#43 | |
| The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1543 Joined: 14-November 03 From: DownUnder Member No.: 9474 |
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?
|
| | |
Feb 26 2005, 01:51 PM Post
#44 | |
| You fix it and I'll break it!!! ![]() Group: Members Posts: 56 Joined: 20-February 05 From: Good Ol' Blighty Member No.: 44615 |
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~ |
| | |
Feb 26 2005, 01:54 PM Post
#45 | |
| You fix it and I'll break it!!! ![]() Group: Members Posts: 56 Joined: 20-February 05 From: Good Ol' Blighty Member No.: 44615 |
Hmmm! Just tried it and it works! Now, how do I put it back again hehehehe!! ~SIMON~ |
| | |
Feb 26 2005, 01:58 PM Post
#46 | |
| The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1543 Joined: 14-November 03 From: DownUnder Member No.: 9474 |
Thanks man
|
| | |
Feb 26 2005, 02:04 PM Post
#47 | |
| You fix it and I'll break it!!! ![]() Group: Members Posts: 56 Joined: 20-February 05 From: Good Ol' Blighty Member No.: 44615 |
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~ |
| | |
Feb 27 2005, 04:01 AM Post
#48 | |
| The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1543 Joined: 14-November 03 From: DownUnder Member No.: 9474 | QUOTE (simply_simon @ Feb 27 2005, 07:04 AM) 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~ Found it much cleaner to keep this out of the RunonceEx.cmd & put it straight into the cleanup.cmd |
| | |
Mar 23 2005, 06:10 AM Post
#49 | |
| Newbie Group: Members Posts: 30 Joined: 22-December 03 Member No.: 11287 | |
| | |
Mar 23 2005, 07:33 AM Post
#50 | |
| Junior ![]() Group: Members Posts: 75 Joined: 22-March 05 Member No.: 48817 |
Hi All :-) 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... |
| | |
Mar 23 2005, 03:33 PM Post
#51 | |
| Group: Members Posts: 2 Joined: 23-March 05 Member No.: 48970 |
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 |
| | |
Mar 23 2005, 03:53 PM Post
#52 | |
| Group: Members Posts: 2 Joined: 23-March 05 Member No.: 48970 |
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. |
| | |
Apr 26 2005, 02:59 PM Post
#53 | |
| Group: Members Posts: 4 Joined: 3-November 04 Member No.: 35507 |
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. |
| | |
May 9 2005, 04:31 PM Post
#54 | |
| Group: Members Posts: 3 Joined: 7-May 05 Member No.: 55012 |
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 |
| | |
May 12 2005, 04:13 AM Post
#55 | |
| Group: Members Posts: 3 Joined: 7-May 05 Member No.: 55012 |
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 |
| | |
May 16 2005, 07:06 AM Post
#56 | |
| Group: Members Posts: 3 Joined: 4-May 05 Member No.: 54650 |
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.
|
| | |
May 16 2005, 07:14 AM Post
#57 | |
| Member ![]() ![]() Group: Members Posts: 206 Joined: 2-November 04 Member No.: 35417 | 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. |
| | |
Jul 3 2005, 07:39 PM Post
#58 | |
| Newbie Group: Members Posts: 10 Joined: 27-June 05 Member No.: 62147 |
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! |
| | |
Jul 23 2005, 02:05 PM Post
#59 | |
| Just Call Me Doctor Just Call Me Pain! ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 780 Joined: 20-September 04 From: The Milkeway Galaxy Member No.: 31596 |
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 |
| | |
Jul 25 2005, 08:34 AM Post
#60 | |
| Just Call Me Doctor Just Call Me Pain! ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 780 Joined: 20-September 04 From: The Milkeway Galaxy Member No.: 31596 |
ok all things went right for the benefit of all msfn members , here my WOKRING settings: CODE 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) ? |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 06:39 AM |