Activinspire Silent Install [updated] -
Invoke-Command -ComputerName "TeacherPC-01" -ScriptBlock Start-Process msiexec.exe -ArgumentList "/i `"C:\Deploy\ActivInspire.msi`" /qn /norestart" -Wait
The standard MSI (Microsoft Installer) technology supports silent installation using msiexec . For , the battle-tested command is: activinspire silent install
To prevent users from being prompted for a serial number on the first launch: During the extraction process above, the Network Installation Guide notes that you can enter your organization name and Activation Key This creates a license.xml activinspire silent install
: To deploy via Intune, you must wrap each extracted MSI into an .intunewin file using the IntuneWinAppUtil tool . Create a separate Win32 app for each component (Application, Resources, and Help). activinspire silent install