Files
Public/Install_Webex_as_root.bat
Kyle Hagerty 93d6380818 del not rem
2021-09-08 10:56:33 -05:00

1 line
233 B
Batchfile

curl -L https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi -o c:\webex.msi && msiexec /i c:\webex.msi ACCEPT_EULA=TRUE INSTALL_ROOT="C:\Program Files\WebEx" ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false && del c:\webex.msi