Hello,
We've corrected the package code to take into account Microsoft's rollback...
The Luti build will be available soon!
Flavien,
The search returned 30 results
- May 19, 2026 - 11:14
- Forum: WAPT Packages
- Subject: [SOLVED] tis-vcredist2015-2022 problem update 14.51.36231.0
- Answers: 3
- Views : 5140
- May 12, 2026 - 08:53
- Forum: Package List
- Subject: [RESOLVED] tis-charlemagne-administrative new version not available
- Answers: 3
- Views : 4566
Re: tis-charlemagne-administrative new version not available
Hello,
this new version is not declared in their API. Until they update their information, we cannot have Luti automatically build new versions.
We have restarted a manual build, and version 13.14.1.0 is...
this new version is not declared in their API. Until they update their information, we cannot have Luti automatically build new versions.
We have restarted a manual build, and version 13.14.1.0 is...
- April 27, 2026 - 10:07
- Forum: WAPT Packages
- Subject: [RESOLVED] tis-check-windows-eol - audit error requesting a report
- Answers: 3
- Views : 3411
Re: tis-check-windows-eol - audit error requesting a report
Hello,
I've fixed the following problem:
Audit aborted due to exception: too many values to unpack (expected 2).
This error appeared after adding the end date to the audit data.
Regarding the absence of versions 25H2 and 26H1, this is due to Microsoft. Their API points...
I've fixed the following problem:
Audit aborted due to exception: too many values to unpack (expected 2).
This error appeared after adding the end date to the audit data.
Regarding the absence of versions 25H2 and 26H1, this is due to Microsoft. Their API points...
- March 23, 2026 - 10:33
- Forum: WAPT Packages
- Subject: [SOLVED] Question tis-add-dev-maturity
- Answers: 2
- Views : 2785
Re: Question tis-add-dev-maturity
Hello Sébastien,
The tis-add-dev-maturity package should no longer be used if dynamic configuration packages are already deployed on your network.
From now on, agent settings must be managed via these dynamic configuration packages.
If you wish to reproduce the behavior...
The tis-add-dev-maturity package should no longer be used if dynamic configuration packages are already deployed on your network.
From now on, agent settings must be managed via these dynamic configuration packages.
If you wish to reproduce the behavior...
- February 4, 2025 - 4:32 PM
- Forum: WAPT Packages
- Subject: [SOLVED] tis-openwebstart audit
- Answers: 4
- Views : 4999
Re: tis-openwebstart Audit
Hello,
indeed the audit wasn't working. I've fixed the package and now everything is fine.
The package is available in PREPROD here and will be on the store in 5 days.
Please note that WAPT cannot perform an audit until an uninstallkey is reported
. - Flavien
indeed the audit wasn't working. I've fixed the package and now everything is fine.
The package is available in PREPROD here and will be on the store in 5 days.
Please note that WAPT cannot perform an audit until an uninstallkey is reported
. - Flavien
- January 15, 2025 - 4:51 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Function waiting_for_reboot in utils.py is broken in version 2.6.0.16767
- Answers: 2
- Views : 3562
Re: The waiting_for_reboot function in utils.py is broken in version 2.6.0.16767
Hello,
the `waiting_for_reboot()` is deprecated; it's better to use `is_pending_reboot()` from the ` setuphelpers`
. If you want to know the reasons for the reboot, you also have this function available: `pending_reboot_reasons()`.
Flavien,
the `waiting_for_reboot()` is deprecated; it's better to use `is_pending_reboot()` from the ` setuphelpers`
. If you want to know the reasons for the reboot, you also have this function available: `pending_reboot_reasons()`.
Flavien,
- January 15, 2025 - 4:30 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Copying desktop shortcuts for logged-in users
- Answers: 1
- Views : 2606
Re: Copying desktop shortcuts for logged-in user
Hello,
if you want to execute code within the user's session, for example, adding a shortcut to the user's desktop,
then you must execute all your code within the `session-setup` function.
Note that the code executed within the `install` function is run as the user...
if you want to execute code within the user's session, for example, adding a shortcut to the user's desktop,
then you must execute all your code within the `session-setup` function.
Note that the code executed within the `install` function is run as the user...
- January 7, 2025 - 3:53 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Firefox, Google, and Edge extension package
- Answers: 8
- Views : 6876
Re: Firefox, Google and Edge extension package
Hello,
I've created a new package, but you can certainly integrate it into the bitwarden-config-template package if you wish.
However, I recommend keeping the two separate for easier management.
Flavien
I've created a new package, but you can certainly integrate it into the bitwarden-config-template package if you wish.
However, I recommend keeping the two separate for easier management.
Flavien
- January 7, 2025 - 3:23 PM
- Forum: WAPT Packages
- Subject: [SOLVED] MS Edge: It's still not working!
- Answers: 4
- Views : 4010
Re: MS Edge: It's still not working!
Hello,
I've modified the Edge package to better handle scheduled tasks.
The package is currently and will be available on the store tomorrow.
Please give us your feedback on the changes,
Flavien.
I've modified the Edge package to better handle scheduled tasks.
The package is currently and will be available on the store tomorrow.
Please give us your feedback on the changes,
Flavien.
- January 6, 2025 - 3:25 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Firefox, Google, and Edge extension package
- Answers: 8
- Views : 6876
Re: Firefox, Google and Edge extension package
Hello,
Here's how I would proceed. Below is an example for Chrome:
def install():
registry_set(
HKEY_LOCAL_MACHINE,
"Software\Policies\Google\Chrome\ExtensionInstallForcelist", "10",
"nngceckbapebfimnlniiiahkandclblb;https://clients2.google.com/service/update2/crx",
REG ...
Here's how I would proceed. Below is an example for Chrome:
def install():
registry_set(
HKEY_LOCAL_MACHINE,
"Software\Policies\Google\Chrome\ExtensionInstallForcelist", "10",
"nngceckbapebfimnlniiiahkandclblb;https://clients2.google.com/service/update2/crx",
REG ...
