diff --git a/Install_Webex_as_root.bat b/Install_Webex_as_root.bat index 0a342da..d670b42 100644 --- a/Install_Webex_as_root.bat +++ b/Install_Webex_as_root.bat @@ -1 +1 @@ -curl -L https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi -o c:\temp\webex.msi && msiexec /i c:\temp\webex.msi ACCEPT_EULA=TRUE INSTALL_ROOT="C:\Program Files\WebEx" ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false \ No newline at end of file +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 && rem c:\webex.msi \ No newline at end of file