Activinspire Silent: Install

: msiexec.exe /i "ActivInspire.msi" /qn /norestart Breaking Down the Switches : /i : Initiates the installation. /qn : Sets the UI level to "none" (completely silent).

To perform a silent installation of Promethean ActivInspire , you must first extract the MSI files from the standard executable and then deploy them using standard MSI command-line arguments. Promethean Support Step 1: Extract the MSI Files The standard activinspire silent install

: If using Microsoft Intune , you must wrap these extracted .msi files into .intunewin format using the IntuneWinAppUtil Tool . : msiexec

Once the deployment finishes, verify the install by checking: Promethean Support Step 1: Extract the MSI Files

Use from Sysinternals to simulate SYSTEM account:

Once you have the MSI files, you can use the Windows Installer service ( msiexec.exe ) to install them silently. Community members on EduGeek recommend the following scripts:

/norestart : Prevents the machine from rebooting automatically after the install finishes. 3. Customizing the Installation with Properties