**Téléchargement :** Contenu : * 7zip.exe < fichier d'installation * automatisation 7zip.au3 < fichier script * automatisation 7zip.exe < fichier script compilé Version 4.32 de 7zip [[http://www.k1der.net/~surprise/wikipti/donnee/7zip.zip|ZIP]]| [[http://www.k1der.net/~surprise/wikipti/donnee/7zip.tar|TAR]] == Code du script : == ; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.1.0 ; Author: SurPriseS ; ; Script Function: ; AutoIt Script Installation automatique de 7zip. ; ; ---------------------------------------------------------------------------- Run("7zip.exe") WinWaitActive("7-Zip 4.32 Setup", "Setup will install 7-Zip 4.32 in the following folder. To install in a different folder, click Browse and select another folder. Click Install to start the installation." ) Send("!I") WinWaitActive("7-Zip 4.32 Setup", "7-Zip 4.32 has been installed on your computer.") Send("!F") ;configuration Run("C:\Program Files\7-Zip\7zFM.exe") WinWaitActive("Gestionnaire de fichier de 7-Zip") send("{alt}") Sleep(250) Send("!o") Sleep(250) Send("!o") send("{enter}") Sleep(250) send("{tab}") Sleep(250) send("{space}") Sleep(250) send("{tab}") send("{tab}") send("{tab}") Sleep(250) send("{space}") Sleep(250) send("{tab}") send("{tab}") send("{space}") WinClose("Gestionnaire de fichier de 7-Zip")