Skip to main content
All CollectionsGetting StartedInsightful Desktop App Manual Installation
Insightful Silent Installation on MacOS and Windows
Insightful Silent Installation on MacOS and Windows

Installing Insightful on company-managed computers without distracting users

Petar Jelaca avatar
Written by Petar Jelaca
Updated today

The Insightful desktop application can be directly installed on company-managed computers without user interaction or interface prompts. This method can be useful as it avoids disturbing the employees and makes the process faster.


Instructions for macOS

Performing a silent install on a macOS device involves using an installation code instead of a traditional installation file. For the success of the process you need the device's Admin privileges to execute the installation code. Without them you may encounter an error during the installation.

Follow these steps for a silent install:

  1. Open your macOS Terminal.

  2. Run the Insightful installation code with this addition at the end of the command:

    &>/dev/null&
  3. After a successful execution of the code, the installation should be completed within a couple of minutes.

Instructions for Windows OS

To perform a silent installation on a device with Windows OS please follow these steps :

  1. Open Command Prompt or PowerShell as the device's Administrator (as otherwise there will be an error message that will prevent the installation).

  2. Run the following command:

    msiexec /i c:\path\to\workpuls.msi /qn
  3. If the terminal is already in the installation directory, use:

    msiexec /i workpuls.msi /qn

Verify successful installation

Silent installation method suppresses all prompts there wont be any kind of success message after the successful installation of the application. To verify that Insightful has been successfully installed on the device one can:

  • Check the device's Task Manager or Activity Monitor to see if the application is running, and/or

  • Validate that the newly installed device of an employee has appeared on the Insightful dashboard of their Admin or Manager (with the needed permissions).

If you encounter any issues with the silent install or require steps for silent uninstallation, please contact our Customer Service team and we will be happy to share the instructions with you.

Did this answer your question?