When your employees are using Windows OS on their company-managed computers and you wish to have the Super Stealth version of Insightful Desktop App (a.k.a. Insightful Agent) on them there are a few steps to follow
Steps:
Get the needed Insightful installation .msi file (Smartscreen) from our Support team,
Double-click the file to start the installation process.
Follow the installation wizard to complete the installation.
Upon completion, the application will run automatically, and you are all set.
Silent Installation
Silent installation is performed without user interaction or interface prompts. This method can be useful as it avoids disturbing the employees and makes the process faster.
To perform a silent installation on a Windows device, follow these steps:
Open Command Prompt or PowerShell as the device's Administrator (as otherwise there will be an error message that will prevent the installation).
Run the following command:
msiexec /i c:\path-to\Smartscreen.msi /qn
(Replace the words "path-to" in the code shown above with the actual path to the .msi file on your computer, for example: Users\John Doe\Downloads)
If the terminal is opened from the directory which contains the MSI file, use:
msiexec /i smartscreen.msi /qn
Confirming successful installation
You can confirm that the installation is fully installed by checking the dashboard - If you see the new employee on the Employees or Real-Time Insights tab on the dashboard.
