The search returned 17 results

by stan
May 27, 2026 - 1:45 PM
Forum: WAPT Packages
Subject: [RESOLVED] Session-cleanup step
Answers: 4
Views : 4171

Re: Session cleanup step

Hello,

I think so, that would be a good thing.
If possible, please let me know if there are any changes.

Have a good day,

Stan
by stan
April 21, 2026 - 11:38
Forum: WAPT Packages
Subject: [RESOLVED] Session-cleanup step
Answers: 4
Views : 4171

[SOLVED] Session-cleanup step

Hello,

After resolving a problem related to the "session_cleanup" function: https://forum.tranquil.it/viewtopic.php?t=4562,

I'm wondering how "session-cleanup" actually works, because the function itself functions correctly. However, I don't know when it starts running.

In my problem, I...
by stan
April 21, 2026 - 11:32
Forum: WAPT Packages
Subject: [RESOLVED] Self-Service and the current user
Answers: 15
Views : 10579

Re: Self-Service and the current user


Does it still bug out the same way when you use the MSI GUID instead of its path? In the user session, the GUID does indeed match the package GUID (we've seen GUIDs generated on the fly before...).


Hello Denis,

After testing quite a few things, replacing it with the GUID of the...
by stan
April 21, 2026 - 09:35
Forum: Your opinion
Subject: Adding VSCode settings.json session-cleanup
Answers: 0
Views : 9164

Added session-cleanup VSCode settings.json

Hello,

Here is a suggestion for adding the "session-cleanup" function to the settings.json file:


{
"version": "0.2.4",
"configurations": [
{
"name": "WAPT: install",
"type": "python",
"request": "launch",
"justMyCode": false,
"program": "${config:python.wapt-get}",
"args ...
by stan
April 17, 2026 - 4:09 PM
Forum: WAPT Packages
Subject: [RESOLVED] Self-Service and the current user
Answers: 15
Views : 10579

Re: Self-Service and the current user

Hello,

Here is the result:

[DEBUG] Logging TSynLog with level=debug to C:\Users\X\AppData\Local\wapt-get-log\wapt-get.log
2026-04-17 16:00:14,881 DEBUG Default encoding: utf-8
2026-04-17 16:00:14,881 DEBUG Caller: ['', 'session-cleanup', '-l', 'debug']
2026-04-17 16:00:14,881 DEBUG Python...
by stan
April 17, 2026 - 3:45 PM
Forum: Your opinion
Subject: Icon of a shortcut from a DLL
Answers: 2
Views : 3760

Re: Icon of a shortcut from a DLL

Hello,

thank you for your reply.
After looking into the setuphelpers code, I realized it's actually quite simple (or at least I assume so).

If you look at the shortcut creation function (https://www.wapt.fr/apidoc/wapt-2.6/windows/_modules/setuphelpers_windows.html#create_shortcut ...
by stan
April 17, 2026 - 2:24 PM
Forum: Your opinion
Subject: Icon of a shortcut from a DLL
Answers: 2
Views : 3760

Icon of a shortcut sourced from a DLL

Hello,

would it be possible to add an argument to the setuphelpers for functions related to creating shortcuts, allowing the user to choose a DLL icon and its index, for example: `

create_desktop_shortcut(label="Test", target="ms-settings:network-airplanemode", icon_dll="C ...`)`
by stan
April 17, 2026 - 2:17 PM
Forum: WAPT Packages
Subject: [RESOLVED] Self-Service and the current user
Answers: 15
Views : 10579

Re: Self-Service and the current user

Hello Denis,

Here is the version: WAPTConsole Enterprise 2.6.1.17765

Stan
by stan
April 14, 2026 - 08:39
Forum: WAPT Packages
Subject: [RESOLVED] Self-Service and the current user
Answers: 15
Views : 10579

Re: Self-Service and the current user

bump :D
by stan
March 17, 2026 - 11:06
Forum: WAPT Packages
Subject: [RESOLVED] Self-Service and the current user
Answers: 15
Views : 10579

Re: Self-Service and the current user

Hello,

After performing the operation about ten times, nothing happens.

Here is my script:
# -*- coding: utf-8 -*-
from setuphelpers import *

new_path = makepath(programdata(), "wapt", "ProtonAuthenticator.msi")

def install():
bin_name = glob.glob("ProtonAuthenticator*.msi")[0 ...