Activinspire Silent Install - Upd
: When the installer launches in this mode, select Network Install .
ActivInspire has optional features you can disable to save disk space:
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:
In the world of educational technology, interactive whiteboards remain a cornerstone of modern classrooms. Promethean’s software is one of the most powerful tools for lesson delivery, but for IT teams managing hundreds—or thousands—of devices, manually clicking through a setup wizard is not an option.
For smaller networks without SCCM:
Deploying Promethean ActivInspire silently requires a multi-pronged approach. Start with the official Network Install method and fall back to manual MSI extraction if needed. Always test the process on a small pilot group first to catch issues before a full-scale rollout.
Right-click, select New -> Package , and choose the .msi file from the network share.
Ensure target machines have the required .NET Framework versions pre-installed, though the MSI package usually handles basic prerequisites. Step 1: Extracting the MSI Package
Deploy these as a dependent application set, ensuring the drivers install before the main software. activinspire silent install
Copy the ActivInspire.msi and necessary license files there.
Add ActivInspire_Core_Resources.msi as a to ensure resources install alongside the core app. PDQ Deploy Create a New Package in PDQ Deploy. Add an MSI Step . Point to the ActivInspire.msi file.
Which you are using (Intune, SCCM, PDQ, GPO, or a basic script)?
msiexec.exe /i "ActivInspire.msi" TRANSFORMS="license.mst" /qn Troubleshooting Common Issues : When the installer launches in this mode,
If you have a licensed version, you can pre-apply the license key during deployment using specific properties provided by Promethean in their administration guide.
Another pitfall is . While the MSI installs the application to Program Files , user settings—like personal flipcharts, profiles, or resource packs—are typically stored in AppData . A silent install does not configure these for existing user profiles. Post-deployment scripting or Group Policy preferences may be required to deploy default resources.
Use a tool like Orca to create a .mst transform file for the ActivInspire.msi . Add your 20-digit serial code to the PIDKEY property.
