I have this autoit file from this forum for my virusscan install:
CODE
$Title_1 = "McAfee VirusScan Installation Wizard"
Run ("setup.exe")
;End User License Agreement
WinWaitActive("End User")
Send ("{TAB 2}")
Send ("{ENTER}")
;on old PCs it takes ages that setup gets initialized 60000 = 1 Minute
;Shortcut removed from Desktop
Sleep (20000)
Send ("{TAB 3}")
Send ("{ENTER}")
Sleep (22000)
Send ("{TAB 5}")
Send ("{ENTER}")
Sleep (5000)
Send ("{ENTER}")
Sleep (8000)
WinKill("McAfee Product")
EXIT
Run ("setup.exe")
;End User License Agreement
WinWaitActive("End User")
Send ("{TAB 2}")
Send ("{ENTER}")
;on old PCs it takes ages that setup gets initialized 60000 = 1 Minute
;Shortcut removed from Desktop
Sleep (20000)
Send ("{TAB 3}")
Send ("{ENTER}")
Sleep (22000)
Send ("{TAB 5}")
Send ("{ENTER}")
Sleep (5000)
Send ("{ENTER}")
Sleep (8000)
WinKill("McAfee Product")
EXIT
but it still pop ups on the firs boot, when he is installing this file. How can i turn that off?
Same problem for the firewall..
Can someone help me?