V. Installation via Command Line
Start the PowerShell or command line. For the installation requires administrator privileges, so start the console as administrator or assign the authorizations individually during the installation process. Navigate with cd [path to installation file] or cd /D [path to installation file] (if installation file on another hard disk) into the directory of the installation file and execute it with .\vistrax_setup_[Version].exe. Alternatively, start the installation with [path to installation file]\vistrax_setup_[version].exe.
Note
**Example for a call::.\vistrax_setup_[Version].exe /exelang 1031 /qb
Parameter | Explanation |
---|---|
/qf | Installation with complete UI |
/qr | Reduced UI, complete display without interaction |
/qb, /passive | The installation is completely automated, only progress bars are visible. |
/qn, /quiet | The installation does not generate any feedback. |
/exelang | Defines the language of the installation. |
* german: /exelang 1031 | |
* english: /exelang 1033 |