Company: Ngee Ann Polytechnic
Country: Singapore
Address:
535 Clementi Road
599489
Tel: +65 6466 6555
Contacts
<< Go back to search resultsFor IT administrators managing large-scale educational environments, manually installing software on hundreds of classroom laptops is not an option. , Promethean’s flagship interactive teaching software, supports silent installation—a method that allows you to deploy the application across a network without any user intervention.
ActivInspire is often bundled with a "Main Resources" pack. This is usually a separate installer. For a complete classroom setup, you must silently install the resources immediately after the main application: msiexec.exe /i "ActivInspire_Resources.msi" /qn Use code with caution. 5. Deployment via Group Policy (GPO) or SCCM/MECM
To ensure the silent install was successful without visiting every desk, you can check for the following:
The standard Windows Installer tool ( msiexec.exe ) is used to trigger the silent installation. The basic syntax for an ActivInspire silent install is: msiexec.exe /i "ActivInspire.msi" /qn /norestart Use code with caution. Breakdown of Switches: /i : Instructs the installer to perform an installation. /qn : Sets the UI level to "No UI" (completely silent).
If you have complex settings (specific shortcuts, file associations), use a tool like Orca to create a Transform ( .mst ) file.
Mastering the saves hours of manual labor and ensures a uniform teaching experience across your district. By utilizing the /qn switch and passing properties like ACTIV_KEY , you can move from "one-by-one" setups to an automated, enterprise-grade rollout.
Access the Promethean Support portal to download the network-specific installer rather than the standard .exe intended for individual users.
Check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall for the ActivInspire GUID.