Webex Package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Answer
elchapulin
Messages: 12
Registration: June 9, 2023 - 2:47 PM

July 10, 2026 - 4:44 PM

Good morning,
I'm trying to create a package to deploy Cisco Webex on my workstations.
It works in my test environment.
On one machine, I consistently get this error:

Code: Select all

installing: Webex.msi
Installing: Webex.msi (44.7.0.30285)
Waiting for key: {3F9B1AB5-2521-521E-8703-87D71A454DD7} to appear in Windows registry
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4510, in install_wapt
    exitstatus = setup.install()
  File "C:\WINDOWS\TEMP\wapttcihpwwk\setup.py", line 16, in install
  File "C:\Program Files (x86)\wapt\common.py", line 4427, in new_func
    return func(*args, **kwargs)
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1666, in install_msi_if_needed
    error('MSI %s has been installed but the %s can not be found' % (msi,searchparam))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2093, in error
    raise EWaptSetupException('Fatal error : %s' % reason)
waptutils.EWaptSetupException: Fatal error : MSI Webex.msi has been installed but the key {3F9B1AB5-2521-521E-8703-87D71A454DD7} can not be found

EWaptSetupException: Fatal error : MSI Webex.msi has been installed but the key {3F9B1AB5-2521-521E-8703-87D71A454DD7} can not be found
Any ideas? Thank you so much for your help
italbot
Messages: 78
Registration: Sep 26, 2023 - 3:50 p.m.

July 10, 2026 - 5:26 PM

Hello,

According to the error, the expected registry key does not match what is present in the registry.
Once the software is installed, could you run the command: "wapt-get list-registry webex --json" in a command prompt and send us the result?

Is it also possible to view the script in the setup file?

Sincerely,

Ingrid
Tranquil IT
Answer