---
title: "On-Premises Standard Installation"
slug: "on-premises-standard-installation"
updated: 2026-03-04T16:31:10Z
published: 2026-03-04T16:31:10Z
canonical: "documentation.lakesidesoftware.com/on-premises-standard-installation"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# On-Premises Standard Installation

These instructions apply to persistent desktops and physical workstations.

See the following suggestions:

- Install prerequisites before installing the SysTrack edition.
- Use Systems Management Agent_x32.msi.
- Default values are used if you do not manually set them.
- Add REBOOT=R to suppress automatic and certain prompts for system restarts.
- Add INSTALLDIR if the install path is not the default install path.

## Default Install Path 64-bit Operating System

<[ProgramFilesFolder]\SysTrack\LsiAgent> or C:\Program Files (x86)\SysTrack\LsiAgent

> [!NOTE]
> **NOTE**: Add double quotes around the path assigned to INSTALLDIR.

## Config Name

Add CONFIGNAME="<EnterConfigurationName>" to assign a named configuration or the default value is used.

## Proxy Connection Hub

Add PROXYCONNECTIONHUB ="<EnterProxyConnectionHubSystemName>" to assign the name of the ProxyConnectionHub system (if applicable), otherwise the default value is used.

PROXYCONNECTIONHUB=<servername>.<domain>.org

## Auto Detect Proxy

Add AUTODETECTPROXY ="<EnterUseAutoDetectValue>" to assign the preferred proxy setting for autodetect or the default value 0 is used. Assign 1 if true or 0.

AUTODETECTPROXY=(1 if true, 0 false)

## Auto Config Script

Add AUTOCONFIGSCRIPT ="<EnterAddressOfAPacFile>" to assign the preferred proxy setting for the address of a .pac file to get proxy information.

AUTOCONFIGSCRIPT=http://<server>.<domain>.org/test.pac

## HTTPS Proxy

Add HTTPSPROXY ="< EnterAddressForPreferredHTTPSProxy >" to assign the preferred proxy setting for the address of the preferred HTTPS proxy.

HTTPSPROXY=127.0.0.1:443

## Enter Language Code

Required to add LANGUAGE=<ENTERLANGUAGECODE> (UPPERCASE) to view the Client Tray App.

| Language | Language Code |
| --- | --- |
| Arabic | AR |
| Chinese | ZH |
| English (default) | EN |
| French | FR |
| German | DE |
| Japanese | JA |
| Portuguese | PT |
| Spanish | ES |

Msiexec.exe /qn /i "<enter path>\Systems Management Agent_x32.msi" REBOOT=R CONFIGNAME="<EnterConfigurationNameHere>" LANGUAGE=<ENTERLANGUAGECODE> INSTALLDIR="<enter path>\SysTrack\LsiAgent" /L*v <enter path to an existing temp folder>\ silentinstallclient.log

> [!WARNING]
> **IMPORTANT**: Do not copy and paste command line examples from this document into a command prompt window.

To keep the currently installed configuration name:

Msiexec.exe /qn /i "<enter path>\ Systems Management Agent_x32.msi" REBOOT=R LANGUAGE=<ENTERLANGUAGECODE> INSTALLDIR="<enter path>\SysTrack\LsiAgent" /L*v <enter path to an existing temp folder>\ silentupgradeclient.log

To change the currently installed configuration name:

Msiexec.exe /qn /i "<enter path>\ Systems Management Agent_x32.msi" REBOOT=R INSTALLDIR="<enter path>\SysTrack\LsiAgent" LANGUAGE=<ENTERLANGUAGECODE> FORCE=1 CONFIGNAME="<EnterConfigurationNameHere>" /L*v <enter path to an existing temp folder>\ silentupgradeclient.log
