Créez, Osez, Soyez Passionnés !
ActivInspire-2.18.21.exe /S /v"/qn REBOOT=ReallySuppress ALLUSERS=1"
Run the following from an elevated command prompt or deployment tool (SCCM, PDQ, GPO):
msiexec /i "ActivInspire-x.y.z.msi" /quiet /norestart \
ACTIVPRIMARYMODE=1 \
LICENSE_KEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" \
ALLUSERS=1
Parameter breakdown:
The official (and most reliable) silent switch for ActivInspire is: activinspire silent install exclusive
ActivInspire-2.18.21.exe /S /v/qn
Alternatively, you can run the MSI directly:
msiexec /i ActivInspire.msi /qn /norestart
This basic command will install ActivInspire with default settings to C:\Program Files (x86)\Promethean\ActivInspire. ActivInspire-2
Limitation: This method does not suppress reboot prompts if files are in use, nor does it customize installation features (e.g., excluding language packs).
Why isn't this documentation on the front page of Promethean's support site? Because it is brittle. Run the following from an elevated command prompt
Find the Product GUID:
wmic product where "name like '%%ActivInspire%%'" get identifyingnumber
Then:
msiexec /x XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /qn /norestart