Posted on 02-11-2019 06:46 AM
Hi all,
WebEx plug-in is per-user. Does anyone have an existing script to do an uninstall? I'm thinking the script would basically loop through ever user directory and delete it, but not sure if there is a better way. Cisco does have an uninstall app, but it's interactive and i can't find an argument to run it silently. The manual steps are:
~/Library/Application Support/WebEx
~/Library/Internet-Plugins/WebEx.plugin
~/Library/Preferences/WebEx
~/Library/Saved Application State/WebEx
https://collaborationhelp.cisco.com/article/en-us/WBX38280
Thanks
Posted on 03-07-2019 01:50 PM
Im kinda looking for something similar but I need to Unistall all Webex software from the machine. If I get any recomendations / scripts on my post I will share that with you.
https://help.webex.com/en-us/WBX38280/How-Do-I-Uninstall-Webex-Software-on-a-Mac
Posted on 10-31-2019 05:53 PM
Posted on 11-25-2019 12:26 PM
Looking for an answer to this as well. The link above takes you to the Cisco page walking through a single user uninstall, but does not provide details from a deployment stand point. We are working to run the newest version of WebEx Desktop Meetings app as well as the now split out WebEx Productivity Tools. Best practice would be to remove any older versions, however other than manually removing it, I am not locating a good method for removing before installing. I have tried creating a .pkg file using composer to do the remove, but it doesn't seem to work.
Any assistance or suggestions would be appreciated!
Posted on 11-25-2019 01:13 PM
I'm dealing with Citrix, not Cisco, but I just have a simple little script that rm -rf's all the necessary folders/files. It does the job just fine.
Posted on 03-24-2020 05:58 AM
Has anyone come up with a script to uninstall Webex via a script that can run before the installer for the new version of Webex runs?