User Guides
Admin console EMS
Users
Add and import users
Search and filter
Bulk update
User profile
User settings
User groups
Devices
Events
Lone Worker
Dynamic frontend
User Groups
Events
Event settings
Advanced event settings
Text / Images / Audio
Recipients and permissions
Document sets
Time plan
Chat
Channels
Conference call
Placeholders
Documents
Checklists
Event Log
On Duty Log
Auth Groups
Tasks
Lone Worker
Lone Worker Overview
Lone Worker Settings
Vertical / Tilt Alarm
No Moving Alarm
Wifi Connection Check
Find me Alarm
Pre alarm
Customized Confirmation
SOS Alarm
Settings
Default channel settings
Event states
Event State Sets
Channels configuration
Conference Call
Sync Users
SMS Settings
Call Settings
Edge Settings
Activation
E-Mail Templates
Acronyms
Beacon
Perimeter Provider
Digital Signage
Beacon Monitoring
Notification Personalization
Application Configuration
Tenant Configuration
Channel Sequences
Reports
Media
Desktop Client
Technical Integration Guides
Release Notes
- All Categories
- User Guides
- Desktop Client
- Installation from command line
Installation from command line
These instructions refer to version 2.35.0 and newer of the desktop client. The s.GUARD desktop client can be installed from the command line using the following command: msiexec /i {name of the msi…
The s.GUARD desktop client can be installed from the command line using the following command:
msiexec /i {name of the msi file including path}The following parameters of the msi file may be added additionally:
/l*v {name of the installation log file which shall be created}
/qnParameters
The following s.GUARD specific parameters can be used to customize the installation:
Parameter | Possible values | Default value | Description |
MSIINSTALLPERUSER | "0" "1" | "0" | "0" - Install per machine "1" - Install per user |
DEVICETYPE | "WIN" "VM" | "WIN" | "WIN" - to be used if the desktop client will be installed onto a physical Windows machine "VM" - to be used if the desktop client will be used inside of a virtual machine |
LOGINTYPE | "0" "1" | "0" | "0" - Login with either username & password, or SSO "1" - Silent login, for automatic login with the user's Windows account in conjunction with Entra ID. Requires to specify CLIENTID and TENANTID parameters. See also the instructions how to set up silent authentication |
CLIENTID | string(32) | "" | Application (client) ID of the corresponding Entra ID application. |
TENANTID | string(32) | "" | Tenant ID of the corresponding Entra ID tenant. |
PROXYTYPE | "0" "1" "2" "3" "4" | "0" | "0" - Automatic proxy usage "1" - No proxy used "2" - Proxy URL. For this type, the following parameters have to be specified additionally: PROXYURL, PROXYPORT, PROXYUSERNAME (optional), PROXYPASSWORD (optional) "3" - PAC. For this type, additionally the URL to the pac file must be configured using parameter PROXYCONFIGURL "4" - WPAD. For this type, additionally the URL to the wpad.dat file must be configured using parameter PROXYCONFIGURL |