Install - Activinspire Silent

| Property | Values | Purpose | |----------|--------|---------| | LICENSE_KEY | XXXXX-XXXXX-... | Required for some editions | | INSTALL_LICENSE_TYPE | 1=Personal, 2=Volume | Avoids license prompt | | INSTALLDIR | "C:\Program Files\..." | Custom install path | | ADDLOCAL | ALL, or feature list | Control which components install | | REMOVE | Feature list | Exclude specific components | | ACTIVDRIVER | 0 or 1 | Install ActivDriver (board drivers) | | ALLUSERS | 1 | Per-machine install (recommended) |

msiexec /i "ActivInspire.msi" /qn /norestart
msiexec /i "ActivInspire.msi" /qn /norestart

Switch breakdown:

A silent install (or unattended install) is the process of running an installer without a graphical user interface (GUI). The software installs in the background, consuming no screen real estate and requiring no mouse clicks or license key entries. activinspire silent install

| Component | Description | | :--- | :--- | | ActivInspire | Core software | | ActivDriver | Required for interactive pens & boards | | PrometheanResources | Stock images, sounds, and templates | | FlipchartConverter | Tool to convert old Flipcharts | | Fonts | Promethean-specific font pack | msiexec /i "ActivInspire