Silent install

Installing Insightful without your users knowing it

Uros Maksimovic avatar
Written by Uros Maksimovic
Updated over a week ago

This guide will show you how to perform a silent installation of the Insightful application that won't display a user interface or prompt for input. Installing the application silently is helpful as it doesn’t distract employees from their work and the installation process is done faster.


Instructions for Windows OS:

To perform a silent install on a Windows OS device, you should input the below command from a command line window opened in administrator mode:

msiexec /i c:\path\to\insightful.msi /qn or msiexec /i insightful.msi /qn if the command line is opened directly from the folder containing the installation file.

Note: Make sure you are running Command-Prompt or PowerShell as an Administrator, as an error message will prevent the installation if not run by an Administrator.

Instructions for macOS:

To perform a silent install on a macOS device, as there is no installation file but rather an installation script when copy/pasting the installation code into Terminal, you should add this extension at the end of the link &>/dev/null &

🧐Good to know: After the successful installation, there will not be any kind of success message, but you should be able to see the application running in Task Manager or Activity Monitor.

If you require steps for silent uninstallation, please contact our Support Team at support@insightful.io and we will be happy to share the instructions with you.

Did this answer your question?