I've included the fix in the upcoming 2.7 release.
In the meantime, you'll need to copy the file modified via GPO...
The search returned 436 results
- 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
- 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 ...`
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 ...`
- 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 ...
Trojan.TR/Crypt.XPACK.Gen3), but this is a separate issue from waptdeploy, not waptsetup.exe (https://www.virustotal.com/gui/file ...
- 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 ""
The reason for the regression in behavior on some systems is not yet known...
Script: c:\windows\system32\cmd.exe
Arguments: /C ""
- 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...
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...
- 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.
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.
- 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
To compare the behavior in the code, which version of Wapt did you upgrade from?
Hubert
- 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
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
- 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...
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...
- 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...
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...
