contact_form

Keep in touch!

X
We'll get back to you as quickly as possible

DND Status Check

: This launches the Network Install wizard, which allows you to extract individual .msi files for ActivInspire, Core Resources, and Help files into a folder of your choice. 2. Silent Installation Commands

Create a file named admin.ini in the same directory as the MSI. Include your licensed user name, organization, and serial number.

/norestart : Prevents the machine from rebooting automatically. 3. Advanced Configuration (Optional)

Best practices for deploying ActivInspire silently include:

: Extraction typically yields several separate MSI files that must be deployed in order, including ActivDriver.msi , ActivInspire.msi , and resource packs like ActivInspireMainRes.msi . 2. Core Silent Installation Commands

msiexec.exe /i "ActivInspire.msi" /qn LICENCE_ACCEPTED=1 ACTIV_LANGUAGE=en_GB /norestart Use code with caution. 4. Deploying the Core Resources Library

/norestart : Prevents the machine from rebooting automatically after completion. 3. Customizing the Install (MST and Admin.ini)