Installations silencieuses d'applications

L’idée de cet article est de vous donner les lignes de commande pour effectuer des installations silencieuses. L’intérêt est double : le logiciel concerné s’installe automatiquement avec des paramètres définis et n’affiche pas de fenêtre lors de l’installation.

💡Les versions peuvent ne pas être à jour, compte tenu du rythme effréné des développeurs. À vous de modifier la commande avec le bon numéro de version si besoin.

ApplicationLigne de commande
7-Zipmsiexec /i 7z2200-x64.msi /qn /norestart
Adobe Acrobat ReaderAcroRdrDC2200120142_fr_FR.exe /sAll
Firefoxmsiexec /i Firefox_Setup_101.0.1.msi INSTALL_MAINTENANCE_SERVICE=true PREVENT_REBOOT_REQUIRED=true /qn /norestart
Git WindowsGit-2.36.1-64-bit.exe /VERYSILENT /NORESTART /CLOSEAPPLICATIONS /SP-
Google Chrome Enterprisemsiexec /i GoogleChromeStandaloneEnterprise64.msi /qn /norestart
KeepassXCmsiexec /i KeePassXC-2.7.1-Win64.msi /qn /norestart
Libre Officemsiexec /i LibreOffice_7.3.4_Win_x64.msi REGISTER_ALL_MSO_TYPES=0 REGISTER_NO_MSO_TYPES=1 ISCHECKFORPRODUCTUPDATES=0 ADDLOCAL=ALL UI_LANGS=fr /qn /norestart
MRemoteNGmsiexec /i mRemoteNG-Installer-1.76.20.24615.msi /qn /norestart
Notepad++npp.8.4.2.Installer.x64.exe /S
Powershellmsiexec /i PowerShell-7.2.4.msi /qn
Python 3.8python-3.8.13-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=C:\Python38
Python 3.9python-3.9.13-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=C:\Python39
Python 3.10python-3.10.5-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=C:\Python310
Thunderbirdmsiexec /i Thunderbird_Setup_91.9.1.msi INSTALL_MAINTENANCE_SERVICE=false PREVENT_REBOOT_REQUIRED=true /qn /norestart
VirtualBoxmsiexec /i VirtualBox-6.1.32.msi VBOX_INSTALLDESKTOPSHORTCUT=0 VBOX_INSALLQUICKLAUNCHSHORTCUT=0 /qn
VLCmsiexec /i vlc-3.0.17.4-win64.msi /qn /norestart
VSCodeVSCodeSetup-x64-x.y.z.exe /VERYSILENT /NORESTART /MERGETASKS=!runcode
VSCodiumVSCodiumSetup-1.68.1.exe /VERYSILENT /NORESTART /MERGETASKS=!runcode
WinSCPWinSCP-5.21-Setup.exe /VERYSILENT /NORESTART /lang=fr
WiresharkWireshark-3.6.6.exe /S /EXTRACOMPONENTS=androiddump,ciscodump,sshdump,udpdump
#devops #windows
Julien HOMMET
1 minutes
201 mots
blog