Examples

Standard installation

msiexec /i C:\Users\Admin\Desktop\Rumba_Office.msi

Standard uninstall

msiexec /x C:\Users\Admin\Desktop\Rumba_Office.msi

Silent installation with non-default Rumba+ INSTALLDIR

msiexec /i C:\Users\Admin\Desktop\Rumba_Office.msi /qn INSTALLDIR=C:\MyRumbaInstallDir

Silent German installation with non-default Rumba+ INSTALLDIR, custom user and interface folders

msiexec /i C:\Users\Admin\Desktop\Rumba_Office.msi /qn MRILANG=MRI2929 INSTALLDIR=C:\MyRumbaInstallDir PRIVATEDIR=C:\MyPrivateDir INTERFACEPRIVATEDIR=c:\MyInterfacePrivateDir CUSTOMIZEDDIRS=1

Silent French installation with non-default Rumba+ INSTALLDIR, custom user folder and verbose log file

msiexec /i C:\Users\Admin\Desktop\Rumba_Office.msi /qn /lv C:\instLog.log MRILANG=MRI2928 INSTALLDIR=C:\MyRumbaInstallDir PRIVATEDIR=c:\MyPrivateDir INTERFACEPRIVATEDIR=c:\MyInterfacePrivateDir CUSTOMIZEDDIRS=1