Command Line Options for Windows Installer Setup

Note: The following calls must be executed with administrator rights.

Installation with user interface (please note that the interface is only available in English):

msiexec /i "C:\Program Files (x86)\combit\LL31\Redistribution\LL31WebDesignerSetup.msi"

Installation without user interface into the default installation directory "C:\Program Files (x86)\Web Designer 31":

msiexec /i "C:\Program Files (x86)\combit\LL31\Redistribution\LL31WebDesignerSetup.msi" /q

Installation without user interface into an own installation directory, here "C:\Program Files (x86)\Test\Web Designer 31":

msiexec /i "C:\Program Files (x86)\combit\LL31\Redistribution\LL31WebDesignerSetup.msi" /q INSTALLDIR="C:\Program Files (x86)\Test\Web Designer 31"

For more information about the Windows Installer command line options, see docs.microsoft.com/en-us/windows/desktop/msi/command-line-options.