--- title: "Simple Installation" slug: "simple-installation-setupexe" updated: 2026-01-07T17:25:54Z published: 2026-01-07T17:25:54Z canonical: "documentation.lakesidesoftware.com/simple-installation-setupexe" --- > ## 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. # Simple Installation > [!WARNING] > **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: 1. From the child system, open a command prompt window (right-click and select **Run as administrator**). 2. 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: ```plaintext msiexec.exe /qn /i "\SysTrackCloudEdition.msi" REBOOT=R LSIAGENTCONFIGFILE="\lsiagent.cfg" ```