
Faronics Insight User Guide
22
|
Installing Faronics Insight
• RELAY=IP Address of webNetwork webRelay Server
Will setup the student to communicate with the webNetwork webRelay so the student can
participate over the Internet in Insight Distance Teaching.
• ONLY_INSTALL_UPGRADE (Student.msi only)
When set to 1 deploying the student.msi to an existing student will upgrade, rather than
uninstall.
• ENABLENETWORKTAMPERCONTROL=1
Install option for Students to turn on the Network tampering Detection feature.
• SSID_WHITELIST_NETWORKS="net1;net2;net3;etc..."
• ENABLE_SSID_WHITELIST=0
Will turn this feature off, to turn it on use it in conjunction with
ENABLENETWORKTAMPERCONTROL.
For example:
ADVANCED_OPTIONS=1
ENABLENETWORKTAMPERCONTROL=1
ENABLE_SSID_WHITELIST=1
SSID_WHITELIST_NETWORKS="net1;net2;net 3;etc.."
For example, if you want to silently install a Password Secure mode Teacher that can change
channels but starts on channel 3, with a password of “test”, your script should look like this:
Msiexec.exe /i "<path to teacher.msi>\teacher.msi" /qn ADVANCED_OPTIONS=1
SECURE_MODE=1 PASSWORD=test
PASSWORD_CONFIRM=test CHANNEL=3 ENABLECHANNELSELECT=1 LCS=192.168.2.3
RELAY=10.1.1.2
Kommentare zu diesen Handbüchern