Hi,
I need to install LibreOffice via command-line (on silent mode) and have the log of the installer saved to a file. How can I achieve this?
Thanks in advance!
Hi,
I need to install LibreOffice via command-line (on silent mode) and have the log of the installer saved to a file. How can I achieve this?
Thanks in advance!
What is your OS?
Hi, thanks for the quick response! I am using Windows.
msiexec /i path\to\LibreOffice_X.Y.Z.N_Win_x64.msi /quiet /log path/to/logfile.log
see also msiexec /?
Great, thanks for the assistance!