The search returned 34 results

by gadam
September 1, 2026 - 8:25 AM
Forum: WAPT Packages
Subject: Oracle VM VirtualBox
Answers: 1
Views : 2281

Re: Oracle VM VirtualBox

Hello,

The package was updated yesterday and is available in pre-production on the store at this address: https://wapt.tranquil.it/store/fr/tis-virtualbox. You must be logged into the store with your account to see the pre-production packages. The production release is scheduled for September 5th.

Regards...
by gadam
August 6, 2026 - 09:44
Forum: WAPT Packages
Subject: [RESOLVED] Added Teleport Connect app store
Answers: 3
Views : 14850

Re: [REQUEST] Adding Teleport Connect to the app store

Hello,

The package is available in pre-production on the store here: https://wapt.tranquil.it/store/fr/tis-teleport-connect
It will be released to production on August 11th.

Regards,
Gwenaël
by gadam
August 5, 2026 - 4:06 PM
Forum: WAPT Packages
Subject: [RESOLVED] Added Teleport Connect app store
Answers: 3
Views : 14850

Re: [REQUEST] Adding Teleport Connect to the app store

Hello,

I'll take care of creating the package and get back to you as soon as it's done.

Best regards
, Gwenaël
by gadam
July 22, 2026 - 3:34 PM
Forum: WAPT Packages
Subject: [RESOLVED] Chapter 4.20.0-8
Answers: 4
Views : 23188

Re: Chapter 4.20.0-8

Here is the link to version 4.20.0-9 in Pre-production: https://wapt.tranquil.it/store/fr/details/tis-tchap-desktop_4.20.0-9_x64_windows_10_PREPROD.wapt

The line that creates the shortcut now correctly retrieves the relative path:

#Add Desktop shortcut
target = makepath(user_local_appdata, 'Programs ...
by gadam
July 22, 2026 - 3:07 PM
Forum: WAPT Packages
Subject: [RESOLVED] Chapter 4.20.0-8
Answers: 4
Views : 23188

Re: Chapter 4.20.0-8

Hello again,

Oh dear, I was quite inattentive this morning, sorry and thank you for the report! I'm currently rebuilding the package without a hardcoded path, I'll keep you posted.

Sincerely
, Gwenaël
by gadam
July 22, 2026 - 11:22
Forum: WAPT Packages
Subject: [RESOLVED] Chapter 4.20.0-6
Answers: 1
Views : 4197

Re: Chapter 4.20.0-6

Hello,

Thank you for your report. The corrected package is already available in pre-production on our store: https://wapt.tranquil.it/store/fr/tis-tchap-desktop
It will be released to production in 5 days.

Sincerely,
Gwenaël
by gadam
July 17, 2026 - 2:26 PM
Forum: WAPT Packages
Subject: [RESOLVED] Bad source for tis-wsl2
Answers: 1
Views : 3458

Re: Bad source for tis-wsl2

Hello,

thank you for your report. Actually, what we were using previously was an updater, not the basic installer. I've made the change; the package is available in pre-production at https://wapt.tranquil.it/store/fr/tis-wsl2 and will be released to production in 5 days.

However, this presents a problem...
by gadam
June 30, 2026 - 11:44
Forum: WAPT Packages
Subject: [SOLVED] tis-ultravnc - Improving ini file installation
Answers: 3
Views : 5325

Re: tis-ultravnc - Improving ini file installation

Hello,

your comment is relevant. I used that path because the path provided in install_location is a subfolder of uvnc bvba: "C:\Program Files\uvnc bvba\UltraVNC\", and I prefer to delete the entire folder. The uninstallation function alone does indeed delete the C: folder...
by gadam
June 30, 2026 - 09:52
Forum: WAPT Packages
Subject: [SOLVED] tis-ultravnc - Improving ini file installation
Answers: 3
Views : 5325

Re: tis-ultravnc - Improving ini file installation

Hello,

thank you for reporting this. I've added it to the package in our store; it will be available in pre-production in a few minutes and in production in 5 days. I've simply added the `uninstall()` function to `setup.py` to clean things up after uninstallation. For your information, here is the final `setup.py`...
by gadam
June 8, 2026 - 10:22
Forum: WAPT Packages
Subject: WSL packet problem
Answers: 4
Views : 5901

Re: WSL packet problem

Hello,

installing WSL2 requires the Windows Update service to be running. The error you're encountering indicates that the service failed to start. Could you please verify that your service is running, possibly by manually starting it with `net start wuauserv` and then trying again?