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\LL29\Redistribution\LL29WebDesignerSetup.msi"

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

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

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

msiexec /i "C:\Program Files (x86)\combit\LL29\Redistribution\LL29WebDesignerSetup.msi" /q INSTALLDIR="C:\Program Files (x86)\Test\Web Designer 29"

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