Choose the right installation method for your environment
Syteca supports multiple Windows Client installation methods to fit different deployment realities. Remote installation via the Management Tool is the fastest way to deploy across a domain-joined estate; local installation with an installation package covers workgroup computers and machines with heterogeneous administrator credentials; Group Policy and third-party tools cover organizations already using centralized deployment infrastructure; specialized methods cover virtual desktop infrastructure and cloud workspaces.- All target computers in a domain, same admin credentials. Use remote installation via the Management Tool. Fastest and simplest.
- Workgroup computers, different admin credentials per machine. Use local installation with the installation package.
- Domain with existing Group Policy deployment infrastructure. Use Group Policy MSI deployment.
- Existing centralized deployment tool (System Center Configuration Manager, Active Directory scripts, etc.). Use third-party software deployment.
- Ad-hoc installation on a single machine or small cluster. Use PsExec remote deployment.
- Amazon WorkSpaces desktop-as-a-service. Use the Amazon WorkSpaces bundle procedure.
- Default settings, no INI file needed. Use local installation without an INI file.
Prerequisites
Before starting a Windows Client installation:- Verify the target computer meets Windows Client system requirements.
- For remote installation, verify the Windows Client Installation Prerequisites (Server and RPC services, shared folders, firewall).
- Download the appropriate installation artifact from the Management Tool. The exact file depends on the method (see each method’s section below).
Remote installation via the Management Tool
Remote installation via the Management Tool is the intended method during system deployment. It scales cleanly across a domain-joined estate where all target computers share the same domain administrator credentials.Two-step process
The remote installation happens in two stages: selecting the target computers, then defining the installation parameters. Both are done from the Management Tool.Select target computers
- Deploy via IP Range — scan a range of IPv4 or IPv6 addresses.
- Deploy on Specific Computers — enter computer names or IP addresses directly.
- Deploy via IP Range
- Deploy on Specific Computers
Start a search
Enter the IP range
Start the installation
Enter Client Configuration
Enter installation credentials
<target_PC_name>\<user_name>.Monitor installation progress
Handle failed installations
Confirm completion
Remote installation using PsExec
PsExec is a Microsoft Sysinternals tool that runs commands on remote Windows machines from the command line. It is a common alternative when the Management Tool remote install cannot be used (for example, in networks with strict administrative boundaries where per-machine execution is preferred).Get PsTools and the Client installer
Place both in the same folder
PsExec.exe and SytecaClient.exe to the same folder.Open an administrator command prompt
cmd.exe as administrator, then change directory to the folder with the installer and PsExec:Run the PsExec install command
Group Policy installation using an MSI file
For domains already using Group Policy to deploy software, the Group Policy method installs the Syteca Client on all computers in a selected Group Policy Object (GPO). This requires generating an MSI transform (MST) file with Microsoft Orca to inject the Application Server parameters into the installer. The full procedure has two parts: creating the MST configuration file, and installing via Group Policy.1. Create the configuration file with Microsoft Orca
Open agent.msi in Orca
agent.msi file and select Edit with Orca.Create a new transform
Open the Property table
(SaaS only) Add silent install properties
EkranSystemClient.msi via GPO, add these properties:Add the Application Server property (default settings)
(Alternative) Add the INI file path for custom settings
SytecaClient.ini to agent.ini, copy agent.ini to a shared folder accessible from all target computers, and add this property in Orca:Generate and save the MST file
SytecaClient.mst.2. Install the Client via Group Policy
Prepare a shared folder
agent.msi, the MST file (and the INI file, if used) to this folder.Open Group Policy Management
Create the GPO
Syteca Client installation) and click OK.Link the GPO to the domain
Set the scope of the GPO
Configure the software package
agent.msi on the network share.In the Deploy Software window, select Advanced. On the Modifications tab, click Add and locate the MST file on the network share.Apply the GPO by restarting target computers
Third-party software deployment
For organizations already running centralized deployment infrastructure (System Center Configuration Manager, Active Directory login scripts, and similar tools), the Client can be installed silently via a single command line. Download the Client installation file, then invoke your deployment tool with the following command:/TenantKey parameter:
Generate the installation package
Open Install Clients
Download the installation file
Select the package type
Configure the package
Download completes
Local installation using the installation package
For local installation with predefined custom monitoring parameters, the Management Tool generates a ZIP installation package containing both the installer and an INI configuration file. This method suits deployments where administrators want to distribute a preconfigured package across all endpoints without configuring each installation individually.Copy the installation package to the target computer
SytecaClient.exe and SytecaClient.ini. Copy both files to the target computer.SytecaClient.msi instead of SytecaClient.exe.Run the installer as administrator
SytecaClient.exe to start the installation. The installer reads its configuration from the co-located SytecaClient.ini.Confirm the Client appears in the Management Tool
Local installation without an INI file
The simplest local installation. Only theSytecaClient.exe file is needed; the SytecaClient.ini file is generated automatically with default parameters. Suitable when the default Client configuration is acceptable.
Variant 1: Interactive UI
Copy the installer to the target computer
SytecaClient.exe to the target computer.Launch as administrator
SytecaClient.exe with an administrator account.Enter the Application Server
Variant 2: Command line
Open an administrator command prompt
cmd.exe as administrator.Run the installer with the ServerName parameter
Amazon WorkSpaces bundle deployment
Amazon WorkSpaces is a desktop-as-a-service platform. Installing the Syteca Client on every new WorkSpace individually is impractical. Instead, install the Client once on a template WorkSpace, create a bundle from it, and provision new WorkSpaces from the bundle. Each new WorkSpace inherits the Client and connects to the Application Server on first boot.Download the Client installation file from the Management Tool
SytecaClient.exe from the Management Tool. See Downloading the Windows Client Installation EXE File.Install the Client on the template WorkSpace
Remove the AgentGUID registry value
AgentGUID is what allows each new WorkSpace created from the bundle to register as a distinct Client. Without this step, all WorkSpaces created from the bundle would share the same GUID and collapse into a single Client entry in the Management Tool.Create the Amazon image and bundle
- Create an image of the template WorkSpace.
- Create a bundle from the new image.
- Provision new Amazon WorkSpaces from the bundle.