Problem with silent install of LibreOffice 5.0.5

Hi all!
Today i try to do a silent installation of Libre Office 5.0.5
I downloaded a msi package and create a script

msiexec /i LibreOffice_5.0.5_Win_x86.msi ADDLOCAL=ALL ALLUSERS=1 CREATEDESKTOPLINK=1 INSTALLLOCATION="%programfiles%\Libre Office" RebootYesNo=YES ISCHECKFORPRODUCTUPDATES=0 REGISTER_ALL_MSO_TYPES=1 REGISTER_NO_MSO_TYPES=0 VC_REDIST=1 QUICKSTART=1 UI_LANGS=it_IT

When lauch this string from cmd, it prompted to a gui installation.
I can’t understand what i do wrong.