- 24 Jan 2025
- 1 Minuto para leer
- Impresión
- OscuroLigero
- PDF
Deploying a Pre-installed Client
- Actualizado en 24 Jan 2025
- 1 Minuto para leer
- Impresión
- OscuroLigero
- PDF
ScreenMeet Client Deployment and Configuration
Overview
You can deploy the Windows MSI or MacOS PKG files to employees' machines, enabling them to open the ScreenMeet desktop application to enter a remote support code instead of downloading the on-demand client.
Note: If upgrading from a ScreenMeet version below 2.61.6, uninstall the previous version before installing the new client.
Client Download Links
Operating System | File Type | Download Link |
---|---|---|
Windows | MSI | |
MacOS | PKG | |
Linux (Debian-based) | DEB |
Windows Client
The Windows MSI installer includes options for deploying the Beam service, which is required for unattended remote control. During installation, you can choose whether to install the Beam service.
Command-line Reference for Windows Deployment
Below is a list of configuration options for deploying the ScreenMeet MSI via the command line.
Common Settings
Argument | Values | Description | Default Value |
---|---|---|---|
|
| Path to the installation folder. |
|
|
| Add a shortcut to the Program Menu. |
|
|
| Add a shortcut to the Desktop. |
|
|
| Enable automatic update checks. |
|
|
| Automatically download and install updates (requires |
|
|
| List of features to install (comma-separated). |
|
|
| Restrict client usage to organizations listed in |
|
| Comma-separated list (e.g., | List of organization IDs allowed to use the client. Obtain organization IDs from the admin interface. | None |
Example Command
msiexec /i ScreenMeet.msi /quiet APPLICATIONFOLDER="C:\Program Files (x86)\ScreenMeetApp" ADDLOCAL="SupportFeature" DESKTOPSHORTCUT="1"
This installs ScreenMeet to C:\Program Files (x86)\ScreenMeetApp
, enables the Remote Support feature, and creates a desktop shortcut.
Beam Settings
Argument | Values | Description | Default Value |
---|---|---|---|
| String | Beam group key. | Empty string |
|
| Authentication type. |
|
| String | Password for | Empty string |
|
| Enable the "hide UI" feature. |
|
|
| Enable file logging. |
|
|
| Enable log uploads to ScreenMeet servers for analysis in Kibana. |
|
| String | Label for Beam filters. | Empty string |
| Comma-separated list | Tags for Beam filtering. | Empty string |
| Comma-separated values | Specify notification types ( | Empty string |
Updated Beam Parameters
BEAMNOTIFICATIONTYPES
: Configure specific notification types to enhance session visibility and troubleshooting.
Example Command
msiexec /i ScreenMeet.msi /quiet APPLICATIONFOLDER="C:\Program Files\ScreenMeet" BEAMGROUPKEY="abc123" BEAMAUTHTYPE="password" BEAMPASSWORD="securePass" BEAMENABLELOG="1" BEAMUPLOADLOG="1"
MacOS Client
The MacOS PKG client requires post-installation configuration using command-line arguments. Below are the supported parameters:
Supported Session Parameters
Argument | Value | Description |
---|---|---|
|
| Connect to a session automatically on startup. |
|
| Skip the consent screen ( |
|
| Set the logging level (1=Critical, 4=Debug). |
|
| Proxy server URL. |
|
| Proxy username. |
|
| Proxy password. |
Configuration Example
bashCopyEditopen -n -a "/Applications/ScreenMeetSupport.app" --args code="977113" confirmconsent="false"
New MacOS Configuration Parameters
getAllowedOrgIDs
: Returns the list of allowed organization IDs.setAllowedOrgIDs
: Sets or disables allowed organization restrictions.