Many thanx
Gary
Posted 05 May 2004 - 03:29 AM
Posted 07 May 2004 - 06:36 AM
Posted 07 May 2004 - 03:19 PM
Posted 07 May 2004 - 03:33 PM
[InstallShield Silent] Version=v5.00.000 File=Response File [File Transfer] OverwriteReadOnly=YesToAll [DlgOrder] Dlg0=SdWelcome-0 Count=3 Dlg1=SdLicense-0 Dlg2=SdOptionsButtons-0 [SdWelcome-0] Result=1 [SdLicense-0] Result=1 [SdOptionsButtons-0] Result=111 [Application] Name=Anti-Virus Version=0.5 Company=ComputerAssociates Lang=0009
start /wait %systemdrive%\Install\EZAntivirus\setup.exe -s -f1%systemdrive%\Install\EZAntivirus\setup.iss
Posted 07 May 2004 - 05:15 PM
Set WshShell = WScript.CreateObject("WScript.Shell")
' Give time to extract and load
WScript.Sleep 10000
' Welcome
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
' License Agreement
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
' Product License Key
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
' Setup Options
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 20000
' Typical
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 8000
' Update Warning
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
' Restart = No
WScript.Sleep 5000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
' Apply Update
WScript.Sleep 3000
WshShell.SendKeys "{ENTER}"
Set WshShell = Nothing
WScript.Quit
cmdow @ /min /HID regedit /s %systemdrive%\Install\EZAntivirus\EZvirus.reg start %systemdrive%\Install\EZAntivirus\EZvirus.vbs /b start /wait %systemdrive%\Install\EZAntivirus\EZvirus.exe %systemdrive%\Install\EZAntivirus\aup_5443.exe EXIT
[EZAntivirus] REG ADD %KEY%\iAdd /VE /D "EZAntivirus 6.1.4.0" /f" REG ADD %KEY%\iAdd /V 1 /D "cmd /C start /min /wait %systemdrive%\Install\EZAntivirus\EZvirus.cmd" /f
This post has been edited by maxXPsoft: 30 May 2004 - 03:43 AM
Posted 09 May 2004 - 02:44 PM
Posted 26 May 2004 - 07:11 PM
Posted 29 May 2004 - 08:48 PM
Posted 29 May 2004 - 09:08 PM
Posted 30 May 2004 - 03:40 AM
maxXPsoft, on May 7 2004, 05:15 PM, said:
Posted 13 June 2004 - 08:39 PM
Posted 13 June 2004 - 08:44 PM
Posted 17 June 2004 - 05:59 PM