The search returned 438 results

by htouvet
July 3, 2026 - 6:59 PM
Forum: WAPT Packages
Subject: Using the WaptWUA class in a script
Answers: 4
Views : 2498

Re: Using the WaptWUA class in a script

Are you sure you're on the latest version, 2.6.1.17834?
I ran a test but couldn't reproduce the access violation.
However, these "Access violation" errors are often dependent on the previous memory state.
by htouvet
July 3, 2026 - 4:35 PM
Forum: WAPT Packages
Subject: Using the WaptWUA class in a script
Answers: 4
Views : 2498

Re: Using the WaptWUA class in a script

Ah... perhaps a regression.

Could you try the script by adding a `pythoncom.CoInitialize()`?
# -*- coding: utf-8 -*-
from setuphelpers import *
from waptwua.client import WaptWUA
import pythoncom

def audit():
try:
pythoncom.CoInitialize()
with EnsureWUAUServRunning():
wua_client ...
by htouvet
April 16, 2026 - 3:35 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Error with the WAPT agent
Answers: 5
Views : 7127

Re: [SOLVED] Error with the WAPT agent

I've included the fix in the upcoming 2.7 release.
In the meantime, you'll need to copy the file modified via GPO...
by htouvet
April 16, 2026 - 10:56
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Error with the WAPT agent
Answers: 5
Views : 7127

Re: Error with the WAPT agent

Curious.
Probably related to Windows updates. We haven't touched that in years.
I'll implement a fallback.

Could you try replacing the function with:


`def get_language(full_locale=False, separator='_'):
"""Get the OS default locale (example: fr, en, pl, etc.)

>>> get ...`
by htouvet
April 3, 2026 - 4:38 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Waptagent deployment issue
Answers: 20
Views : 38225

Re: Waptagent deployment problem

The latest version of waptagent.exe (2.6.1.17765) is incorrectly flagged as a Trojan by the antivirus WithSecure (
Trojan.TR/Crypt.XPACK.Gen3), but this is a separate issue from waptdeploy, not waptsetup.exe (https://www.virustotal.com/gui/file ...
by htouvet
April 3, 2026 - 4:30 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Waptagent deployment issue
Answers: 20
Views : 38225

Re: Waptagent deployment problem

The initial deployment via GPO works by launching waptdeploy using "cmd.exe /C " ...".
The reason for the regression in behavior on some systems is not yet known...

Script: c:\windows\system32\cmd.exe
Arguments: /C ""
by htouvet
March 31, 2026 - 6:04 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Waptagent deployment issue
Answers: 20
Views : 38225

Re: Waptagent deployment problem

I haven't been able to reproduce the problem yet.

There have been quite a few security-related changes since version 2.6.1.17472.
As a workaround, it's possible to use the waptdeploy.exe from version 2.6.1.17472 with the latest version of waptagent.exe
if the problem is located...
by htouvet
February 6, 2026 - 11:28
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Auditing empty packages in the case of a new installation via WADS
Answers: 13
Views : 15030

Re: Empty package audit in the case of a new installation via WADS

Hi Rémy,
Between these two versions, I don't see what could be causing this.

Could you share the current WADs post-installation script?

Ideally, we should take a look at it with screen sharing.
by htouvet
February 5, 2026 - 2:35 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Auditing empty packages in the case of a new installation via WADS
Answers: 13
Views : 15030

Re: Empty package audit in the case of a new installation via WADS

Hi Rémy,
To compare the behavior in the code, which version of Wapt did you upgrade from?

Hubert
by htouvet
January 16, 2026 - 09:49
Forum: WAPT Server
Subject: [SOLVED] Accessing a hashed web page for GPO
Answers: 4
Views : 8608

Re: Accessing a hashed web page for GPO

Hello Mélyne,

Kerberos mode is not available in Discovery.
If you are in the testing phase, you can request a temporary license for a few workstations from the sales department.

Regards,

Hubert