If you want, I can produce a sample MST creation script, example SCCM/Intune deployment manifest, or a short teacher-facing rollout plan.
$paths = @($uninstall64, $uninstall32)
Here is the base command for a truly silent, zero-interaction installation of ActivInspire. Run as SYSTEM (via SCCM, PDQ, or Intune). activinspire silent install exclusive
$process = Start-Process -FilePath $installer -ArgumentList "/S /v "/qn REBOOT=ReallySuppress ALLUSERS=1 /L*V $logPath "" -Wait -PassThru -NoNewWindow $exitCode = $process.ExitCode If you want, I can produce a sample