What are the supported parameters available for the ClickShare Desktop App (PKG) file

Article number: [13078]

Applicable to

A typical scenario is that the IT administrator creates a macOS script file that configures specific ClickShare parameters. 

The table below lists the supported parameters that can be used when deploying the ClickShare Desktop App (PKG) file on macOS devices (how-to, see KB 13167).

Supported parameters:

ParameterAccepted valuesDescriptionAvailable in
ACCEPT_EULAYESMandatory parameterv4.40+
BETA_PROGRAMYES, NOOptional  parameter

Default value: YES

To control the “Beta Program” UI option
NO: NO UI option for Beta Program in the app

v4.40+
PRODUCT_USAGE_ANALYTICSYES, NOOptional  parameter

Default value: YES

To turn on and off “Usage Statistics”
BETA_PROGRAM will be NO when PRODUCT_USAGE_ANALYTICS is set to NO

v4.40+
DEFAULT_UIMINI, LARGEOptional parameter

Default value: Not Set

To decide the UI style of the app
MINI: The UI style is Mini and the users can not switch to the Large UI style
LARGE: The UI style is Large and the users can switch to the Mini/Large UI style
Not Set: The UI style is the last setting or Mini and the users can switch to Mini/Large UI style.

v4.40+
AUTO_UPDATEYES, NOOptional parameter

Default value: YES

To control if the app will be automatically updated or not

v4.40+

 

Script examples:

# Disable usage analytics
defaults write /Library/Preferences/com.barco.clickshare.plist PRODUCT_USAGE_ANALYTICS -string "NO"

# Installation with disabling Beta Program
defaults write /Library/Preferences/com.barco.clickshare.plist BETA_PROGRAM -string "NO"

# Installation with Mini UI
defaults write /Library/Preferences/com.barco.clickshare.plist DEFAULT_UI -string "MINI"

# Installation with disabling Auto Update
defaults write /Library/Preferences/com.barco.clickshare.plist AUTO_UPDATE -string "NO"

 

Info! If you see api.amplitude.com being rejected by your firewall or proxy, this is the statistics engine of the client attempting to upload anonymous usage information. It can be disabled individually per client or system-wide with the PRODUCT_USAGE_ANALYTICS=NO switch. The installed client may need to be deleted from the system(s) before installing the App again.

Properties

Last updated Sep 4, 2024