From b7b260448a6ce71d51a327165be6e18acb123176 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 8 Sep 2021 19:23:15 -0500 Subject: [PATCH] create and combine into install dir --- Install_Webex_as_root.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_Webex_as_root.bat b/Install_Webex_as_root.bat index 61ca0e6..422c21a 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:\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 \ No newline at end of file +mkidr "C:\Program Files\WebEx" && curl -L https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi -o "C:\Program Files\WebEx\webex.msi" && msiexec /i "C:\Program Files\WebEx\webex.msi" ACCEPT_EULA=TRUE INSTALL_ROOT="C:\Program Files\WebEx" ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false \ No newline at end of file