1. Help Center Home
  2. Knowledge Base - Optifi

How to deploy Optifi Agent to multiple machines?

How to deploy Optifi Agent to multiple machines?

Optifi Agent can be installed using command line parameters for deployment to multiple user devices without requiring user intervention.

The following command line structure will install software silently with no windows dialog.

OptifiAgent_v1.0_b18.exe /s /v"/qn SPEED_TEST_INTERVAL=30 PLACE_HOLDER_LINE_1=\"$S, $N, $F, Channel: $C, $L\" PLACE_HOLDER_LINE_2=\"$V, $X, $I, Tx / Rx: $T\""

SPEED_TEST_INTERVAL= in minutes

PLACE_HOLDER_LINE_1 = text string. Format is \" {text string} \"

PLACE_HOLDER_LINE_2 = text string. Format is \" {text string} \"


See placeholder options page for available information.

Note1: Please note that the pipe (|) is a special symbol for the Windows command line, adding pipe would cause the command to fail.


Note:2: This command needs to be run with administrative privileges.