Wavefire Connect Command Line Switches
Command line switches can be specified for Wavefire Connect to modify its behaviour as follows:
Usage
Wavefire.Connect.exe [-clear-settings] [-clear-vendor] [-common-config-folder <String>] [-disable-plugins] [-disable-updates] [-force-vendor <VendorId>] [-ignore-tls-auth] [-launcher-mode <String>] [-log <String>] [-remote-app-path <String>] [-save-branding <String>] [-single-sign-on] [-use-dns-config]
-clear-settings (-cs)
Clears all Wavefire Connect settings other than the vendor
-clear-vendor (-cv)
Clears all Wavefire Connect Vendor setttings
-disable-plugins (-dp)
Disables Remote Desktop Plug-ins.
-disable-updates (-du)
Disables all auto-update capabilities.
-force-vendor (-fv)
Forces Wavefire Connect to use a specific vendor
-ignore-tls-auth (-ita)
Forces Wavefire Connect to connect directly to the Terminal Server rather routing through an additional TLS tunnel
-launcher-mode (-lm)
Specifies the operations mode for Launcher-Connect interaction; this must be one of the following values:
- "Normal" - Full support for client-side application launching and password changes.
- "DisableVirtualChannel" - Disables the Wavefire virtual channel, client-side application launching and client-side password changes.
If this switch is omitted then normal operation will be selected.
-remote-app-path (-rap)
Specifies an alternative remote application path. Normally when Wavefire Connect establishes a connection to a client server, it uses Wavefire Launcher to provide client services; this switch overrides that behaviour and allows an alternative server-side application to be selected.
-save-branding (-sb)
Saves the branding files to the specified folder.
-single-sign-on (-sso)
Enables single-sign-on where the client and server are on the same domain.
-log (-l)
Specifies the amoount of detail to log. This must be one of the following:
- "FATAL" Logs only events which cause the application to crash.
- "ERROR" Logs events which cause an unrecoverable fault or service denial and additionally all fatal events.
- "WARN" Logs events which warrant attention and all errors and fatal events.
- "INFO" Logs all activity
-use-dns-config (-dns)
Enables DNS configuration
-common-config-folder (-ccf)
Forces Wavefire Connect to use a common configuration folder to store settings.
Examples
Enable single-sign-on and specify that all activity is to be logged:
Wavefire.Connect.exe -log "INFO" -single-sign-on"
This is equivilent to:
Wavefire.Connect.exe -l "INFO" -sso