- Cisco WebEx Administration Tool
- User Management
- Configuration Tab
- Single Sign-on
- Cisco Unified Communications Integration with Cisco WebEx
- Set Up Cisco Unified Communications Manager for Click-to-Call
- Policy Editor
- Cisco WebEx Messenger Groups
- Directory Integration
- Reports
- CSV File Format
- Library Management
- Cisco WebEx Connect Application Command-line Parameters
- Index
Cisco WebEx Connect Application Command-line Parameters
Overview
This section includes command-line parameters used in the Cisco WebEx Connect application installer. The command-line parameters are passed into the Installer executable WebExConnect.exe or the MSI package apSetup.msi, or directly added into the MSI package. The following example explains the syntax and usage of the RUNATONCE command-line (or MSI) parameter.
msiexec /i "C:\apsetup.msi" RUNATONCE="YES"
-
msiexec=the command for invoking the Windows Installer (formerly known as the Microsoft Installer)
-
/i=the switch or the install option (here, i is the switch to install or configure the Cisco WebEx Installer)
-
C:\...: the path where the Cisco WebEx Connect application installer file is located
-
RUNATONCE: the parameter supported by the Cisco WebEx Connect application installer
-
YES=the value of the (RUNATONCE) parameter
For a list and description of all the command-line parameters supported by the Cisco WebEx Connect application installer, see Command-line parameters.
You can also use the following parameter to "silently" install Cisco WebEx: /qn.
Command-line parameters
The following command-line parameters are listed with their values and descriptions. The default value is listed in bold text in the following table.
Auto Update always runs WebExConnect.exe /m, so it saves the current settings, which are in system registry.
![]() Note | If the registry value cannot be decrypted (for example, it was manually modified), an error is reported and the user cannot sign in. |
For installation over an existing version, the command line parameters or the corresponding public properties in the MSI package will overwrite the current settings. If not specified, the current settings, NOT DEFAULT, will be used.
When Single Sign-on is enabled, the Cisco WebEx Connect application must be installed with a command specifying the organization name. This enables Single Sign-on in the application and identifies the organization to be used for Single Sign-on.
Use the following example for installing the Cisco WebEx Connect application:

Feedback