Standard Edition¶
The installer for the standard 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 Standard Edition - 26.0" - LANGUAGE property: Set the default
DF_Collate.cfglanguage. If this property is not set, the default EnglishDF_Collate.cfgwill 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 Standard 26.0.0.NN.exe" /exenoui /qn APPDIR="C:\Program Files\DataFlex Reports 2026 Standard Edition - 26.0" LANGUAGE=NL