- I see "sleep" in your script. Do I need to download a freebie for "sleep" to work, or is that built into VB?
- Does this script go in the AVG6 subdirectory to run properly?
- Also, how do you call a .vbs file from a batch file?
avg.vbs
OR
call avg.vbs
OR
start /w avg.vbs
OR
???
AVG Anti-Virus Silent I found out how to do it
#21
Posted 23 March 2004 - 11:31 PM
#23
Posted 09 May 2004 - 09:37 PM
#24
Posted 16 July 2004 - 12:46 AM
NO_WELCOME:
NO_AVGW_STARTUP:
are Invalid command line arguments.
#25
Posted 08 August 2004 - 07:13 PM
#26
Posted 28 August 2004 - 03:02 AM
#27
Posted 25 September 2004 - 03:36 PM
Installer initialization failed due to following error:
Undefined error: Invalid line in the install script file "C:\Install\Applications\AVG7\avgsetup.ini" at line 1.
here are my two codes:
avgsetup.ini
HIDE: DONT_START_APPS: NO_WELCOME: LOG: "C:\AVG7INST.LOG" NAME: "UserName" COMPANY: "Company" LICNO: "Serial"
start.cmd
@echo off title Program Install ECHO. ECHO Installing AVG Anti-Virus 7.0.197... SET SETUP="%systemdrive%\Install\Applications\AVG7\avg.exe" /s %SETUP% /SCRIPT_FILE "%systemdrive%\Install\Applications\AVG7\avgsetup.ini" %1 %2 %3 %4 %5 %6 %7 %8 %9 echo. pause exit
If anyone could help me out I'd appreciate it.
#28
Posted 08 October 2004 - 04:49 PM
Quote
start c:\install\avg\setup.exe /HIDE /@ c:\install\avg\avg_net.cfg
exit
How I can modify, in order to make install in RunOnceEx from cd?
Thank you.
#29
Posted 09 October 2004 - 07:17 AM
#30
Posted 10 October 2004 - 03:54 PM
Jito463, on Oct 9 2004, 03:17 PM, said:
WshShell.SendKeys " "
#31
Posted 10 October 2004 - 05:44 PM
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("setup.exe")
WScript.Sleep 4000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "AVG-1-17354670-NTZ"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 18000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys " "
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "~"
#33
Posted 26 October 2004 - 04:35 PM
#35
Posted 03 January 2005 - 04:15 PM
Im using this to install ua:
REG ADD %KEY%\015 /VE /D "AVG Ver7.0 Free" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\AVG7\avg70free_296a409.exe /HIDE" /f
#36
Posted 05 January 2005 - 05:00 AM
Maybe Nologic can help us out with an Autoit script when hes got time that is?
#37
Posted 05 January 2005 - 11:46 AM
ECHO. ECHO Installing AVG Free v7.0 build 300a419 ECHO Please wait... start /wait %systemdrive%\install\AVGFreev7\avg70free_300a419.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /LOG "C:\AVG7INST.LOG"
works wonderfully;)
the serial i have in a txt filein the instal dir called "avg7 key.txt"
#38
Posted 05 January 2005 - 12:48 PM
REG ADD %KEY%\015 /VE /D "AVG Ver7.0 Free" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\AVG7\avg70free_296a409.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f
#39
Posted 11 January 2005 - 09:53 PM
MAVERICKS CHOICE, on Jan 6 2005, 02:48 AM, said:
REG ADD %KEY%\015 /VE /D "AVG Ver7.0 Free" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\AVG7\avg70free_296a409.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f
Cheers for this mate.
#40
Posted 14 January 2005 - 01:24 AM



Help

Back to top









