QuestionQ113

Cloud and Hybrid Services

An engineer is deploying the Webex app to Microsoft Windows computers. The engineer needs to ensure that end users do not see pop-up dialogs when they launch the application. Which two actions prevent end users from being prompted to accept the end-user license agreement?

Choose two
  • A Set the “/quiet” installation argument.
  • B Set the “DEFAULT_THEME="Dark"” installation argument.
  • C Set the “DELETEUSERDATA=1” installation argument.
  • D Set the “HKEY_LOCAL_MACHINE\Software\CiscoCollabHost\Eula Setting” registry key to “eula_disabled”.
  • E Set the “HKEY_LOCAL_MACHINE\Software\WOW6432Node\CiscoCollabHost\Eula Setting” registry key to “eula_disabled”.
Explanation

Per Cisco's Webex App Windows installation documentation, the end-user license agreement dialog does not appear when either of two registry entries is set to "eula-disabled": HKEY_LOCAL_MACHINE\Software\CiscoCollabHost\Eula Setting (native/64-bit path) or HKEY_LOCAL_MACHINE\Software\WOW6432Node\CiscoCollabHost\Eula Setting (32-bit-on-64-bit path). Options D and E are exactly these two keys. The /quiet argument (A) only silences the MSI installer UI, not the EULA prompt shown when the app launches (the documented MSI alternative is the ACCEPT_EULA=TRUE property, which is not offered). DEFAULT_THEME (B) and DELETEUSERDATA (C) are unrelated to the EULA.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!