The search returned 436 results

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 : 3812

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 : 3812

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 : 17541

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 : 17541

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 : 17541

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 : 11502

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 : 11502

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 : 7040

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
by htouvet
January 16, 2026 - 09:18
Forum: WAPT Packages
Subject: [SOLVED] Custom WAPT and selfservice package
Answers: 2
Views : 18249

Re: Custom WAPT and selfservice package

Hello Mickael,

Since version 2.6.0.17279, custom logos and templates must be placed in
C:\Program Files (x86)\wapt\custom_templates.

This prevents them from being overwritten during a Wapt upgrade.

The package template in our repository for customizing logos...
by htouvet
December 18, 2025 - 09:08
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Blocking the installation of a package
Answers: 3
Views : 6885

Re: Blocking the installation of a package

There's no concept of an "exception" when you add a dependency.
So if the package is added as a dependency on the OU, all machines in that OU are expected to install it.

The safest way to prevent machines from installing the software or configuration is to add the rule to the setup code...