[RESOLVED] Chapter 4.20.0-8

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
Max.R
Messages: 25
Registration: Apr 12, 2022 - 1:30 p.m.

July 22, 2026 - 12:41

WAPT: 2.6.1.17765 Enterprise
OS Server: Windows 2019 Server
Client: Windows 11 25h2

Hello,

Following the resolution of the problem raised in my message viewtopic.php?t=4738, I deployed tchap-desktop 4.20.0.8 on a workstation.

The shortcut is created correctly but points to the administrator.GADAM profile. Is it possible to correct this?

%USERPROFILE%\AppData\Local\Programs\Tchap\tchap-desktop.exe

Regards
Last edited by Max.R on Jul 23, 2026 - 10:34, edited 1 time.
gadam
Messages: 31
Registration: Oct 30, 2025 - 2:46 p.m.

July 22, 2026 - 3:07 PM

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
Max.R
Messages: 25
Registration: Apr 12, 2022 - 1:30 p.m.

July 22, 2026 - 3:25 PM

No problem, I suspected it was a careless mistake, which can happen to any of us.
gadam
Messages: 31
Registration: Oct 30, 2025 - 2:46 p.m.

July 22, 2026 - 3:34 PM

Here is the link to version 4.20.0-9 in Pre-production: https://wapt.tranquil.it/store/fr/detai ... EPROD.wapt

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

Code: Select all

#Add Desktop shortcut
target = makepath(user_local_appdata, 'Programs', 'Tchap', 'tchap-desktop.exe')
create_user_desktop_shortcut('Tchap', target=target)
I'll let you test it and confirm before locking the topic.

Sincerely
Gwenaël
Max.R
Messages: 25
Registration: Apr 12, 2022 - 1:30 p.m.

July 23, 2026 - 10:34

Hello,

version 4.20.0-9 was tested this morning, and the problem is fixed.

Regards.
Answer