Page 1 of 1

[RESOLVED] Chapter 4.20.0-8

Published: July 22, 2026 - 12:41
by Max.R
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

Re: Chapter 4.20.0-8

Published: July 22, 2026 - 3:07 PM
by gadam
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

Re: Chapter 4.20.0-8

Published: July 22, 2026 - 3:25 PM
by Max.R
No problem, I suspected it was a careless mistake, which can happen to any of us.

Re: Chapter 4.20.0-8

Published: July 22, 2026 - 3:34 PM
by gadam
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

Re: Chapter 4.20.0-8

Published: July 23, 2026 - 10:34 AM
by Max.R
Hello,

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

Regards.