MSI guide

LibreOffice MSI installer for Windows — download & silent install guide

The LibreOffice MSI installer is the recommended format for Windows. It supports silent install, Group Policy deployment and standard Windows add/remove programs. The file is LibreOffice_26.2.2_Win_x86-64.msi.

LibreOffice MSI vs EXE installer

FeatureMSIEXE
Silent installYes — native msiexec /quietLimited
Group PolicyYes — standard Windows deploymentNo
Appears in Add/Remove ProgramsYesYes
Rollback on failureYes — MSI rolls back cleanlyPartial
Recommended forEnterprise, IT deploymentHome users

LibreOffice MSI silent install on Windows

cmd.exe โ€” Administrator
# Basic silent install:
C:\> msiexec /i LibreOffice_26.2.2_Win_x86-64.msi /quiet /norestart
# With installation log:
C:\> msiexec /i LibreOffice_26.2.2_Win_x86-64.msi /quiet /norestart /l*v C:\log\lo_install.log
# Uninstall silently:
C:\> msiexec /x LibreOffice_26.2.2_Win_x86-64.msi /quiet /norestart

MSI installer questions

LibreOffice MSI download — where to get it?

Download LibreOffice_26.2.2_Win_x86-64.msi from the download page or directly from libreoffice.org. Always download the 64-bit (x86-64) version for Windows 10/11.

libreoffice_26.2.2_win_x86-64.msi — why this specific filename?

LibreOffice uses the filename format LibreOffice_[version]_Win_[architecture].msi. The version 26.2.2 means major version 26 (year 2026), minor 2, patch 2. x86-64 means 64-bit Windows. This is the standard installer for all modern Windows 10/11 machines.

Need help installing?

Full step-by-step install guide.

Install guide