Bonjour,
https://wapt.tranquil.it/store/fr/detai ... _PROD.wapt
Serait-il possible de mettre Destinations=Picker à la place de "Destinations": "Destinations=Editor" ligne 48?
Ceci afin de garder le comportement par défaut de greenshot.
Merci
26 résultats trouvés
- 30 juin 2025 - 17:41
- Forum : WAPT Packages / Paquets WAPT
- Sujet : Considération paramre greenshot
- Réponses : 0
- Vues : 36
- 17 juin 2025 - 13:05
- Forum : WAPT Packages / Paquets WAPT
- Sujet : infos plus explicite dans tis-dangerous-package-wads-run-deploy
- Réponses : 1
- Vues : 1190
infos plus explicite dans tis-dangerous-package-wads-run-deploy
Bonjour, Dans tis-dangerous-package-wads-run-deploy. Serait-il possible de remplacer: Ligne 56 print("Skip, run installation") Par print("No deployment pending in the wapt console. Skip, run installation.") print("Please prepare and start a deployment for this computer before installing the package ...
- 11 juin 2025 - 15:22
- Forum : WAPT Packages / Paquets WAPT
- Sujet : [RESOLU] greenshot et windows 11
- Réponses : 1
- Vues : 598
[RESOLU] greenshot et windows 11
Bonjour, Il semble que l'outil par défaut de windows 11 entre en conflit avec greenshot. Afin d'éviter ceci il semble possible de modifier la clé de registre: [HKEY_CURRENT_USER\Control Panel\Keyboard] "PrintScreenKeyForSnippingEnabled"=dword:00000000 A mettre dans le session_setup je suppose. https: ...
- 28 mai 2025 - 18:38
- Forum : WAPT Packages / Paquets WAPT
- Sujet : Planification de l'arrêt automatique des ordinateurs avec prise en compte des déploiements WAPT
- Réponses : 3
- Vues : 2175
Re: Planification de l'arrêt automatique des ordinateurs avec prise en compte des déploiements WAPT
Il faut que je vérifie. Cela étant, est-il possible qu’il y ait un timeout lorsque WAPT est en train de procéder aux installations ? En fait, j’ai plus de 84 logiciels par machine, dont certains très volumineux comme des suites Autodesk, etc. Pour le moment, je ne suis jamais parvenu à déployer une m ...
- 26 mai 2025 - 15:11
- Forum : WAPT Packages / Paquets WAPT
- Sujet : Planification de l'arrêt automatique des ordinateurs avec prise en compte des déploiements WAPT
- Réponses : 3
- Vues : 2175
Planification de l'arrêt automatique des ordinateurs avec prise en compte des déploiements WAPT
Bonjour, J'aimerais créer un paquet qui implémente une tâche planifiée sous Windows afin d'éteindre les ordinateurs à 22h. Pour le moment, je me contente d’un simple: <Exec> <Command>shutdown.exe</Command> <Arguments>/s /t 60</Arguments> </Exec> Cependant, j’aimerais savoir s’il existe un moyen simpl ...
- 29 avr. 2025 - 12:16
- Forum : WAPT Packages / Paquets WAPT
- Sujet : [RESOLU] kicad 9 new package
- Réponses : 4
- Vues : 2493
Re: kicad 9 new package
Hello Ingrid,
Thank you for your feedback.
They actually switched to a new installer in the meantime, and it does not produce uninstallation logs.
It seems they did not properly implement install silent on the new uninstaller.
Best regards,
Thank you for your feedback.
They actually switched to a new installer in the meantime, and it does not produce uninstallation logs.
It seems they did not properly implement install silent on the new uninstaller.
Best regards,
- 25 avr. 2025 - 16:17
- Forum : WAPT Packages / Paquets WAPT
- Sujet : [RESOLU] kicad 9 new package
- Réponses : 4
- Vues : 2493
Re: kicad 9 new package
Issue for uninstall is created.
https://gitlab.com/kicad/code/kicad/-/issues/20773
https://gitlab.com/kicad/code/kicad/-/issues/20773
- 25 avr. 2025 - 16:09
- Forum : WAPT Packages / Paquets WAPT
- Sujet : [RESOLU] kicad 9 new package
- Réponses : 4
- Vues : 2493
[RESOLU] kicad 9 new package
Hello dear TIT TEAM and all, As already discussed, the KiCad software operates based on major versions. Currently, you have version 7, version 8, and version 9 has been released. To help you quickly create tis-kicad9, I have: -Downloaded version 8 -Replaced if "8.0" in data["name"]: with if "9.0" in ...
- 13 mars 2025 - 00:23
- Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
- Sujet : Adding audit data from an external tool (plugin console)
- Réponses : 2
- Vues : 1275
Re: Adding audit data from an external tool (plugin console)
Unfortunately, I am only a user of the solution. I do not have direct access to the solution's databases, only through the console. I had simply thought of using a script that would take the machine's serial number from the BIOS as an argument, query the manufacturer via an API to get the warranty ...
- 12 mars 2025 - 17:33
- Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
- Sujet : Adding audit data from an external tool (plugin console)
- Réponses : 2
- Vues : 1275
Adding audit data from an external tool (plugin console)
Hello, I'd like to know if it's possible to run an external script from the console and then retrieve its output to inject it into the console's audit data from a computer. For example, I'd like to use a script to retrieve a machine's warranty end date via an external tools menu in a console plugin ...