Bienvenue sur le wiki du site www.K1der.net. Se wiki contiendra les differents projets des differents membres, ainsi que des aides pour l’utilisation du site et des services proposés.

Bonne lecture.

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:         SurPriseS <surprise@k1der.net>
;
; Script Function:
;	AutoIt Script Installation automatique de Avg.
;
; ----------------------------------------------------------------------------
 
; Script Start - Add your code below here
 
;installation du logiciel
Run("avg.exe")
WinWaitActive("AVG Free Edition", "Welcome to the AVG Free Edition Setup program." )
Send("!N")
WinWaitActive("AVG Free Edition", "This is a license agreement between you")
Send("!A")
WinWaitActive("AVG Free Edition", "Acceptance Notice")
Send("!A")
WinWaitActive("AVG Free Edition", "Select Installation Type")
Send("!N")
WinWaitActive("AVG Free Edition", "Confirmation")
Send("!N")
WinWaitActive("AVG Free Edition", "Installation Summary")
Send("!F")
WinWaitActive("AVG Free Edition", "Installation Complete!")
Send("!O")
;configuration du logiciel
WinWaitActive("AVG Free - First Run", "CONGRATULATIONS!")
Send("!>")
WinWaitActive("AVG Free - First Run", "AVG Free Update")
Send("{tab}")
Send("{tab}")
Send("{tab}")
Send("{space}")
WinWaitActive("Update", "Update")
Send("{tab}")
Send("{tab}")
Send("{tab}")
Send("{space}")
Send("!i")
WinWaitActive("AVG Free Edition Update Selection", "Please select update:")
Send("{tab}")
Send("{tab}")
Send("!U")
WinWaitActive("AVG Free Edition")
send("{space}")
WinWaitActive("AVG Free - First Run", "AVG Free Update")
Send("!>")
WinWaitActive("AVG Free - First Run", "Create Rescue Disk")
Send("!>")
WinWaitActive("AVG Free - First Run", "Scan E-mail Messages")
Send("!>")
WinWaitActive("AVG Free - First Run", "Virus Scan")
Send("!>")
WinWaitActive("AVG Free - First Run", "Register Your AVG Free Now!")
Send("!>")
WinWaitActive("AVG Free - First Run", "YOUR COMPUTER IS PROTECTED!")
Send("{space}")
WinWaitActive("AVG Free Edition - Test Center")
WinClose("AVG Free Edition - Test Center")

Outils personnels