Silent installation

Hi

Does any one know, how to install xibo from the commandline?
I would like to install XIBO 1.8 on my 1.7.9 players

Thanks in advance

Exactly as shown in the thread you commented on previously:

msiexec /i XiboPlayer.msi APPDIR="c:\xibo" /qn

Where XiboPlayer.msi is the path to the MSI file for 1.8.1, and "c:\xibo" is the path to the installation directory.

If you’re using the standard installation directory, or upgrading, then you can drop the whole APPDIR= section and use only

msiexec /i XiboPlayer.msi /qn

2 Likes