Webex App | Installation and automatic upgrade
It is possible to install Webex App as an administrator on Windows or on Mac using the MSI or DMG files. Adding command line parameters to the MSI file will improve the user experience on Windows by improving the performance. To automatically update the Webex App, the Webex App periodically checks for newer versions in order to stay up to date.
System requirements
|
Windows desktop minimum requirements
-
- Intel Dual-Core CPU 2.XX GHz or AMD processor.
-
Minimum 4 GB RAM
-
Windows 10 or later OS.
-
Update your drivers as soon as possible. In order to learn more about some of the latest drivers for graphic products, visit the following:
-
How to find the latest compatible for an AMD graphics product
-
NVIDIA driver downloads
-
Intel downloads for graphics drivers
-
-
Microsoft Edge WebView2 component.
-
By reducing the size of the app, we can reduce the amount of bandwidth used for updates. It provides you with the capability of making improvements to your memory.
The Evergreen Bootstrapper can be downloaded either with the Evergreen Standalone Installer or with the Evergreen Bootstrapper.
Mac desktop minimum requirements
- MacOS 10.13 and later.
- M1 chip or Intel CPU-based
- Minimum 4 GB RAM
Download the installer
Please use one of the following links if you are an administrator and wish to access a specific version of the app:
-
Localized versions:
-
Non-localized versions:
The following link will allow you to download the DMG file:
-
Macs with Intel chips: https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/Webex.dmg
-
Macs with M1 chips: https://binaries.webex.com/WebexDesktop-MACOS-Apple-Silicon-Gold/Webex.dmg
Install Webex
It is the purpose of this article to explain how to install Webex App for Mac or Windows on your desktop computer. If you are running Linux, you need to download the Webex Application for Linux.
Whenever a new version of the Webex App is released, it will be installed into the same folder on the server in which it was installed.
Please refer to Find your App version if you wish to check what version of Webex App you have installed.
When the Messaging App Version Report is run, administrators can identify which version of the application their users have, which is included under Cloud Collaboration Portfolio Reports, when they run the Messaging App Version Report
Manual install
An IT administrator or a user can install Webex App on a machine or on a user’s machine, and it can be installed both ways.
It is the default location for the Webex App to be installed: %LocalAppData%\Programs\Cisco Spark.
A Windows installer file (msi) can be downloaded and then run by users. There is no need for them to have administrator privileges on their machine in order to use this feature.
A browser will automatically detect whether the user is using a 32-bit or 64-bit operating system, and download the correct version of the Webex App according to the operating system.
Depending on the permissions of the administrator, the installer can be run with additional privileges and the installer can be installed per machine and in the directory of the installation.
Table 1. Windows installers for the Webex App
Description | Is localized? | OS architecture | Install file download link |
---|---|---|---|
Webex App only | Localized | 32-bit | https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex_x86.msi |
Webex App only | Non-localized (EN) | 32-bit | https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex_x86_en.msi |
Webex App only | Localized | 64-bit | https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi |
Webex App only | Non-localized (EN) | 64-bit | https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex_en.msi |
Webex App and desktop meetings bundle* | Localized | 64-bit | https://binaries.webex.com/Webex-Desktop-Windows-x64-Combined-Gold/WebexBundle.msi |
Webex App and desktop meetings bundle* | Non-localized (EN) | 64-bit | https://binaries.webex.com/Webex-Desktop-Windows-x64-Combined-Gold/WebexBundle_en.msi |
Installing all components of Webex App at the same time is made easier by using the bundle installer.
Bulk install
To bulk install Webex App to select users or computers, you need to use a third-party distribution mechanism and the non-localized version of the MSI file. As long as the user is comfortable with the language in which the app is available, they can still use it.
It is possible that if you use a different version of the MSI file, that you may encounter some problems when uninstalling the application.
The following command line parameters can be added to the MSI file when installing Webex App with the MSI file:
In order for you to specify a per-machine installation when you set ALLUSERS=1, you must have administrative access to the machine.
-
Silent installation
Using /quiet will ensure that there will be no interaction between the user and the application. For example: msiexec /i c:\work\Webex.msi /quiet.
-
ACCEPT_EULA
Users will not be prompted to accept the end user license agreement as long as you choose to accept it for them, and they won’t be asked to accept it as long as you accept it for them. In this case, for example,: msiexec /i c:\work\Webex.msi ACCEPT_EULA=TRUE ALLUSERS=1.
In the event that any of the following registry entries have been set to the eula-disabled setting, the end user license agreement will not be displayed
-
HKEY_LOCAL_MACHINE\Software\CiscoCollabHost\Eula Setting
-
HKEY_LOCAL_MACHINE\Software\WOW6432Node\CiscoCollabHost\Eula Setting
-
-
AUTOSTART_WITH_WINDOWS
When installing Webex App, if you are granted administration access privileges, you can specify a property called AUTOSTART_WITH_WINDOWS=true, which will cause Webex App to start automatically with Windows when you set the APPLICATION_START_WITH_WINDOWS environment variable to true. It is likely that the default value for the property will be set to true if you do not specify the property option.
-
Set the Webex App to automatically start with Windows by specifying the option below. For example: msiexec /i c:\work\Webex.msi AUTOSTART_WITH_WINDOWS=true ALLUSERS=1.
Unless you have administrative access privileges, all users will have the checkbox grayed out in Settings, preventing them from changing this option.
-
Set a preference to prevent the Webex App from automatically starting when Windows starts. For example: msiexec /i c:\work\Webex.msi AUTOSTART_WITH_WINDOWS=false ALLUSERS=1.
The checkbox can be selected or deselected by the user at any time in the Settings section.
-
-
DEFAULT_THEME
With administrator access, you can set the theme that will be used for the Webex application if you have this permission. There is a default value set to dark if the property option for the property is not specified. The theme can be changed by the user by going to the settings page.
-
The Webex App can be customized with a light theme.
For example, msiexec /i c:\work\Webex.msi DEFAULT_THEME=”Light” ALLUSERS=1
-
Webex App’s dark theme can be specified in the preferences.
For example,
msiexec /i c:\work\Webex.msi DEFAULT_THEME="Dark" ALLUSERS=1
-
-
DELETEUSERDATA
Any user database or log files that you create while running the installer to update the Webex App will by default be retained when you run the installer. You can include the following command line parameter if you want to remove these files: DELETEUSERDATA=1.
For example, msiexec /i c:\work\Webex.msi DELETEUSERDATA=1 ALLUSERS=1.
-
EMAIL
There is an option to specify an email address for a user and that email address will be used by Webex App to sign that user in to the Webex App. Whenever your organization uses a method to authenticate a user, for example Kerberos, then the user is automatically created in Webex App when this occurs.
For example: msiexec /i c:\work\Webex.msi EMAIL=acassidy@example.com ALLUSERS=1.
In addition, this parameter supports two system attributes so that the email address of the user can be dynamically retrieved: the User Principal Name (UPN) of Active Directory and the sAMAccountName from legacy versions of Windows. On a machine that is part of a UPN domain, you can use those as follows:
msiexec /i Webex.msi EMAIL=$userPrincipalName ALLUSERS=1
msiexec /i Webex.msi EMAIL=$SAMAccountName ALLUSERS=1
-
ENABLEOUTLOOKINTEGRATION
The ENABLEOUTLOOKINTEGRATION=1 property that you can specify when you are installing Webex App, if you have administration access privileges, will enable Webex App to register with Microsoft Outlook for the purpose of integrating its presence with Windows when you install Webex App. By default, the value is set to false if you do not specify the property option when configuring the property.
-
In order for Webex App to integrate with Microsoft Outlook on Windows, you need to specify that Webex App should register with Microsoft Outlook.
For example: msiexec /i c:\work\Webex.msi ENABLEOUTLOOKINTEGRATION=1 ALLUSERS=1.
The checkbox can be selected or deselected by the user at any time in the Settings section.
-
You can specify that Microsoft Outlook will not be integrated with Webex App on Windows in order for Webex App to register.
For example: msiexec /i c:\work\Webex.msi ENABLEOUTLOOKINTEGRATION=0 ALLUSERS=1.
Unless you have administrative access privileges, all users will have the checkbox grayed out in Settings, preventing them from changing this option.
-
-
FORCELOCKDOWN
I believe that you will be able to lock the version of Webex App that is used to join meetings if you have administrative privileges when you install the bundled components for Webex App, if the version is compatible with the site version of Webex App that is used to join meetings. Use the command line FORCELOCKDOWN=LockWhenCompatible
-
INSTALL_ROOT
With the help of a command line parameter, you can choose a different folder to install the app in. For example: msiexec /i c:\work\Webex.msi INSTALL_ROOT=”C:\Program Files” ALLUSERS=1.
-
INSTALLWV2
Using the INSTALLWV2 command line parameter of the installer, you can install the embedded browser WebView2 of Microsoft while installing Webex. Beginning in June, 2022, Webex will need to be installed with WebView2 in order to function properly.
For example: msiexec /i c:\work\Webex.msi INSTALLWV2=1
Running the App
A separate automatic update mechanism has been developed for the Webex App, so it is independent of the Windows operating system. Apps that run on Windows are capable of automatically updating without the knowledge of the operating system, so the version of the app installed on a computer may be different than the version that the user sees while using the app.
Installing
The installation of the Webex App on a user’s computer does not require them to have administrator privileges on their computer.
To install Webex.dmg, users need to double-click on the file that contains the file name. There is no way to change the location of the Webex App by default, however users can drag and drop the Webex App wherever they like within the Applications folder.
Find Your App Version can be used to view what version of Webex App is installed on your computer.
The Messaging App Version Report can be run by administrators to find out which version of the app their users have. The Reports for your Cloud Collaboration portfolio provides more information on how to run the report
Running the App
In spite of the fact that the operating system provides a mechanism for installing updates, the app has its own autoupdate system. In order to install the app using the operating system mechanism, it must be done only once. Thereafter, the operating system does not have to be aware that the app is automatically being updated. As a result, the version of the app you see while using it might differ from the version you see when you install and install the app.
Update process
There is a 7-day delay between the release of a new version and its release to the whole world. During these 7 days, users are able to proactively check for any updates that have been released. The update to the latest version of the app can be found on the update page.
As soon as the rollout window of seven days has passed, the update is automatically applied.
It is possible to see what version of Control Hub your users are using if you have the Pro Pack for Control Hub. For a complete overview of your cloud collaboration portfolio, you can view the Messaging App Version Report in Analytics.
If the Webex App is running, it periodically checks whether there is a newer version of the app available, and if there is, it updates the app automatically. An update to the app is automatically downloaded by the app when a newer version becomes available and is stored on the local computer when the update becomes available:
-
On Windows:
C:\Users\<username>\AppData\Local\CiscoSparkLauncher
C:\Users\<username>\AppData\Local\CiscoSpark
C:\Users\<username>\AppData\LocalLow\WebEx
C:\Users\<username>\AppData\Local\WebEx
-
On MacOS:
~/Library/Application Support/Cisco Spark
There are folders in which we store both the current version and the new version of the application, so that in the event of an upgrade not working out, the app can fall back to the previous version.
We ensure that all organizations are updated within a three-day rolling out period if we release a patch for a release.
Administrator controls to manage releases
A product update control can be used to set the frequency at which updates will be made to the Webex App.
Uninstall the Webex App
To uninstall the app use msiexec /x Webex.msi.
When the .msi file was used during the installation process, the path it was created under depends on where it was used. It is essential that the .msi file is present at the specified location in order for the command to be successful.
Using the Applications folder, go to the Webex App folder and drag it to the trash to uninstall Webex App.
Deployment for Virtual Desktop Infrastructure (VDI)
Optimising the audio and video quality for a virtual desktop environment is the job of the Webex App virtual desktop app. The Webex App is accessed remotely from a virtual desktop environment using a thin client that runs on the remote computer.
It is possible to download the Webex App for Windows VDI software from: https://www.webex.com/downloads/teams-vdi.html
In order to learn more about the supported features, how to prepare your environment, and how to deploy the Webex VDI solution, please refer to the Deployment Guide for Webex for Virtual Desktop Infrastructure (VDI).
Deploy Webex App on mobiles
A Webex App app can be secured on a mobile device by an administrator to ensure Webex App is not used by unauthorized users. As part of the solutions we offer, we support Microsoft Intune for MDM/MAM, AppConfig for MDM/MAM, Apple App IPA and Android AAB packaging, and admin controls you can use to manage your mobile devices.
Frequently Asked Questions
Does Cisco Webex update automatically?
The Webex App does not require the Windows operating system to update itself automatically because it has its own automatic updating solution. Due to the fact that the app can automatically update without the user being aware of it, the app that is installed may not reflect the version the user sees while using the app, and the version that the user finds after updating may differ from the version the user sees after updating.
How do I stop Webex from automatically updating?
If you are joining a meeting on a Webex site with a newer version of the Webex Desktop App, the option to auto-update the Webex Desktop App will appear after you have joined the meeting. Contact your company’s Webex Site Administrator or Cisco Support if you would like to disable the option of updating the Webex Desktop App after your meetings shows up.
How does the Webex app update?
Then click Help and then click Check for updates to see if there are any updates available. The first option that may come to mind is to click your profile picture, select Help > About > Check for updates.
How do I install Webex app?
In order to use Webex, users must double-click it. The installation can be done by downloading the dmg file. Users have the option to drag and drop Webex App to any directory of their choice, as Webex App is by default installed in the Applications folder. It is possible to view which version of Webex App is installed on your computer by visiting Find Your App Version.
How often does Webex update?
every month
There is a default setting that publishes desktop updates for Webex App once a month by default. If desired, this will allow the number of updates that users are presented with to be reduced as a result.
Do I need to download Webex app?
Your Webex Meetings app will automatically download once you click the join link in your email invite. There is also a download option available on webex.com for you to use. By using your browser, you will be able to join the session without needing to download anything.
Is Webex a app or software?
In terms of video conferencing, Cisco Webex is a product suite for video collaboration and video conferencing. It is comprised of a suite of products including Webex Meetings, Webex Teams, and Webex Devices that form part of this cloud-based collaboration suite. Cisco’s Webex suite combines Cisco’s Webex web conferencing platform with Cisco Spark, an app for team collaboration, to become Cisco’s Webex suite.
How do I update Webex on my computer?
Cisco Webex Meetings Desktop App
The Cisco Webex Meetings desktop application can be opened by clicking on the icon below. The desktop app can be updated by clicking the Update button at the bottom of the window. By selecting the gear icon and clicking on the Check for Updates option, you will be able to manually check for updates.
How do I know if Webex is installed?
The first thing you should do if you are unsure whether WebEx is already installed on one of the computers you use in your business is to check if it is. Select “Default Programs” from the Start menu, then click “Programs and Features” and then scroll through the list of programs and features you see. This means that WebEx has not been installed to the computer if it does not appear in the list of programs.
How long does Webex last?
Cisco Webex Video Platform sessions and Personal Room meetings can be conducted for up to 24 hours at maximum, regardless of the type of meeting
Related posts:
- Webex App | Show When You’re Out of Office
- Cisco Webex Add-On Required when Starting or Joining a Meeting on a Mac
- Jabber | Emoticons in webex
- Start a Group Chat in Cisco Jabber in webex
- Turn off a participant’s video in Webex Meetings, Webinars, and Events (classic)
- Remove a participant from a breakout session in webex
- Emergency Callback Number in Control Hub in webex
- Webex App | Space Classification Labels
- Assign privileges in Webex Webinars
- Room Setup and Installation of Cisco Webex Board 70/70S