cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
92
Views
0
Helpful
2
Replies

Webex APP setup

Franzdepa
Level 1
Level 1

Hello community, i have a "simple" question... for the Cisco Webex Meetings (version: 44.10.0.88) for Windows

focus:
we need to disable the first windows login after the software installed

scenario:
I'm using the switch "/q" - example: msiexec /i "webexapp.msi" /q but when the installation finishes the first login screen appears.
(see attach)

note:
The switch "AUTOSTART_WITH_WINDOWS=false ALLUSERS=1" allows you to not start the software when you reboot, but that's not what I need.

With the old version of Webex (not APP) the dialog box did not appear after installing the software.

thank you very much for your help

 

franzdepa

2 Replies 2

Franzdepa
Level 1
Level 1

Thanks for your reply,
"/qn" or "/q" is only for silent


batch after install seems to be the only solution
thanks

 

 

dtibbe
VIP
VIP

The available switches are described at https://help.webex.com/nw5p67g/#reference_3A634C4F31D1EA096190EA40EA15CDE4

There is /qn for a silent installation (notice the n after /q), maybe that is already enough?

The bad-style workaround would be a batch script running msiexec to install and a taskkil /im webexhost or so to terminate the app afterwards..