Have a Question?
LibreOffice
Téléchargement des sources: ici
Dans le même répertoire que le .msi, créer un fichier Install.cmd avec ce texte:
@echo off cls echo. ================================================================== echo Libreoffice silent install =================================================================== If not exist C:\install\logs\ md C:\install\logs\ start /wait Msiexec /i "%~dp0LibreOffice_6.1.3_Win_x64.msi" /qn /norestart ALLUSERS=1 CREATEDESKTOPLINK=0 REGISTER_ALL_MSO_TYPES=0 REGISTER_NO_MSO_TYPES=1 ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=1 ADDLOCAL=ALL UI_LANGS=en_US,fr,es /l "c:\install\logs\libreoffice.log" Echo Done
Pour l’installation silencieuse, lancer simplement le Install.cmd