[RESOLVED] Unable to deploy Windows 11

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Laurent-Tecelys
Messages: 6
Registration: Apr 03, 2025 - 11:59

April 16, 2025 - 4:14 PM

Hello,
We just upgraded to version 2.6.0.17177 and I seem to be experiencing problems with WADS since this update. We had no deployment issues with the previous version. When we try to deploy Windows 11 (23h2 or 24h2) right after running `wgetwadsx64.exe --config=x:\dlls\wapt-get.ini`, and after the `Datetime after` check, a Windows 11 configuration window opens with the message: "This PC does not currently meet the system requirements for Windows 11."
The hardware hasn't changed, and these are PCs with a pre-installed Windows 11 license. We're seeing this issue on different hardware and with all versions of Windows 11. If I deploy a Windows 10 version, there are no problems.
The Windows 11 deployment worked correctly last week.
Am I the only one experiencing this?
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 17, 2025 - 10:29

Hello Laurent,

There has been a regression at this level. We have a nightly build currently being validated for release [1]. We have updated the changelog with the caveat online regarding this [2]. The changelog for the upcoming version (today I hope, or tomorrow) is below :-) ):

Code: Select all

WAPT-2.6.0.17198 (2025-04-09)
=============================

hash: 7c59ba7e

This is a bugfixes releases. The main highlights are fixes for the two regressions on WADS deployement in the last release.


* [FIX] wads: wapttftpserver: update mormot2 for regression on wapttftpserver on Linux

* [FIX] wads: properly add SecureStartup and EnhancedStorage packages during WinPE build. 
  Note: the buildup of WinPE now needs admin right elevation. 

* [IMP] wads: Also add WMI packages to WinPE 

* [FIX] waptwua: fix automatic download tasks fail if download_urls field in db is None. 
  This issue can only happen after a cleanup during remediation of spurious streaming urls

* [FIX] waptconsole: allow acls package filtering of unit and profile packages

* [NEW] waptconsole: add html audit data templates examples in
  :file:`<pf86>\wapt\templates` for many tis-audit-xxxx packages available on TIS public Repository

* [IMP] waptagent: wapt-get server-request <action> --method="POST" --data="['string1', 'string2']" : transform into ["string1", "string2"] 
  
  * workaround for poor windows cmd line parsing
  
  * JsonQuoteToDoubleQuotes

* [NEW] waptagent: wapt-get server-wget <wapt-server-relative-url> with optional param --filename=<path-to-local-file> or -O <path-to-local-file>
 
* [NEW] waptagent: wapt-get wget <url>  with optional arguments  --http_proxy=<proxy> --verify_cert=[0/1/path]

* [NEW] waptagent: wapt-get option --hash=<hash hexa> : if not provide explicitly, try to get hash from url resource filename (https://host/resource_<hash>.ext). md5, sha1 or sh256 type of hash is identified with the length of hash hexa string)

* [IMP] waptagent: wapt-get server requests: set wapt-server-user to current user if param is empty and --not-interactive option. 
  Allow kerberos authenticated requests without user input

* [FIX] waptagent: fix unable to import p12 file on win7 if using new encryption mechanism
  Wapt-get create-keycert p12 : use legacy encryption for windows 7 import : NID_pbe_WithSHA1And3_Key_TripleDES_CBC / EVP_sha1
  
* [FIX] waptagent: service events: max_count arg was renamed to max_events_count
  
* [IMP] waptagent: wapt-get: don't start polling thread if waitevents timeout is <=0

* [IMP] waptagent: wapt-get -u -S install <package> : handle --update or -u option like python code -> insert a update task before other action.

* [NEW] waptcore: wapt-get waptconsole templates: add helpers Items and IIf

  * {{ items dict }} -> return [ {"key":key1, "value":value1}, {"key":key2, "value":value2}, ... ]

  * {{ iff value_bool,"value_if_true","value_if_false" }} -> return value  (non empty list, non empty dict, non empty string are evaluated as True)

  * add mustache helpers: UnCamelCase and UnSnakecase.
You can call support to perform the upgrade and verify that it is working correctly.

Sorry for the inconvenience,

Sincerely,

Denis


[1] http://wapt.tranquil.it/wapt/nightly/wa ... -7c59ba7e/
[2] https://www.wapt.fr/fr/doc/wapt-changel ... 2025-04-09
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
luc91
Messages: 7
Registration: Oct 11, 2025 - 4:05 p.m.

January 11, 2026 - 8:58 PM

There was indeed a regression with WADS in version 2.6.0.17177. The next nightly build (WAPT-2.6.0.17198) fixes this issue by correctly adding the SecureStartup and EnhancedStorage packages to WinPE and correcting other deployment-related bugs. You can contact support to upgrade and verify that everything is working.
Laurent-Tecelys
Messages: 6
Registration: Apr 03, 2025 - 11:59

January 12, 2026 - 07:52

Hello and thank you. I performed the upgrade as instructed and it fixed the problems I was experiencing with WADS. Thank you.
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

January 12, 2026 - 09:58

Hi Laurent,

thanks for the feedback, I'm marking the topic as resolved.

And Happy New Year 2026, :-)

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked