Command Line Installation

The Insight Teacher Application supports the use of command line options to configure the product during the installation process. These options can be used with a variety of deployment tools to push the Teacher Application to systems without requiring user intervention.

An example installation command line is shown below:

InsightInstallerTeacher.exe /classID Class101 /adminPwd Password123 /consolePwd TeacherPassword123 /sharedSecret securecommunication

An example installation command line is shown below when installing Insight Teacher using an MSI installer:

MSIEXEC.exe /I "msi Path" /qn CMDLINE="/classId Class101 /adminPwd Password123 /consolePwd Password345 /setlk XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX /connectorServer insight.example.domain.com /suppressreboot"

Last updated