Chris,
What I have just done (right now ) is created a batch file to do a silent install.
The steps I took
- Downloaded the latest ActivInspire software.
- Ran an install but didn't let it continue, and in the mean time copied ALL the files that it extracted to one of our servers.
- Created a batch file in Notepad and saved it on the server
"\\SERVER\applications\ActiveInspire\Extractions\Activsoftware\ActivDriver\ActivDriver x86\ActivDriver x86.msi" /quiet /norestart
"\\SERVER\applications\ActiveInspire\Extractions\Activsoftware\App\ActivInspire.msi" /quiet /norestart
"\\SERVER\applications\ActiveInspire\Extractions\Activsoftware\HWR\ENU\ActivInspireHWRRes.msi" /quiet /norestart
"\\SERVER\applications\ActiveInspire\Extractions\Activsoftware\Res\ENU\ActivInspireCoreRes.msi" /quiet /norestart
shutdown.exe -r -f -t 1 -c ActivInspire
It's still running on the computer so I'll have to check it worked 100% but fingers crossed.