The search returned 10 results

by Regis Lemonnier
July 17, 2023 - 1:40 PM
Forum: WAPT Packages
Subject: [SOLVED] Customizing a waptguihelper.message_dialog dialog box
Answers: 4
Views : 7546

Re: Customizing a waptguihelper.message_dialog dialog box

Using WaptMessage with HTML meets my display needs, but when I use the example code snippet, the "if result" statement returns 'False' even though the form fields are completed and submitted (using the "Submit" and "OK" buttons).
Any idea what might be causing this?
by Regis Lemonnier
July 10, 2023 - 5:36 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Console - Inventory - How to filter with an SQL query
Answers: 1
Views : 4176

[SOLVED] Console - Inventory - How to filter with an SQL query

Hello,

how can I use an SQL query to filter the machine inventory with WAPT 2.2.1.1957?
The "Filter with SQL query" field only offers "none" as a choice, yet I have many SQL queries in "Reporting".
by Regis Lemonnier
July 10, 2023 - 5:28 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Exclude a package from installation when machines are shut down
Answers: 4
Views : 5960

[SOLVED] Exclude a package from the installation when machines are shut down

Thanks, it works.


Okay, thank you.

The online documentation (https://www.wapt.fr/fr/doc-2.2/wapt-package-structure.html) states that this parameter is not currently supported. Will it still work with WAPT 2.2.1.11957?

The possible priorities are indeed...
by Regis Lemonnier
July 7, 2023 - 12:47
Forum: WAPT Packages
Subject: Scheduled wapt-upgrade task for unlaunched applications
Answers: 5
Views : 5558

Re: Scheduled wapt-upgrade task for unlaunched applications

Hello Denis,

The installation time of certain packages at the end of a session is irritating for some users. They are impatient when they leave the desktop and Windows shutdown is delayed.
For us, the ideal scenario is silent package installation...
by Regis Lemonnier
July 7, 2023 - 9:58 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Exclude a package from installation when machines are shut down
Answers: 4
Views : 5960

Re: Excluding a package from the installation when machines are shut down

Okay, thanks.

The online documentation (https://www.wapt.fr/fr/doc-2.2/wapt-package-structure.html) states that this parameter is not currently supported. Will it still work with WAPT 2.2.1.11957?

The possible priorities are indeed:
Critical, High...
by Regis Lemonnier
July 6, 2023 - 3:47 PM
Forum: WAPT Packages
Subject: Scheduled wapt-upgrade task for unlaunched applications
Answers: 5
Views : 5558

Re: Scheduled wapt-upgrade task for unlaunched applications

Thanks Simon, but in the Windows command prompt:
`wapt-get upgrade --only-if-not-process-running`
generates the error:
"wapt-get.exe: error: no such option: --only-if-not-process-running".

Is my WAPT version 2.2.1.11957 too old?
by Regis Lemonnier
July 6, 2023 - 2:01 PM
Forum: WAPT Packages
Subject: [SOLVED] Customizing a waptguihelper.message_dialog dialog box
Answers: 4
Views : 7546

[SOLVED] Customizing a waptguihelper.message_dialog dialog box

Hello,

is it possible to format a dialog box using the command: waptguihelper.message_dialog or another command?
If so, where can I find the available options?
by Regis Lemonnier
July 6, 2023 - 1:49 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Exclude a package from installation when machines are shut down
Answers: 4
Views : 5960

[SOLVED] Exclude a package from the installation when machines are shut down

Hello,

is it possible to prevent a package from installing when the machine is shut down?
by Regis Lemonnier
July 6, 2023 - 1:40 PM
Forum: WAPT Packages
Subject: Scheduled wapt-upgrade task for unlaunched applications
Answers: 5
Views : 5558

Scheduled task: wapt-upgrade for applications not yet launched

Hello,

I'd like to code a package that creates a daily scheduled Windows task to install packages before the machines shut down.
Is there a command like "wapt-get upgrade" that can be applied to applications that aren't running?

The code snippet I plan to use would be:
if ...
by Regis Lemonnier
April 28, 2023 - 3:08 PM
Forum: WAPT Packages
Subject: Preventing the download of a large package on a subnet
Answers: 0
Views : 2973

Avoid downloading a large package on a subnet

Hello,

when our machines are connected via our VPN, I'd like to avoid downloading a package containing a 5.6 GB ISO file.
I'm considering an audit package that identifies the machine's subnet and triggers the installation of the large package if the subnet is allowed.
But...