Activinspire Silent Install
To make ActivInspire fully functional, you usually want to install the pack at the same time. The best practice is to create a deployment script (Batch or PowerShell) that installs the main application and then the resources. 1. Basic Silent Installation with Resource Pack
Replace ActivInspire.msi with the actual name of the installation package.
msiexec.exe /i "\\SERVER\Share\ActivInspire.msi" /qn /norestart activinspire silent install
You can also push silent installs using:
Yes, but you will use installer -pkg in terminal or a Jamf policy, rather than msiexec . To make ActivInspire fully functional, you usually want
To perform a silent install of ActivInspire, you'll need to use the following command-line parameters:
Mastering ActivInspire Silent Deployment: A Guide for IT Admins To make ActivInspire fully functional
msiexec /x "ActivInspire-2.x.xxxxx.msi" /qn
You can pass specific properties to the installer to pre-configure it.
