make compatible with clients

This commit is contained in:
Kyle Hagerty
2021-09-08 19:13:53 -05:00
parent c6caab3e8b
commit da25aa979c

View File

@@ -1 +1 @@
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 curl -L https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi -o "C:\Program Files\webex.msi" && msiexec /i "C:\Program Files\webex.msi" ACCEPT_EULA=TRUE INSTALL_ROOT="C:\Program Files\WebEx" ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false