Activinspire Silent Install Exclusive -
| Issue | Solution |
|-------|----------|
| Still prompts for mode on launch | Re-run MSI with REINSTALL=ALL REINSTALLMODE=vomus |
| License not applied | Verify key format and that no trailing spaces exist in your deployment script |
| Silent install fails | Check %temp%\ActivInspire_Install.log |
To disable the welcome wizard and telemetry prompt for all users: activinspire silent install exclusive
msiexec /i "ActivInspire-x.y.z.msi" /quiet /norestart \
ACTIVPRIMARYMODE=1 \
LICENSE_KEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" \
DISABLE_FIRST_RUN_WIZARD=1 \
ALLUSERS=1
The difficulty with ActivInspire silent installs is version fragmentation. Promethean often releases the software as a self-extracting executable. To do a proper silent install, admins often have to use a tool like 7-Zip to extract the contents to find the .msi file inside. This "hack" is rarely officially supported by the vendor, making the knowledge on how to do it correctly feel like an "exclusive" trade secret. | Issue | Solution | |-------|----------| | Still

