Installing DRC Insight Online Assessments



Download the student assessment MSI and save in a sub folder within the APPS shared folder



Create a Batch file to silently install using the MSI


ECHO OFF

mkdir c:\tmps

xcopy /Y \\192.168.200.36\apps\DRC-Insight\*.msi c:\tmps

cd c:\tmps\

msiexec /passive /i StudentAssessmentSoftware.msi REBOOT=ReallySuppress

cd\

rd c:\tmps\ /s /q

exit




Create a Third Party Deployment Template to run the batch file