Skip to main content

Step 1: Extract the MSI Installer

To perform a silent installation of ActivInspire, you must first extract the MSI (Windows Installer) files from the main executable and then run them using standard silent switches.

Warning:

Startup scripts run synchronously and can delay logon. Use /qb! (basic UI with no cancel button) instead of /qn for troubleshooting first.

Admin.ini

: This file can be created during the network installation process or manually. It overrides default settings, such as disabling automatic updates or setting specific file paths.

msiexec /i "ActivInspire_Core_Resources.msi" /qn /norestart msiexec /i "ActivInspire_Help.msi" /qn /norestart Use code with caution. Copied to clipboard 4. Common Troubleshooting Permissions: Ensure the command is run with Administrative privileges (System context for Intune/SCCM). Architecture: Most modern versions require a environment and at least Windows 10. Driver Requirements:

Then uninstall:

exact MSI switches

If you need the or a sample deployment script for your environment, let me know.

Suppressing the License Agreement Popup

To prevent users from being prompted for a serial number on the first launch: During the extraction process above, the Network Installation Guide notes that you can enter your organization name and Activation Key This creates a license.xml

ActivInspire

To perform a silent installation of , you first need to extract the .msi installers from the standard executable. The process involves a "Network Install" to unpack the necessary components, which can then be deployed via command line or tools like SCCM , MDT , or Microsoft Intune . 1. Extract the MSI Files