===================================================================
How to install Lenze EASY Starter in silent mode
===================================================================

The software can be installed in "silent mode" using a command line 
call. In this mode there are no interactions with the user required.

The options for installation in "silent mode" are transfered to the 
setup by a configuration file. The file "example_input.cfg" can be 
used as template to create a configuration file.

In order to start the setup in "silent mode" the configuration file 
must be adjusted. To do this, copy the file "example_input.cfg" and 
save it e.g. under the name "myInput.cfg". Then set the options as 
described below.

Then start the setup with the following command line call:
"<path to setup>" /S /M="<path to configuration file>"

Beside these instructions, you will find the file "silent.bat". It 
contains a call to start the installation in "silent mode".

Options of the configuration file:
	SI_DIRECTORY (optional)	install folder
				e.g.: SI_DIRECTORY="C:\Program Files (x86)\Lenze"

	SI_PID	(optional)	valid license key
				z.B.: SI_PID="xxxx-xxxx-xxxx-xxxx"

	SI_NAME	(mandantory) Name of the licensee
				z.B.: SI_NAME="Manfred Mustermann"

	SI_COMPANY (mandantory)	Company of the licensee
				z.B.: SI_COMPANY="Musterfirma GmbH"

	SI_NORESTART(optional) Suppress restart at the end of the installation
				(1=no restart)
				z.B.: SI_NORESTART="1"			
