The search returned 78 results

by italbot
July 23, 2026 - 11:28
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Windows 11 migration with WAPT
Answers: 6
Views : 2562

Re: Windows 11 migration with Wapt

Which version of EBP Accounting software are you using?

Best regards,

Ingrid
by italbot
July 23, 2026 - 10:13
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Windows 11 migration with WAPT
Answers: 6
Views : 2562

Re: Windows 11 migration with Wapt

Hello,

The only way to revert to Windows 10 would be to redeploy the workstations...

Don't these programs have versions adapted for Windows 11? Do you have any examples of programs that no longer work?


Sincerely,

Ingrid
by italbot
July 10, 2026 - 5:26 PM
Forum: WAPT Packages
Subject: Webex Package
Answers: 1
Views : 7292

Re: Webex Package

Hello,

according to the error, the expected registry key does not match what is present in the registry.
Once the software is installed, could you run the command: "wapt-get list-registry webex --json" in a command prompt and send us the result?

Is it also possible to see...
by italbot
July 9, 2026 - 11:52
Forum: WAPT Packages
Subject: [SOLVED] Creating a pseudo-uninstall key in the registry
Answers: 2
Views : 1594

Re: Creating a pseudo-uninstallation key in the registry

Hello,

there is indeed the following function which allows you to create a key in the registry:

register_uninstall(
uninstallkey,
uninstallstring=None,
win64app=None,
quiet_uninstall_string=None,
install_location=None,
display_name=None,
display_version=None,
publisher=None ...
by italbot
June 24, 2026 - 11:39
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No more VS Code autocompletion when creating a WAPT package
Answers: 8
Views : 5626

Re: [SOLVED] No more VS Code autocompletion when creating a WAPT package

Hello,

Noted. After installing version 1.125.0 of VS Code, I still have autocompletion. The problem might be with an extension rather than VS Code itself.

Sincerely,

Ingrid
by italbot
June 18, 2026 - 12:31
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Error launching update-package
Answers: 5
Views : 3343

Re: Error launching update-package

Hello,

Could you please tell me at which step of the update_package() function you are encountering this error?

Sincerely,

Ingrid
by italbot
June 18, 2026 - 09:04
Forum: WAPT Packages
Subject: [RESOLVED] Single-user EDT package
Answers: 3
Views : 2102

Re: Single-user EDT package

Hello,

Noted, we'll look into updating it.

Best regards,

Ingrid
by italbot
June 17, 2026 - 09:03
Forum: WAPT Packages
Subject: Administrator Rights Required
Answers: 3
Views : 2831

Re: Administrator rights required

Hello,

I don't think it's a permissions issue, but WSL requires a system restart to install.
I'll see if we can at least run the command `wsl.exe --install` from the package, but in any case, a restart will be necessary.

Regards,

Ingrid
by italbot
June 12, 2026 - 11:31
Forum: WAPT Packages
Subject: [RESOLVED] Veyon Add-ons Package
Answers: 9
Views : 3925

Re: Veyon Add-ons Package

Hello,

Could you please retest the audit with this script:

def audit():

files_list = ["auvidus.dll","chat.dll", "entraidconnector.dll", "internetaccesscontrol.dll", "internetaccesscontrol-firewall.dll", "internetaccesscontrol-routing.dll", "licensing.dll", "network-discovery.dll ...
by italbot
June 11, 2026 - 12:23
Forum: WAPT Packages
Subject: [RESOLVED] Veyon Add-ons Package
Answers: 9
Views : 3925

Re: Veyon Add-ons Package

Hello,

I'm sending you the code I wrote for the update_package() function and the installation, as well as a pseudo-uninstallation. I did find a registry key for the add-ons, but it doesn't delete the files installed in the Veyon folder. I tried running an audit() to check...