These instructions apply to first-time installations and to upgrade installations.
Prerequisite: VC_redist.x64.exe (Microsoft Visual C++ 2015-2019 Redistributable (x64) 14.24.28127)
First, download and extract the contents of the .zip to your local drive. Do not attempt the following from within the .zip folder.
Extract the zip to an unzip folder on the endpoint system. Then perform either a user interface installation or a command line installation (silent install) as follows:
User Interface Installation:
Right-click VC_redist.x64.exe, select Run as administrator to install.
Click Yes to allow this app to make changes to your device.


If not installed, the license agreement dialog will appear.
Select the I agree … checkbox to agree to the license terms and conditions, then click Install.

Successful installation

Command Line (silent install):
Open a command prompt window (right-click and select Run as administrator) and type the following command:
VC_redist.x64.exe /q /norestart /log <enter path to existing folder>\VC2019x64.log (log is optional)
Silent install (use logging - %temp%)

Silent install (create log, the temp folder)

Switches Information:
Command Line Installation
Download and extract the contents of the .zip to your local drive.
IMPORTANT: Do not attempt the following from within the .zip folder.
After the file is extracted to an unzip folder on the endpoint system, open a command prompt window on the endpoint system (Run as administrator) and type your command line following the examples below.
Important: All property names must be UPPERCASE on the command line.
Important: Users may be required to run the msi logged on and run with Run as administrator.
Command Line Properties
All properties must be UPPERCASE on the command line.
REBOOT
If there is no user interface (silent mode) performing an install, reinstall, upgrade or uninstall, the system automatically restarts at each ForceReboot action (for example, caused by an attempt to install a file in use). You can suppress certain prompts and actions for restarts by setting the REBOOT property.
Set the property REBOOT=R (or REBOOT=ReallySuppress to help understand its purpose) to suppress all restarts and restart prompts initiated by the ForceReboot action.
Note: the installer only evaluates the first character of the REBOOT property.
To determine if a system reboot is needed, simply add the /L*v switch to create a log file when performing a silent mode installation and search for entries that indicate a system reboot is required.
Key words to search for are: System restart and Reboot.
Search results:
Info 1903.Scheduling reboot operation: Deleting file c:\Config.Msi\3c4d50f.rbf. Must reboot to complete operation.
MSI (s) (EC:A0) [16:38:48:595]: The Windows Installer initiated a system restart to complete or continue the configuration of ‘SysTrack Data Relay’.
Property(S): MsiSystemRebootPending = 1
SERVICEUSER
Default is “”.
Enter the under which the service will be logged on.
Example: DomainName\
SERVICEPASSWORD
Default is “”.
Enter a password for this service.
First Time Install Steps
Download and extract the contents of the .zip to your local drive.
Important:
Read Requirements.
Prerequisites must be installed before continuing.
All property names must be UPPERCASE on the command line.
The example is per-machine installation and suppress all restarts and restart prompts.
User Interface :
Default install path, with Logging (manually create temp folder):
Msiexec.exe /i “<enter path>\SysTrack Data Relay.msi” REBOOT=R SERVICEUSER=<DomainName\UserName> SERVICEPASSWORD=<enter a password> /L*v c:\temp\DataRelay_install.log
NOTE: Silent Mode Installation requires the /qn switch
Reinstallation Steps
Add REINSTALL=ALL to the command line.