Page 1 of 1

[RESOLVED] Zoom Application

Published: June 5, 2020 - 5:04 PM
by knpc
Hello,

I wanted to create the package for Zoom Version 5, but when I use the `wapt-get list-registry` command, no information is returned. How can I find the uninstallation key?

Can I still create the package if I don't have the uninstallation key?

Error message when I try to create the package (I followed this video: https://www.youtube.com/watch?v=z_EN2CBCTcY ):

*** Remote Process Console Reset ***
Command Line: -i build-upload "c:\waptdev\mtt-zoom-meetings-installer-wapt\WAPT\.."
Using config file: C:\Users\pcadmin\AppData\Local\waptconsole\waptconsole.ini
Building packages 1 package
Personal certificate is pcadmin
Private key is
Personal certificate is SSLCertificate cn=pcadmin
Private key is
Building c:\waptdev\mtt-zoom-meetings-installer-wapt
Signing c:\waptdev\mtt-zoom-meetings-installer-wapt with key
ERROR building c:\waptdev\mtt-zoom-meetings-installer-wapt: 5,0,0,0-0 is not valid SemVer string
0 packages successfully built
1 packages failed
List of errors:
c:\waptdev\mtt-zoom-meetings-installer-wapt
Building and uploading packages to https://10.30.56.30:8443
FATAL ERROR: Exception: No package to upload
Exit code: 3

Everything is done from server 1.8.1.6756


Thank you

Re: Zoom Application

Published: June 5, 2020 - 5:17 PM
by dcardon
Hello,
the default Zoom installer installs in the user's AppData folder and therefore doesn't have an uninstallation key in the systemwide registry.

You need to use the systemwide installer; that one should have an uninstallation key.

Regards,

Denis

Re: Zoom Application

Published: June 5, 2020 - 5:21 PM
by sfonteneau

Re: Zoom Application

Published: June 5, 2020 - 5:24 PM
by knpc
Thank you all

Re: [RESOLVED] Zoom Application

Published: February 1, 2021 - 10:08 AM
by Say78
Hello,

With these versions:
WAPT Server version: 1.7.4,
WAPT Agent version: 1.7.4.6077
, WAPT Setup version: 1.7.4.6077

, I got the same error message when trying to create a new package from the installer "QGIS-OSGeo4W-3.10.3-3-Setup-x86.exe".
I had entered 3.10.3-3, and I got the same error message (Exception: No package to upload).
By entering 3.10.3 as the version number, the build completed, and the upload went through. I imagine that with the "-3", WAPT was looking for a previous version of this package to update and couldn't find it.
Hopefully, this will help others later!

Julien