Note: For the most current installation switches and MSI properties, always consult the official Promethean deployment guide Educational Technology Director DevOps Engineer
VIII. Case Example (concise) A medium-sized district prepared a silent, exclusive ActivInspire rollout by: auditing 1,200 devices; building an MST that set autosave and disabled teacher-level install permissions; deploying via SCCM in three phases (IT lab, K–5, 6–12); offering two online training sessions per school; and maintaining a 2-week rollback window after each phase. Result: 98% successful installs with minimal classroom disruption and fewer helpdesk tickets.
To ensure a complete setup, you must silently install the Resources pack immediately after the application: msiexec.exe /i "ActivInspire_Core_Resources.msi" /qn Troubleshooting Common Deployment Issues activinspire silent install exclusive
LICENCE_ACCEPTED=1: This is mandatory for a silent install to bypass the EULA prompt.
: Specifies the path to write the installation log file. 3. Advanced Customization Properties (Public Properties) Note: For the most current installation switches and
Place the .msi and any necessary transform files ( .mst ) in a shared network folder with read access for "Domain Computers."
: Prevents the machine from rebooting immediately after installation completes. To ensure a complete setup, you must silently
Deploying educational software across thousands of school workstations requires a reliable, automated setup. Running an allows IT administrators to push Promethean's flagship interactive lesson software to classroom computers remotely, bypassing all user setup screens, license prompts, and configuration choices.
/qn – Sets the user interface level to "No UI" (completely silent).
What are you using (SCCM, Intune, SmartDeploy, PDQ Deploy, or Group Policy)?
ActivInspire silent installation allows IT administrators to deploy the software across multiple workstations without manual intervention. By using specific command-line switches and property flags, you can automate the setup process, bypass user prompts, and ensure a standardized configuration across your school or organization’s network.