Parameters for a Silent Installation

Standard DESK

The installer STP LEXolution.DMS Client Setup.exe supports unattended installation with parameters.

The following parameters can be used for unattended installation.

/qn
Silent installation without user interface.

/passive
Silent installation with user interface.

/L*vx
Writes a detailed installation log to the specified file.

INSTALLDIR
Target folder
Configures the target folder for the installation.

CLIENT_BUS_HOSTNAME
LSB Hostname
The server where RabbitMQ is running

CLIENT_BUS_PORT
LSB Port
The port through which RabbitMQ communicates (5672)

CLIENT_BUS_USER
LSB User
LSB user for access from other computers

CLIENT_BUS_PASSWORD
LSB Password
Password of the LSB user

Example
set INSTALL="C:\Users\Public\Downloads\DMS\Client\STP LEXolution.DMS Client Setup.exe"
set p01=INSTALLDIR
set s01=\"C:\Program Files (x86)\STP AG\LEXolution.DMS Client\"
set p02=CLIENT_BUS_HOSTNAME
set s02=\"KASTPPDEDMS12\"
set p03=CLIENT_BUS_PORT
set s03=\"5672\"
set p04=CLIENT_BUS_USER
set s04=\"stpuser\"
set p05=CLIENT_BUS_PASSWORD
set s05=\"stp.\"

set Parameter="/qn /L*vx C:\LEXolution.DMS_Standard_DESK.log %p01%=%s01% %p02%=%s02% %p03%=%s03% %p04%=%s04% %p05%=%s05%"

%INSTALL% /s /clone_wait /L0x0407 /V%Parameter%


Note
Enclose strings with spaces in quotes.

Escape quotes with the character \.

The parameters /s, /clone_wait, and /L0x0407 ensure that the setup does not display messages and prompts (e.g., language selection for the installer) and that further setups are only executed after the current installation is complete.


Client App Service (LCAS)

The installer STP LEXolution.DMS Client App Service Setup.exe supports unattended installation with parameters.

The following parameters can be used for unattended installation.

/qn
Silent installation without user interface.

/passive
Silent installation with user interface.

/L*vx
Writes a detailed installation log to the specified file.

INSTALLDIR
Target folder
Configures the target folder for the installation

CLIENT_BUS_HOSTNAME
LSB Hostname
The server where the RabbitMQ service is running.

CLIENT_BUS_PORT
LSB Port
The port through which the RabbitMQ service communicates (5672).

CLIENT_BUS_USER
LSB User
LSB user for access from other computers.

CLIENT_BUS_PASSWORD
LSB Password
Password of the LSB user

START_TRAYAPP
Start tray app on Windows login

Example
set INSTALL="C:\Users\Public\Downloads\DMS\LCAS\STP LEXolution.DMS Client App Service Setup.exe"
set p01=INSTALLDIR
set s01=\"C:\Program Files (x86)\STP AG\LEXolution.DMS Client App Service\"
set p02=CLIENT_BUS_HOSTNAME
set s02=KASTPPDEDSK02
set p03=CLIENT_BUS_PORT
set s03=5672
set p04=CLIENT_BUS_USER
set s04=stpuser
set p05=CLIENT_BUS_PASSWORD
set s05=stp.
set p06=START_TRAYAPP
set s06=1
set Parameter="/qn /L*vx! C:\DMS_LCAS_Install.log %p02%=%s02% %p03%=%s03% %p04%=%s04% %p05%=%s05% %p06%=%s06%"
%INSTALL% /s /clone_wait /L0x0407 /V%Parameter%
EXIT


Note
Enclose strings with spaces in quotes. Escape quotes with the character \.

The parameters /s, /clone_wait, and /L0x0407 ensure that the setup does not display messages and prompts (e.g., language selection for the installer) and that further setups are only executed after the current installation is complete.


Outlook DESK

The installer STP LEXolution.DMS Outlook DESK Setup.exe supports unattended installation with parameters.

The following parameters can be used for unattended installation.

/qn
Silent installation without user interface.

/passive
Silent installation with user interface.

/L*vx
Writes a detailed installation log to the specified file.

INSTALLDIR
Target folder
Configures the target folder for the installation

Example
set INSTALL="C:\Users\Public\Downloads\DMS\Office\STP LEXolution.DMS Outlook DESK Setup.exe"
set p01=INSTALLDIR
set s01=\"C:\Program Files (x86)\STP AG\LEXolution.DMS Outlook DESK\"
set Parameter="/qn /L*vx! C:\DMS_Outlook_DESK_Install.log %p01%=%s01%"
%INSTALL% /s /clone_wait /L0x0407 /V%Parameter%
EXIT


Note
Enclose strings with spaces in quotes. Escape quotes with the character \.

The parameters /s, /clone_wait, and /L0x0407 ensure that the setup does not display messages and prompts (e.g., language selection for the installer) and that further setups are only executed after the current installation is complete.


Office Integration

The installer STP LEXolution.DMS Office Integration Setup.exe supports unattended installation with parameters.

The following parameters can be used for unattended installation.

/qn
Silent installation without user interface.

/passive
Silent installation with user interface.

/L*vx
Writes a detailed installation log to the specified file.

INSTALLDIR
Target folder
Configures the target folder for the installation

Example
set INSTALL="C:\Users\Public\Downloads\DMS\Office\STP LEXolution.DMS Office Integration Setup.exe"
set p01=INSTALLDIR
set s01=\"C:\Program Files (x86)\STP AG\LEXolution.DMS Office Integration\"
set Parameter="/qn /L*vx! C:\DMS_Office_Integration_Install.log %p01%=%s01%"
%INSTALL% /s /clone_wait /L0x0407 /V%Parameter%
EXIT


Note
Enclose strings with spaces in quotes. Escape quotes with the character \.

The parameters /s, /clone_wait, and /L0x0407 ensure that the setup does not display messages and prompts (e.g., language selection for the installer) and that further setups are only executed after the current installation is complete.


Related to