Téléchargement :
* Merci de lire les
conditions d'utilisation avant de télécharger le fichier.
Contenu :
-
7zip.exe < fichier d’installation
-
automatisation 7zip.au3 < fichier script
-
automatisation 7zip.exe < fichier script compilé
Version 4.32 de 7zip
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author: SurPriseS surprise@k1der.net
;
; Script Function:
; AutoIt Script Installation automatique de 7zip.
;
; ----------------------------------------------------------------------------
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." )
WinWaitActive("7-Zip 4.32 Setup",
"7-Zip 4.32 has been installed on your computer.")
;configuration
Run("C:Program Files7-Zip7zFM.exe")
WinClose("Gestionnaire de fichier de 7-Zip")