10-08-2024 12:26 AM
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
10-10-2024 03:47 PM
Thanks for your reply,
"/qn" or "/q" is only for silent
batch after install seems to be the only solution
thanks
10-10-2024 12:27 PM
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..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide