Skip to content
  • There are no suggestions because the search field is empty.

ScreenBeam Conference - Silent Install and Command Line Options

This article applies to the following ScreenBeam products: ScreenBeam Conference

Starting in ScreenBeam Conference for Windows version 1.0.3.0 the following command line options are supported by the MSI package:

  • /qn - Used for silent installations without user interaction
  • MinimizeUponConnection - True/False, configures whether or not the ScreenBeam Conference application will minimize to the system tray upon a connection to ScreenBeam
  • RunOnStartUp - True/False, configures whether or not the ScreenBeam Conference application will run automatically on PC boot up
  • ConnectBYOMAutomatically - True/False, when set to True as long as ScreenBeam Conference is running, the software will attempt to connect to the In-Room Camera and Microphone on every connection, even if the connection is only launched through the Windows Connect menu
  • ShowTutorialUponConnection - True/False, configures whether or not to show the audio/video device selection tutorial in the ScreenBeam Conference software upon connection to the In-Room Camera/Microphone (not that this option will be negated if MinimizeUponConnection is set to True)
  • RunInBackground - True, setting this parameter to True during an installation will automatically set MinimizeUponConnection, RunOnStartUp, and ConnectBYOMAutomatically to True.  This parameter takes precedence over any of the other parameters

Examples:

A silent installation of ScreenBeam Conference with RunOnStartUp and ShowTutorialUponConnection set to True

msiexec.exe /i "<FullPath>ConferenceInstaller_1.0.3.0.msi" /qn RunOnStartUp=true ShowTutorialUponConnection=true

A silent installation of ScreenBeam Conference with RunInBackground set to True

msiexec.exe /i "<FullPath>ConferenceInstaller_1.0.3.0.msi" /qn RunInBackground=true