How can I install i-net Clear Reports in silent mode on Windows?

Since version 16.0 the setup of i-net Clear Reports use the standard MSI installer. WIth the following command line (run as administrator) you can install the reporting server in silent mode.

clear-reports-server.msi /quiet /norestart /l*v install.log

or

clear-reports-server.msi /quiet INSTALLDIR=“C:\MyInstallDir”

More options can you see if you start:

msiexec

from the command line or you search the internet for command line parameters of msiexec.

After you have installed you need to do some configuration settings like license key, port, etc. You can import a configuration via command line (run as administrator):

“%ProgramFiles%\i-net Clear Reports\jre\bin\java” -jar “%ProgramFiles%\i-net Clear Reports\core\ClearReports.jar” -forceImportConfig System/Default clearreports.properties

More details to command line parameters can you find at https://www.inetsoftware.de/documentation/clear-reports/plugins/clear-reports/documentation/en/systemproperties

Creating the properties file find you in the FAQ.