If you have customers using deployment servers to push out OS and applications to hundreds of endpoints, our MSI packages support unattended installations. In this video I am showing an unattended installation of Endpoint Inital Client A.K.A. Device Agent (DA) package using Microsoft Deployment Toolkit 2013 Build 8443.
The command line is msiexec.exe /i "EPS.msi" /qn! /norestart
The /qn! switches make the install fully unattended and the /noreboot tells the MSI package not to reboot. please note /noreboot is not the same as REBOOT=R. The reboot should be handled by the deployment server and not from the MSI package.
I hope you find this helpful.
\Miguel