Loading...

Activinspire Silent Install ~upd~

ActivInspire installs the Promethean Device Service. Ensure your SCCM task sequence runs with SYSTEM privileges, not user context.

/norestart : Prevents the machine from rebooting automatically after the install finishes. 3. Customizing the Installation with Properties activinspire silent install

installer cannot be run silently on its own; you must extract the components first. Promethean Support : Run the downloaded installer with the ActivInspire_setup.exe /a : Follow the prompts to select a Network Install . Choose a destination folder to extract the ActivInspire.msi CoreResources.msi : During this extraction, you will be prompted for your Serial Number and to accept the EULA. This creates a .inspire_license.xml ActivInspire installs the Promethean Device Service

After extraction, use the following commands in an elevated Command Prompt to install the components silently. Silent Install Command msiexec.exe /i "ActivInspire.msi" /qn /norestart Core Resources msiexec.exe /i "ActivInspireMainRes.msi" /qn /norestart ActivDriver msiexec.exe /i "ActivDriver.msi" /qn /norestart /i : Installs the package. /qn : Sets the UI level to "No UI" (silent). Choose a destination folder to extract the ActivInspire