Simple Installation
IMPORTANT: Before running SysTrackCloudEdition.msi, make sure that the prerequisite runtime components of the Visual C++ Libraries are installed.
If you run the MSI from the command line without specifying a configuration file, the installer will use the lsiagent.cfg file located in the same directory as the MSI.
If you need to use a specific lsiagent.cfg file, follow the below steps:
-
From the child system, open a command prompt window (right-click and select Run as administrator).
-
Use the LSIAGENTCONFIGFILE parameter to specify the configuration file to use. Be sure to also use the REBOOT=R parameter to suppress any restarts or prompts to restart. For example:
msiexec.exe /qn /i "<enter path>\SysTrackCloudEdition.msi" REBOOT=R LSIAGENTCONFIGFILE="<enter path>\lsiagent.cfg"
On This Page