cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
286
Views
0
Helpful
1
Replies

Need Advise from Cisco - For Webex App Auto Upgrade

JemC
Level 1
Level 1

I will be deploying webex.msi via SCCM to a group of computers in our company. They’ve asked how automatic updates of the app will be handled. We don't have a Cisco Control Hub, and the users on the target computers are not admins—just regular users. I included ALLUSERS=1 and AUTOUPGRADEENABLED=1 in my deployment script. Will the application still be able to auto-upgrade under these conditions?

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Yes, although maybe not the way you’d expect. In the scenario you describe the update is stored in %AppDataLocal%\CiscoSparkLauncher and used at runtime by CiscoCollabHost.exe in c:\Program Files. The ALLUSERS=1 install (files and registry) is not updated, so your SCCM reporting will not show an updated version has been installed, but the auto update mechanism will work. This also means that each user has to update separately on shared workstations.

The Cisco Live session Deploying the Webex App to your Organization - BRKCOL-2198 recording/presentation will have more detail.

PS- The AUTOUPGRADEENABLED parameter only works in VDI deployments; it’s always on for a traditional Windows machine.