Thank you for sharing this package; we were sorely lacking it here, and I had struggled to find one myself...
Would it be possible to integrate it into the Wapt Store if the author agrees?
Best regards.
The search returned 23 results
- April 16, 2026 - 09:21
- Forum: WAPT Packages
- Subject: [SOLVED] Session_cleanup function not working for the LibreOffice Fantastic Cartable extension
- Answers: 6
- Views : 5322
- March 31, 2026 - 09:46
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [SOLVED] Waptagent deployment issue
- Answers: 20
- Views : 17541
Re: Waptagent deployment problem
Hello everyone,
I'm having the same problem here; deploying the new agent via GPO isn't working.
We've tried using the --force option and removing the minimum version check from the script, but nothing helps.
It's not the antivirus; the exceptions are correctly added.
When we launch the agent manually...
I'm having the same problem here; deploying the new agent via GPO isn't working.
We've tried using the --force option and removing the minimum version check from the script, but nothing helps.
It's not the antivirus; the exceptions are correctly added.
When we launch the agent manually...
- March 12, 2026 - 01:25
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] The console no longer displays outdated package versions
- Answers: 4
- Views : 3503
[RESOLVED] Re: The console no longer displays outdated package versions
Hello,
thank you so much, this solved my problem; the outdated packages are now showing up in red again.
I'll keep this tip in mind!
Have a good day.
thank you so much, this solved my problem; the outdated packages are now showing up in red again.
I'll keep this tip in mind!
Have a good day.
- March 11, 2026 - 02:11
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] The console no longer displays outdated package versions
- Answers: 4
- Views : 3503
[RESOLVED] The console no longer displays outdated package versions
Hello,
Due to a display issue on the WAPT console, I had to delete the "waptconsole.ini" file in %APPDATA%.
Since then, outdated package versions no longer appear in red in the private repository (see attached image).
[latest version not in red.jpg]
How can I fix this problem?
Thank you for your help.
Due to a display issue on the WAPT console, I had to delete the "waptconsole.ini" file in %APPDATA%.
Since then, outdated package versions no longer appear in red in the private repository (see attached image).
[latest version not in red.jpg]
How can I fix this problem?
Thank you for your help.
- November 14, 2024 - 01:13
- Forum: WAPT Packages
- Subject: [RESOLVED] firefox-multi package - Language pack not downloading
- Answers: 4
- Views : 4091
[SOLVED] Re: firefox-multi package - Language pack not downloading
Hello Fabien,
Thank you so much for your quick response and hard work.
Everything is working, and thanks to your explanations, I understand how to add languages to this package.
Have a good day,
Ramses
Thank you so much for your quick response and hard work.
Everything is working, and thanks to your explanations, I understand how to add languages to this package.
Have a good day,
Ramses
- November 13, 2024 - 03:47
- Forum: WAPT Packages
- Subject: [RESOLVED] Uninstalling the microsoft-office-2024-professional package
- Answers: 10
- Views : 40074
[SOLVED] Uninstalling the microsoft-office-2024-professional package
Hello everyone,
In the Microsoft Office Professional 2024 package, we have added English language support and spell-checking tools to the configuration XML for ProPlus, Visio and Project! No installation problems.
<Configuration ID="f884adcc-fd71-4b09-b91f-fXXXXXXXXXX ...
In the Microsoft Office Professional 2024 package, we have added English language support and spell-checking tools to the configuration XML for ProPlus, Visio and Project! No installation problems.
<Configuration ID="f884adcc-fd71-4b09-b91f-fXXXXXXXXXX ...
- November 13, 2024 - 2:30 AM
- Forum: WAPT Packages
- Subject: [RESOLVED] firefox-multi package - Language pack not downloading
- Answers: 4
- Views : 4091
Re: firefox-multi package - Language pack not downloading
Hi Flavien,
Thank you for this version, which I tested and which fixes part of the problem.
The language packs download and install correctly. They are also visible in Firefox.
However, the ones I added in setup.py don't download or install...
Thank you for this version, which I tested and which fixes part of the problem.
The language packs download and install correctly. They are also visible in Firefox.
However, the ones I added in setup.py don't download or install...
- November 12, 2024 - 7:59 AM
- Forum: WAPT Packages
- Subject: [RESOLVED] firefox-multi package - Language pack not downloading
- Answers: 4
- Views : 4091
[RESOLVED] firefox-multi package - Language pack not downloading
Hello,
Since version 130+ of the "firefox-multi" package, language packs no longer download (no problem with dictionaries).
It is my understanding that you simply need to add the language pack titles (shown in red below) to the setup.py file. Is that correct, or is there...
Since version 130+ of the "firefox-multi" package, language packs no longer download (no problem with dictionaries).
It is my understanding that you simply need to add the language pack titles (shown in red below) to the setup.py file. Is that correct, or is there...
- December 7, 2022 - 1:00 AM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Wapt console not returning the correct BIOS property
- Answers: 2
- Views : 3212
[PARTIALLY RESOLVED] Re: Wapt console not returning the correct property for the BIOS
Hi Simon,
Thanks, that was it.
`wapt-get register`
correctly displays the BIOS version on the console.
However, I'm wondering about the usefulness of including `WAPT.register_computer()` in the package in question, because while the package runs correctly when the computer is shut down, the BIOS update only starts...
Thanks, that was it.
`wapt-get register`
correctly displays the BIOS version on the console.
However, I'm wondering about the usefulness of including `WAPT.register_computer()` in the package in question, because while the package runs correctly when the computer is shut down, the BIOS update only starts...
- December 6, 2022 - 9:23 AM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Wapt console not returning the correct BIOS property
- Answers: 2
- Views : 3212
Wapt console does not return the correct property for the BIOS
Hello,
We are using the following BIOS deployment package:
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print(f"installing {control.package}")
run_notfatal(f'"{glob.glob("*.exe")[0]}" /p=mybiospassword/s /r') # the /r is only necessary to restore a BIOS...
We are using the following BIOS deployment package:
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print(f"installing {control.package}")
run_notfatal(f'"{glob.glob("*.exe")[0]}" /p=mybiospassword/s /r') # the /r is only necessary to restore a BIOS...
