Developer Edition¶
The installer for the developer edition can be executed in silent mode using the following command-line switches:
- /exenoui /qn switches: These two switches need to be added first in the exact sequence to ensure a silent installation will be executed.
- APPDIR property: Set the default location for the Application Directory. If this property is not set, the default Program Files path will be chosen.
Example:APPDIR="C:\Program Files\DataFlex Reports 2026 Developer Edition - 26.0" - MAINT property: Set to "Yes" to allow the maintenance tool to be installed; otherwise, it won't be installed.
Example:MAINT=Yes - LANGUAGE property: Set the default DF_Collate.cfg language. If this property is not set, the default English DF_Collate.cfg will be installed.
Example:LANGUAGE=NLorLANGUAGE=DE
The following languages can be chosen from:
| Code | Name |
|---|---|
| CZ | Czech |
| DK | Danish |
| DE | German |
| EN | English |
| ES | Spanish |
| FR | French |
| HU | Hungarian |
| IT | Italian |
| NL | Dutch |
| NO | Norwegian |
| PL | Polish |
| PT | Portuguese |
| RU | Russian |
| SV | Swedish |
Complete example¶
"DataFlex Reports 2025 Developer 26.0.0.NN.exe" /exenoui /qn APPDIR="C:\Program Files\DataFlex Reports 2026 Developer Edition - 26.0" MAINT=Yes LANGUAGE=NL